diff --git a/aws/GitOps/clusters/optional-test-infra-prow/namespaces/prow/config.yaml b/aws/GitOps/clusters/optional-test-infra-prow/namespaces/prow/config.yaml index 08946f89dbd..bab4d9e3e00 100644 --- a/aws/GitOps/clusters/optional-test-infra-prow/namespaces/prow/config.yaml +++ b/aws/GitOps/clusters/optional-test-infra-prow/namespaces/prow/config.yaml @@ -162,6 +162,20 @@ data: imagePullPolicy: Always command: ["/usr/local/bin/run_workflows.sh"] + kubeflow/testing: + - name: kubeflow-testing-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) + branches: + - master + decorate: false + labels: + preset-aws-cred: "true" + always_run: true + spec: + containers: + - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest + imagePullPolicy: Always + command: ["/usr/local/bin/run_workflows.sh"] + kubeflow/tf-operator: - name: kubeflow-tf-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) branches: diff --git a/aws/GitOps/clusters/optional-test-infra-prow/namespaces/prow/plugins.yaml b/aws/GitOps/clusters/optional-test-infra-prow/namespaces/prow/plugins.yaml index b873ec7586b..65d1d03ec46 100644 --- a/aws/GitOps/clusters/optional-test-infra-prow/namespaces/prow/plugins.yaml +++ b/aws/GitOps/clusters/optional-test-infra-prow/namespaces/prow/plugins.yaml @@ -1,6 +1,6 @@ apiVersion: v1 data: - plugins.yaml: |- + plugins.yaml: | plugins: kubeflow/katib: - trigger @@ -18,6 +18,8 @@ data: - trigger kubeflow/xgboost-operator: - trigger + kubeflow/testing: + - trigger kind: ConfigMap metadata: creationTimestamp: null diff --git a/aws/User/clusters/optional-test-infra-prow/namespaces/prow/configmap/config.yaml b/aws/User/clusters/optional-test-infra-prow/namespaces/prow/configmap/config.yaml index 62b622223c5..c7389769498 100644 --- a/aws/User/clusters/optional-test-infra-prow/namespaces/prow/configmap/config.yaml +++ b/aws/User/clusters/optional-test-infra-prow/namespaces/prow/configmap/config.yaml @@ -159,6 +159,20 @@ presubmits: imagePullPolicy: Always command: ["/usr/local/bin/run_workflows.sh"] + kubeflow/testing: + - name: kubeflow-testing-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) + branches: + - master + decorate: false + labels: + preset-aws-cred: "true" + always_run: true + spec: + containers: + - image: public.ecr.aws/j1r0q0g6/kubeflow-testing:latest + imagePullPolicy: Always + command: ["/usr/local/bin/run_workflows.sh"] + kubeflow/tf-operator: - name: kubeflow-tf-operator-presubmit # convention: (job type)-(repo name)-(suite name)-(test type) branches: diff --git a/aws/User/clusters/optional-test-infra-prow/namespaces/prow/configmap/plugins.yaml b/aws/User/clusters/optional-test-infra-prow/namespaces/prow/configmap/plugins.yaml index a033f3238f7..30a61d9b06e 100644 --- a/aws/User/clusters/optional-test-infra-prow/namespaces/prow/configmap/plugins.yaml +++ b/aws/User/clusters/optional-test-infra-prow/namespaces/prow/configmap/plugins.yaml @@ -14,4 +14,6 @@ plugins: kubeflow/tf-operator: - trigger kubeflow/xgboost-operator: - - trigger \ No newline at end of file + - trigger + kubeflow/testing: + - trigger diff --git a/prow_config.yaml b/prow_config.yaml index 3aa17e62c0f..8592923786b 100644 --- a/prow_config.yaml +++ b/prow_config.yaml @@ -1,20 +1,20 @@ # This file configures the workflows to trigger in our Prow jobs. # see kubeflow/testing/py/run_e2e_workflow.py -workflows: +workflows: {} # Verifies the workflow is skipped because the test would fail since it # doesn't exist - - app_dir: kubeflow/kubeflow/testing/lmnop - component: click_deploy_test - name: skipmeplease - job_types: - - presubmit - include_dirs: - - xyz/* - params: - workflowName: skipmeplease - - - tekton_run: kubeflow/testing/tekton/runs/go-test-run.yaml - name: go-unittests +# - app_dir: kubeflow/kubeflow/testing/lmnop +# component: click_deploy_test +# name: skipmeplease +# job_types: +# - presubmit +# include_dirs: +# - xyz/* +# params: +# workflowName: skipmeplease +# +# - tekton_run: kubeflow/testing/tekton/runs/go-test-run.yaml +# name: go-unittests # - tekton_run: kubeflow/testing/tekton/runs/py-test-run.yaml # name: py-unittests @@ -39,4 +39,4 @@ workflows: # value: bar # name: tekton-v1 # include_dirs: - # - py/* \ No newline at end of file + # - py/*