From 7bab3c3135c967646e2eb6e2c52aa4573eac17ec Mon Sep 17 00:00:00 2001 From: Pasquale Congiusti Date: Thu, 27 Jun 2024 14:51:32 +0200 Subject: [PATCH] chore(e2e): don't build bundle unless install wf --- .github/actions/e2e-common/action.yml | 3 +-- .github/actions/e2e-knative/action.yml | 3 +-- .github/actions/e2e-native/action.yml | 3 +-- .github/actions/e2e-telemetry/action.yml | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/actions/e2e-common/action.yml b/.github/actions/e2e-common/action.yml index 01463c4faf..0a94678f16 100644 --- a/.github/actions/e2e-common/action.yml +++ b/.github/actions/e2e-common/action.yml @@ -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 }} diff --git a/.github/actions/e2e-knative/action.yml b/.github/actions/e2e-knative/action.yml index 86e001a051..84d9fb40c8 100644 --- a/.github/actions/e2e-knative/action.yml +++ b/.github/actions/e2e-knative/action.yml @@ -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 }} diff --git a/.github/actions/e2e-native/action.yml b/.github/actions/e2e-native/action.yml index 6ee19a0a82..2a47aabb0c 100644 --- a/.github/actions/e2e-native/action.yml +++ b/.github/actions/e2e-native/action.yml @@ -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 }} diff --git a/.github/actions/e2e-telemetry/action.yml b/.github/actions/e2e-telemetry/action.yml index d85d549644..ca52be52c8 100644 --- a/.github/actions/e2e-telemetry/action.yml +++ b/.github/actions/e2e-telemetry/action.yml @@ -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 }}