Skip to content

Commit 46a57f1

Browse files
make k8s integration testing not required for release image pushing
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
1 parent 44aa51c commit 46a57f1

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/release.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,11 @@ jobs:
142142
run: bash .ci/minikube_integration.sh
143143
push-operator-image:
144144
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
147150
runs-on: ubuntu-latest
148151
steps:
149152
- name: Checkout registry-operator source code
@@ -159,8 +162,11 @@ jobs:
159162
tags: ${{ github.ref_name }}
160163
push-operator-bundle:
161164
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
164170
runs-on: ubuntu-latest
165171
steps:
166172
- name: Checkout registry-operator source code

0 commit comments

Comments
 (0)