Skip to content

Commit

Permalink
CI : Generate a trigger file for 'RabbitMQ for Kubernetes' dev CI pip…
Browse files Browse the repository at this point in the history
…eline (#772)
  • Loading branch information
PujaVad authored Mar 12, 2024
1 parent c72f344 commit 12d8898
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 12d8898

Please sign in to comment.