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

Workflow failure: release #2273

Closed
pulumi-bot opened this issue Jul 30, 2024 · 1 comment
Closed

Workflow failure: release #2273

pulumi-bot opened this issue Jul 30, 2024 · 1 comment
Assignees
Labels
kind/engineering Work that is not visible to an external user p1 A bug severe enough to be the next item assigned to an engineer resolution/fixed This issue was fixed
Milestone

Comments

@pulumi-bot
Copy link
Contributor

Workflow Failure

release has failed. See the list of failures below:

@pulumi-bot pulumi-bot added kind/engineering Work that is not visible to an external user needs-triage Needs attention from the triage team p1 A bug severe enough to be the next item assigned to an engineer labels Jul 30, 2024
@VenelinMartinov VenelinMartinov removed the needs-triage Needs attention from the triage team label Jul 31, 2024
@VenelinMartinov VenelinMartinov self-assigned this Jul 31, 2024
@VenelinMartinov VenelinMartinov added the resolution/fixed This issue was fixed label Jul 31, 2024
@VenelinMartinov
Copy link
Contributor

fixed manually, I've also fixed the leak in #2276

VenelinMartinov added a commit that referenced this issue Jul 31, 2024
Fixes a resource leak from the firestore field test.

Firestore databases need the parameter specified in order to get
deleted.

Related to #2273

I've also manually deleted all the firestore databases in the CI
account:

```bash
for db in $(gcloud firestore databases list --project pulumi-ci-gcp-provider --format='value(name.split("/").slice(-1))'); do gcloud alpha firestore databases delete $db --project pulumi-ci-gcp-provider --quiet; done
```
@mjeffryes mjeffryes added this to the 0.108 milestone Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/engineering Work that is not visible to an external user p1 A bug severe enough to be the next item assigned to an engineer resolution/fixed This issue was fixed
Projects
None yet
Development

No branches or pull requests

3 participants