Skip to content

Commit

Permalink
make k8s integration testing not required for release image pushing
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
  • Loading branch information
michael-valdron committed Oct 27, 2023
1 parent 44aa51c commit 46a57f1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,11 @@ jobs:
run: bash .ci/minikube_integration.sh
push-operator-image:
needs:
- k8s-1-26-integration-test
- k8s-1-25-integration-test
# uncomment and remove version-check when integration testing for k8s has been fixed
# https://github.com/devfile/api/issues/1313
# - k8s-1-26-integration-test
# - k8s-1-25-integration-test
- version-check
runs-on: ubuntu-latest
steps:
- name: Checkout registry-operator source code
Expand All @@ -159,8 +162,11 @@ jobs:
tags: ${{ github.ref_name }}
push-operator-bundle:
needs:
- k8s-1-26-integration-test
- k8s-1-25-integration-test
# uncomment and remove version-check when integration testing for k8s has been fixed
# https://github.com/devfile/api/issues/1313
# - k8s-1-26-integration-test
# - k8s-1-25-integration-test
- version-check
runs-on: ubuntu-latest
steps:
- name: Checkout registry-operator source code
Expand Down

0 comments on commit 46a57f1

Please sign in to comment.