Skip to content

Commit

Permalink
chore(e2e): don't build bundle unless install wf
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Jun 27, 2024
1 parent 89f5e6d commit 7bab3c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/actions/e2e-common/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ runs:
image-registry-push-host: ${{ steps.config-cluster.outputs.cluster-image-registry-push-host }}
image-registry-pull-host: ${{ steps.config-cluster.outputs.cluster-image-registry-pull-host }}
image-namespace: ${{ steps.config-cluster.outputs.cluster-image-namespace }}
# Builds the bundle if an OLM is available - depends on cluster being tested
build-bundle: ${{ steps.config-cluster.outputs.cluster-has-olm }}
build-bundle: false
# Both can be empty and so catalog source will not be created
catalog-source-name: ${{ steps.config-cluster.outputs.cluster-catalog-source-name }}
catalog-source-namespace: ${{ steps.config-cluster.outputs.cluster-catalog-source-namespace }}
Expand Down
3 changes: 1 addition & 2 deletions .github/actions/e2e-knative/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ runs:
image-registry-push-host: ${{ steps.config-cluster.outputs.cluster-image-registry-push-host }}
image-registry-pull-host: ${{ steps.config-cluster.outputs.cluster-image-registry-pull-host }}
image-namespace: ${{ steps.config-cluster.outputs.cluster-image-namespace }}
# Builds the bundle if an OLM is available - depends on cluster being tested
build-bundle: ${{ steps.config-cluster.outputs.cluster-has-olm }}
build-bundle: false
# Both can be empty and so catalog source will not be created
catalog-source-name: ${{ steps.config-cluster.outputs.cluster-catalog-source-name }}
catalog-source-namespace: ${{ steps.config-cluster.outputs.cluster-catalog-source-namespace }}
Expand Down
3 changes: 1 addition & 2 deletions .github/actions/e2e-native/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ runs:
image-registry-push-host: ${{ steps.config-cluster.outputs.cluster-image-registry-push-host }}
image-registry-pull-host: ${{ steps.config-cluster.outputs.cluster-image-registry-pull-host }}
image-namespace: ${{ steps.config-cluster.outputs.cluster-image-namespace }}
# Builds the bundle if an OLM is available - depends on cluster being tested
build-bundle: ${{ steps.config-cluster.outputs.cluster-has-olm }}
build-bundle: false
# Both can be empty and so catalog source will not be created
catalog-source-name: ${{ steps.config-cluster.outputs.cluster-catalog-source-name }}
catalog-source-namespace: ${{ steps.config-cluster.outputs.cluster-catalog-source-namespace }}
Expand Down
3 changes: 1 addition & 2 deletions .github/actions/e2e-telemetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ runs:
image-registry-push-host: ${{ steps.config-cluster.outputs.cluster-image-registry-push-host }}
image-registry-pull-host: ${{ steps.config-cluster.outputs.cluster-image-registry-pull-host }}
image-namespace: ${{ steps.config-cluster.outputs.cluster-image-namespace }}
# Builds the bundle if an OLM is available - depends on cluster being tested
build-bundle: ${{ steps.config-cluster.outputs.cluster-has-olm }}
build-bundle: false
# Both can be empty and so catalog source will not be created
catalog-source-name: ${{ steps.config-cluster.outputs.cluster-catalog-source-name }}
catalog-source-namespace: ${{ steps.config-cluster.outputs.cluster-catalog-source-namespace }}
Expand Down

0 comments on commit 7bab3c3

Please sign in to comment.