From 12d8898aa66d7e45a1d09f1e2968dcca035131b1 Mon Sep 17 00:00:00 2001 From: Puja Deep <105225025+PujaVad@users.noreply.github.com> Date: Tue, 12 Mar 2024 18:56:55 +0000 Subject: [PATCH] CI : Generate a trigger file for 'RabbitMQ for Kubernetes' dev CI pipeline (#772) --- .github/workflows/build-test-publish.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 2f0b6165..1101fbcf 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -129,6 +129,7 @@ jobs: rabbitmqoperator/messaging-topology-operator-dev=rabbitmqoperator/messaging-topology-operator:"${RELEASE_VERSION}" popd make generate-manifests + echo -n "messaging-topology-operator-with-certmanager-${{ steps.meta.outputs.version }}.yaml" > "latest-topology-operator-dev-manifest.txt" - name: Upload operator manifests uses: actions/upload-artifact@v4 with: @@ -152,6 +153,12 @@ jobs: path: messaging-topology-operator-with-certmanager-${{ steps.meta.outputs.version }}.yaml destination: operator-manifests-dev process_gcloudignore: false + - name: Update carvel-packaging-dev pipeline trigger + uses: 'google-github-actions/upload-cloud-storage@v2' + with: + path: latest-topology-operator-dev-manifest.txt + destination: operator-manifests-dev + process_gcloudignore: false system_tests_gke: name: System tests using gke