|
37 | 37 | - name: namespace
|
38 | 38 | value: kubeflow
|
39 | 39 | templates:
|
40 |
| - - name: upgrade-test-preparation |
41 |
| - inputs: |
42 |
| - parameters: |
43 |
| - - name: target-image-prefix |
44 |
| - - name: test-results-gcs-dir |
45 |
| - - name: api-integration-test-image-suffix |
46 |
| - steps: |
47 |
| - - - name: build-api-integration-test-image |
48 |
| - template: build-image |
49 |
| - arguments: |
50 |
| - parameters: |
51 |
| - - name: docker-path |
52 |
| - value: . |
53 |
| - - name: docker-file |
54 |
| - value: test/api-integration-test/Dockerfile |
55 |
| - - name: image-name |
56 |
| - value: "{{inputs.parameters.target-image-prefix}}{{inputs.parameters.api-integration-test-image-suffix}}" |
57 |
| - - - name: run-upgrade-tests-preparation |
58 |
| - template: run-upgrade-tests-preparation |
59 |
| - arguments: |
60 |
| - parameters: |
61 |
| - - name: test-results-gcs-dir |
62 |
| - value: "{{inputs.parameters.test-results-gcs-dir}}" |
63 |
| - - name: api-integration-test-image |
64 |
| - value: "{{inputs.parameters.target-image-prefix}}{{inputs.parameters.api-integration-test-image-suffix}}" |
65 |
| - |
66 |
| - - name: upgrade-test-verification |
67 |
| - inputs: |
68 |
| - parameters: |
69 |
| - - name: target-image-prefix |
70 |
| - - name: test-results-gcs-dir |
71 |
| - - name: api-integration-test-image-suffix |
72 |
| - steps: |
73 |
| - - - name: run-upgrade-tests-verification |
74 |
| - template: run-upgrade-tests-verification |
75 |
| - arguments: |
76 |
| - parameters: |
77 |
| - - name: test-results-gcs-dir |
78 |
| - value: "{{inputs.parameters.test-results-gcs-dir}}" |
79 |
| - - name: api-integration-test-image |
80 |
| - value: "{{inputs.parameters.target-image-prefix}}{{inputs.parameters.api-integration-test-image-suffix}}" |
81 |
| - |
82 |
| - - name: upgrade-test-preparation-v2 |
83 |
| - inputs: |
84 |
| - parameters: |
85 |
| - - name: target-image-prefix |
86 |
| - - name: test-results-gcs-dir |
87 |
| - - name: api-integration-test-image-suffix |
88 |
| - steps: |
89 |
| - - - name: build-api-integration-test-image |
90 |
| - template: build-image |
91 |
| - arguments: |
92 |
| - parameters: |
93 |
| - - name: docker-path |
94 |
| - value: . |
95 |
| - - name: docker-file |
96 |
| - value: test/api-integration-test/Dockerfile |
97 |
| - - name: image-name |
98 |
| - value: "{{inputs.parameters.target-image-prefix}}{{inputs.parameters.api-integration-test-image-suffix}}" |
99 |
| - - - name: run-upgrade-tests-preparation-v2 |
100 |
| - template: run-upgrade-tests-preparation-v2 |
101 |
| - arguments: |
102 |
| - parameters: |
103 |
| - - name: test-results-gcs-dir |
104 |
| - value: "{{inputs.parameters.test-results-gcs-dir}}/v2" |
105 |
| - - name: api-integration-test-image |
106 |
| - value: "{{inputs.parameters.target-image-prefix}}{{inputs.parameters.api-integration-test-image-suffix}}" |
107 |
| - |
108 |
| - - name: upgrade-test-verification-v2 |
109 |
| - inputs: |
110 |
| - parameters: |
111 |
| - - name: target-image-prefix |
112 |
| - - name: test-results-gcs-dir |
113 |
| - - name: api-integration-test-image-suffix |
114 |
| - steps: |
115 |
| - - - name: run-upgrade-tests-verification-v2 |
116 |
| - template: run-upgrade-tests-verification-v2 |
117 |
| - arguments: |
118 |
| - parameters: |
119 |
| - - name: test-results-gcs-dir |
120 |
| - value: "{{inputs.parameters.test-results-gcs-dir}}/v2" |
121 |
| - - name: api-integration-test-image |
122 |
| - value: "{{inputs.parameters.target-image-prefix}}{{inputs.parameters.api-integration-test-image-suffix}}" |
123 |
| - |
124 | 40 | # Build and push image
|
125 | 41 | - name: build-image
|
126 | 42 | retryStrategy:
|
|
0 commit comments