From 37387903a48a00b2ef091c0a1adb97b0dea8a3b5 Mon Sep 17 00:00:00 2001 From: Puja Deep Date: Wed, 6 Mar 2024 15:43:59 +0000 Subject: [PATCH] Trigger build-bundle-dev job in Runway after generating dev manifest --- .github/workflows/build-test-publish.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index c883308b..9854acce 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -2,7 +2,7 @@ name: Build, Test, Publish Image & Manifest on: push: - branches: [ "main"] + branches: [ "trigger-carvel-bundle-dev-pipeline"] paths-ignore: - 'docs/**' - '*.md' @@ -152,6 +152,15 @@ jobs: path: messaging-topology-operator-with-certmanager-${{ steps.meta.outputs.version }}.yaml destination: operator-manifests-dev process_gcloudignore: false + - name: Trigger carvel-packaging-dev pipeline in Runway + uses: actions/trigger-concourse-job-action@v2 + with: + concourse-url: https://runway-ci-sfo.eng.vmware.com/ + concourse-team: rabbitmq + concourse-pipeline: dev-manifest-issue-fix + concourse-job: build-bundle-dev + concourse-username: ${secrets.RUNWAY_USERNAME} + concourse-password: ${secrets.RUNWAY_PASSWORD} system_tests_gke: name: System tests using gke