|
3 | 3 | python_paths:
|
4 | 4 | - kubeflow/kubeflow/py
|
5 | 5 | workflows:
|
6 |
| - # deploy app test runs tests on gke. |
7 |
| - - py_func: kubeflow.kubeflow.ci.kfctl_e2e_workflow.create_workflow |
8 |
| - name: kfctl-go-iap |
9 |
| - job_types: |
10 |
| - - presubmit |
11 |
| - - postsubmit |
12 |
| - - periodic |
13 |
| - include_dirs: |
14 |
| - - bootstrap/* |
15 |
| - - testing/* |
16 |
| - - py/kubeflow/kubeflow/ci/* |
17 |
| - kwargs: |
18 |
| - use_basic_auth: false |
19 |
| - # Run build and then apply rather than just apply |
20 |
| - build_and_apply: true |
21 |
| - # test_endpoint flag is actually deprecated; we use pytest annotations to skip on |
22 |
| - # presubmit. |
23 |
| - test_endpoint: true |
24 |
| - config_path: https://raw.githubusercontent.com/kubeflow/manifests/master/kfdef/kfctl_gcp_iap.yaml |
25 |
| - # Run basic auth test as part of every periodic and postsubmit run. |
26 |
| - - py_func: kubeflow.kubeflow.ci.kfctl_e2e_workflow.create_workflow |
27 |
| - name: kfctl-go-basic-auth |
28 |
| - job_types: |
29 |
| - - postsubmit |
30 |
| - - periodic |
31 |
| - include_dirs: |
32 |
| - - bootstrap/* |
33 |
| - - deployment/* |
34 |
| - - kubeflow/* |
35 |
| - - testing/* |
36 |
| - - py/kubeflow/kubeflow/ci/* |
37 |
| - kwargs: |
38 |
| - use_basic_auth: true |
39 |
| - test_endpoint: true |
40 |
| - config_path: https://raw.githubusercontent.com/kubeflow/manifests/master/kfdef/kfctl_gcp_basic_auth.yaml |
41 |
| - # E2E tests for kfctl_existing_arrikto |
42 |
| - - app_dir: kubeflow/kubeflow/testing/workflows |
43 |
| - component: kfctl_go_test |
44 |
| - name: kfctl-go-existing |
45 |
| - job_types: |
46 |
| - # Enable once we have confirmed the stability of the test |
47 |
| - # - presubmit |
48 |
| - # TODO(jlewi): I don't think we want to enable on presubmit. |
49 |
| - # see https://github.com/kubeflow/kfctl/issues/57 |
50 |
| - - postsubmit |
51 |
| - - periodic |
52 |
| - include_dirs: |
53 |
| - - bootstrap/* |
54 |
| - - dependencies/* |
55 |
| - - kubeflow/* |
56 |
| - - testing/* |
57 |
| - params: |
58 |
| - platform: gke |
59 |
| - gkeApiVersion: v1 |
60 |
| - workflowName: kfctl-go |
61 |
| - useBasicAuth: false |
62 |
| - useIstio: true |
63 |
| - testEndpoint: false |
64 |
| - configPath: https://raw.githubusercontent.com/kubeflow/manifests/master/kfdef/kfctl_existing_arrikto.yaml |
65 |
| - cluster_creation_script: create_existing_cluster.sh |
66 |
| - cluster_deletion_script: delete_existing_cluster.py |
67 |
| - nameSuffix: existing_arrikto |
68 | 6 | # Run unittests
|
69 | 7 | # TODO(jlewi): Need to add step to run go and python unittests
|
70 | 8 | - app_dir: kubeflow/kubeflow/testing/workflows
|
@@ -169,70 +107,3 @@ workflows:
|
169 | 107 | step_image: "gcr.io/kubeflow-ci/test-worker/test-worker:v20190116-b7abb8d-e3b0c4"
|
170 | 108 | include_dirs:
|
171 | 109 | - components/jupyter-web-app/*
|
172 |
| - #*************************************************************************************************************************************** |
173 |
| - # v0-7 tests |
174 |
| - # |
175 |
| - # TODO(https://github.com/kubeflow/testing/issues/498): The 0.7 tests are currently |
176 |
| - # deefined on the master branch. They should move to an appropriate branch once the branch |
177 |
| - # is cut. At that point we should probably get rid of them and just update the tests earlier in this file |
178 |
| - # to pull the kfdef specs from the v0.7 branch of manifests. |
179 |
| - #*************************************************************************************************************************************** |
180 |
| - - py_func: kubeflow.kubeflow.ci.kfctl_e2e_workflow.create_workflow |
181 |
| - name: kfctl-go-iap-v07 |
182 |
| - job_types: |
183 |
| - - postsubmit |
184 |
| - - periodic |
185 |
| - include_dirs: |
186 |
| - - bootstrap/* |
187 |
| - - testing/* |
188 |
| - - py/kubeflow/kubeflow/ci/* |
189 |
| - kwargs: |
190 |
| - use_basic_auth: false |
191 |
| - # Run build and then apply rather than just apply |
192 |
| - build_and_apply: true |
193 |
| - # test_endpoint flag is actually deprecated; we use pytest annotations to skip on |
194 |
| - # presubmit. |
195 |
| - test_endpoint: true |
196 |
| - config_path: https://raw.githubusercontent.com/kubeflow/manifests/v0.7-branch/kfdef/kfctl_gcp_iap.0.7.0.yaml |
197 |
| - # Run basic auth test as part of every periodic and postsubmit run. |
198 |
| - - py_func: kubeflow.kubeflow.ci.kfctl_e2e_workflow.create_workflow |
199 |
| - name: kfctl-go-basic-auth-v07 |
200 |
| - job_types: |
201 |
| - - postsubmit |
202 |
| - - periodic |
203 |
| - include_dirs: |
204 |
| - - bootstrap/* |
205 |
| - - deployment/* |
206 |
| - - kubeflow/* |
207 |
| - - testing/* |
208 |
| - - py/kubeflow/kubeflow/ci/* |
209 |
| - kwargs: |
210 |
| - use_basic_auth: true |
211 |
| - config_path: https://raw.githubusercontent.com/kubeflow/manifests/v0.7-branch/kfdef/kfctl_gcp_basic_auth.0.7.0.yaml |
212 |
| - # E2E tests for kfctl_existing_arrikto |
213 |
| - - app_dir: kubeflow/kubeflow/testing/workflows |
214 |
| - component: kfctl_go_test |
215 |
| - name: kfctl-go-existing-v07 |
216 |
| - job_types: |
217 |
| - # Enable once we have confirmed the stability of the test |
218 |
| - # - presubmit |
219 |
| - # TODO(jlewi): I don't think we want to enable on presubmit. |
220 |
| - # see https://github.com/kubeflow/kfctl/issues/57 |
221 |
| - - postsubmit |
222 |
| - - periodic |
223 |
| - include_dirs: |
224 |
| - - bootstrap/* |
225 |
| - - dependencies/* |
226 |
| - - kubeflow/* |
227 |
| - - testing/* |
228 |
| - params: |
229 |
| - platform: gke |
230 |
| - gkeApiVersion: v1 |
231 |
| - workflowName: kfctl-go |
232 |
| - useBasicAuth: false |
233 |
| - useIstio: true |
234 |
| - testEndpoint: false |
235 |
| - configPath: https://raw.githubusercontent.com/kubeflow/manifests/v0.7-branch/kfdef/kfctl_existing_arrikto.yaml |
236 |
| - cluster_creation_script: create_existing_cluster.sh |
237 |
| - cluster_deletion_script: delete_existing_cluster.py |
238 |
| - nameSuffix: existing_arrikto |
0 commit comments