File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,11 @@ jobs:
142
142
run : bash .ci/minikube_integration.sh
143
143
push-operator-image :
144
144
needs :
145
- - k8s-1-26-integration-test
146
- - k8s-1-25-integration-test
145
+ # uncomment and remove version-check when integration testing for k8s has been fixed
146
+ # https://github.com/devfile/api/issues/1313
147
+ # - k8s-1-26-integration-test
148
+ # - k8s-1-25-integration-test
149
+ - version-check
147
150
runs-on : ubuntu-latest
148
151
steps :
149
152
- name : Checkout registry-operator source code
@@ -159,8 +162,11 @@ jobs:
159
162
tags : ${{ github.ref_name }}
160
163
push-operator-bundle :
161
164
needs :
162
- - k8s-1-26-integration-test
163
- - k8s-1-25-integration-test
165
+ # uncomment and remove version-check when integration testing for k8s has been fixed
166
+ # https://github.com/devfile/api/issues/1313
167
+ # - k8s-1-26-integration-test
168
+ # - k8s-1-25-integration-test
169
+ - version-check
164
170
runs-on : ubuntu-latest
165
171
steps :
166
172
- name : Checkout registry-operator source code
You can’t perform that action at this time.
0 commit comments