-
Notifications
You must be signed in to change notification settings - Fork 121
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
Fix "the resource was not found" instance errors in CI #5366
Labels
C-bug
Category: This is a bug
I-integration-fail
Continuous integration fails, including build and test failures
Comments
5 tasks
Failed in PR #5541, halfway through the test run: |
5 tasks
Hey team! Please add your planning poker estimate with Zenhub @arya2 @dconnolly @gustavovalverde @oxarbitrage @teor2345 |
@gustavovalverde did this get fixed by the recent changes? |
We haven't seen this bug for a while. |
6 tasks
I haven't seen these in ages? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug
I-integration-fail
Continuous integration fails, including build and test failures
Motivation
I'm seeing errors like this in CI:
https://github.com/ZcashFoundation/zebra/actions/runs/3203311358/jobs/5239744583#step:6:101
Command Reference
https://cloud.google.com/sdk/gcloud/reference/topic/filters
Designs
I'm not sure what is causing these bugs, we only delete instances after 3 days:
zebra/.github/workflows/delete-gcp-resources.yml
Line 56 in ee0edef
And after the job fails:
zebra/.github/workflows/deploy-gcp-tests.yml
Line 1329 in ee0edef
Maybe we got a failed instance or outdated instance delete script wrong somewhere?
We could try using
name={{key}}
for failed job deletes, but it might not be causing this problem.Let's check the Google Cloud logs to work out what is deleting these instances.
The text was updated successfully, but these errors were encountered: