Skip to content

Commit baabc2f

Browse files
make k8s integration testing not required for release image pushing
Signed-off-by: Michael Valdron <[email protected]>
1 parent 44aa51c commit baabc2f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/release.yaml

+8-4
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,10 @@ 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+
# - k8s-1-26-integration-test
147+
# - k8s-1-25-integration-test
148+
- version-check
147149
runs-on: ubuntu-latest
148150
steps:
149151
- name: Checkout registry-operator source code
@@ -159,8 +161,10 @@ jobs:
159161
tags: ${{ github.ref_name }}
160162
push-operator-bundle:
161163
needs:
162-
- k8s-1-26-integration-test
163-
- k8s-1-25-integration-test
164+
# uncomment and remove version-check when integration testing for k8s has been fixed
165+
# - k8s-1-26-integration-test
166+
# - k8s-1-25-integration-test
167+
- version-check
164168
runs-on: ubuntu-latest
165169
steps:
166170
- name: Checkout registry-operator source code

0 commit comments

Comments
 (0)