Skip to content

Commit

Permalink
Create Python script to run e2e Argo Workflow (#1674)
Browse files Browse the repository at this point in the history
* Init changes

* Create Argo Workflow Python Script

* Move scripts to e2e/v1beta1

* Get prow env dict

* Modify context

* Fix volumeMounts name

* Change to PULL_PULL_SHA

* Change context

* Remove tmp return

* Remove ksonnet

* Move depends up

* Fix SHA variable

* Decrease parallel experiments
  • Loading branch information
andreyvelich authored Sep 27, 2021
1 parent 23a3a8a commit d6f75fe
Show file tree
Hide file tree
Showing 26 changed files with 393 additions and 227,494 deletions.
14 changes: 6 additions & 8 deletions prow_config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# This file configures the workflows to trigger in our Prow jobs.
# see kubeflow/testing/py/run_e2e_workflow.py
# See https://github.com/kubeflow/testing/blob/master/py/kubeflow/testing/run_e2e_workflow.py.
python_paths:
- kubeflow/katib/test/e2e/v1beta1
workflows:
- app_dir: kubeflow/katib/test/workflows
component: workflows-v1beta1
name: e2e-v1beta1
- name: e2e-v1beta1
py_func: argo_workflow.create_workflow
job_types:
- presubmit
include_dirs:
Expand Down Expand Up @@ -45,12 +46,9 @@ workflows:
- hack/*
- sdk/python/v1beta1/*
- test/e2e/v1beta1/*
- test/scripts/v1beta1/*
- test/suggestion/v1beta1/*
- test/workflows/*
- manifests/v1beta1/*
- scripts/v1beta1/*
- prow_config.yaml
- Makefile
params:
kwargs:
registry: 809251082950.dkr.ecr.us-west-2.amazonaws.com
Loading

0 comments on commit d6f75fe

Please sign in to comment.