Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI : Generate a trigger file for 'RabbitMQ for Kubernetes' dev CI pipeline #772

Merged
merged 8 commits into from
Mar 12, 2024
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
Loading