You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to be able to trigger a CI workflow to run tests against a live, "release" network. This will form a part of the QA process that runs during the 72 hours after a release candidate has been cut from master.
The text was updated successfully, but these errors were encountered:
New workflow to run an arbitrary test on an arbitrary namespace (within
our aztec-gke cluster) with an arbitrary e2e image.
I tested this with a temporary `on: push` flag. See successful run
[here](https://github.com/AztecProtocol/aztec-packages/actions/runs/12148432809/job/33876880156)
using smoke test with a locally built image against the smoke cluster.
Also tweak our release to also publish our `end-to-end` image so it can
be used by this workflow more easily.
Fix#10247Fix#10383
We need to be able to trigger a CI workflow to run tests against a live, "release" network. This will form a part of the QA process that runs during the 72 hours after a release candidate has been cut from master.
The text was updated successfully, but these errors were encountered: