-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Open
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
- Background info:
- We have a GitHub Action that creates a staging deployment of Online Boutique for each pull-request that alters relevant source code. These staging deployments are hosted on a staging cluster named
prs-gke-cluster
. - A staging deployment for a given pull-request is supposed to be cleaned up by /.github/workflows/cleanup.yaml once the pull-request is closed/merged.
- We have a GitHub Action that creates a staging deployment of Online Boutique for each pull-request that alters relevant source code. These staging deployments are hosted on a staging cluster named
- Problem: Staging deployments aren't being cleaned up (even though pull-requests have been closed/merged).
- Example: On Aug 19 (2024), the following pull-requests were closed/merged but their staging deployments were still running:
- chore(deps): refresh pip-compile outputs python #2644
- chore(deps): update gcr.io/k8s-skaffold/skaffold docker tag to v2.13.1 #2652
- feat: add support for baseUrl #2609
- chore(deps): update dotnet #2637
- chore(deps): update kubevious/cli action to v1.0.62 #2638
- chore(deps): update dotnet to v2.65.0 #2664
- chore(deps): update docker #2661
- chore(deps): update dotnet to v2.64.0 #2651
- chore(deps): update node.js to v20.15.1 #2639
- fix(deps): update java #2666
- fix(deps): update java #2684
- chore(deps): update docker #2649
- fix(deps): update nodejs #2640
- fix(deps): update module cloud.google.com/go/secretmanager to v1.13.5 #2663
- fix(deps): update dependency pino to v9.3.2 #2662
- chore(deps): refresh pip-compile outputs python #2667
- fix(deps): update golang #2641
- fix(deps): update nodejs #2655
- chore(deps): update java #2643
- This issue uses up CPU/Memory unnecessarily. See our staging autopilot cluster (
prs-gke-cluster
)'s CPU and memory:

Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.