Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create binaries to run steps in an E2E test pipeline. #148

Merged
merged 1 commit into from
Nov 15, 2017

Conversation

jlewi
Copy link
Contributor

@jlewi jlewi commented Nov 15, 2017

  • deploy provides commands to provision resources (K8s clusters) needed
    for E2E tests.

  • release.py make some changes needed to build artifacts as part of an
    E2E pipeline.

  • util.py add a work around for an issue with the Kubernetes Python client
    library that prevents credentials from working correctly when using a
    service account.

  • test_util provides routines for creating junit XML files; this will be
    used to create results for gubernator.

  • These binaries will be used in Extend Test Infrastructure to run multiple E2E tests in parallel #120

* deploy provides commands to provision resources (K8s clusters) needed
  for E2E tests.

* release.py make some changes needed to build artifacts as part of an
  E2E pipeline.

* util.py add a work around for an issue with the Kubernetes Python client
  library that prevents credentials from working correctly when using a
  service account.

* test_util provides routines for creating junit XML files; this will be
  used to create results for gubernator.
@jlewi jlewi merged commit 397ef28 into kubeflow:master Nov 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant