-
Notifications
You must be signed in to change notification settings - Fork 716
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable the E2E tests for v1alpha2. (#667)
* Fix #634 * Speedup the E2E test by running the build and setup cluster steps in parallel * To do this we split the setup step into two steps 1. setting up the cluster and 2. setting up Kubeflow. Fix #659 * Shorten the name of the workflow for v1alpha2 * Otherwise the label for the workflow pod becomes too long and argo can't run it. * Pin the test worker image so that we don't get broken when someone updates the latest image * Make it a parameter in the prow_config.yaml * Use a file lock to ensure only one instance of test_runner is modifying the ksonnet app at a time; this should help with various test flakes.
- Loading branch information
1 parent
b2ac020
commit 7707ec0
Showing
9 changed files
with
337 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
# This file configures the workflows to trigger in our Prow jobs. | ||
# see kubeflow/testing/py/run_e2e_workflow.py | ||
# | ||
# The testWorkerImage should be the same for all workflows. | ||
workflows: | ||
- app_dir: kubeflow/tf-operator/test/workflows | ||
component: workflows | ||
name: tfjob-e2e | ||
name: v1 | ||
params: | ||
tfJobVersion: v1alpha1 | ||
# TODO*https://github.com/kubeflow/tf-operator/issues/634) | ||
# Enable the v1alpha2 once the job successfully completes | ||
# when master completes. | ||
#- app_dir: kubeflow/tf-operator/test/workflows | ||
# component: workflows | ||
# name: tfjob-e2e-v1alpha2 | ||
# params: | ||
# tfJobVersion: v1alpha2 | ||
testWorkerImage: gcr.io/kubeflow-ci/test-worker:v20180615-e6b2059-e3b0c4 | ||
- app_dir: kubeflow/tf-operator/test/workflows | ||
component: workflows | ||
name: v2 | ||
params: | ||
tfJobVersion: v1alpha2 | ||
testWorkerImage: gcr.io/kubeflow-ci/test-worker:v20180615-e6b2059-e3b0c4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.