-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Revert GPU tests to unblock release #778
Conversation
…kubeflow#696)" This reverts commit 72a7de9.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vicaire The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vicaire The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test all |
1 similar comment
/test all |
/retest |
1 similar comment
/retest |
/test kubeflow-pipeline-e2e-test |
…flow#778) * seperate py test pipeline from run * nit comment go -> py * comment out tekton run and add back in next PR once the pipeline is created * improve over name * delete extra file tekton.dev_v1alpha1_pipeline_py-lint-unittests.yaml file: acm-repos/kf-ci-v1/namespaces/kf-ci/tekton.dev_v1alpha1_pipeline_py-lint-unittests.yaml * keep the name same * Run tasks in parallel * make hydrate
* Add perf_test_config.yaml with paths of test pipelines * Add a 'Status' column to output CSV file * Update compile_pyfile to remove loaded pipeline module after compilation to allow subsequent imports of another module with the same name Resolves kubeflow#778 Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
This change is