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 26, 2023
1 parent 44aa51c commit baabc2f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,10 @@ 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
# - 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 +161,10 @@ 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
# - 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 baabc2f

Please sign in to comment.