Skip to content

Commit

Permalink
Trigger build-bundle-dev job in Runway after generating dev manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Puja Deep committed Mar 6, 2024
1 parent 03a5bdb commit 3738790
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build, Test, Publish Image & Manifest

on:
push:
branches: [ "main"]
branches: [ "trigger-carvel-bundle-dev-pipeline"]
paths-ignore:
- 'docs/**'
- '*.md'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3738790

Please sign in to comment.