Skip to content

Commit 72f1b93

Browse files
committed
temp: check cpu boost
1 parent 5e5eacf commit 72f1b93

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: GCP Check Boost
2+
on: [push]
3+
4+
jobs:
5+
check:
6+
runs-on: ubuntu-latest
7+
environment: GCP-Rozen
8+
permissions:
9+
contents: 'read'
10+
id-token: 'write'
11+
12+
steps:
13+
- name: Authenticate Cloud CLI
14+
uses: 'google-github-actions/auth@v2'
15+
with:
16+
credentials_json: ${{ secrets.GCP_SA_KEY }}
17+
18+
- name: Set up Cloud SDK
19+
uses: 'google-github-actions/setup-gcloud@v2'
20+
21+
- name: Check CPU Boost
22+
run: |
23+
gcloud run services describe dcubabot --region=us-central1 --format="value(spec.template.metadata.annotations['run.googleapis.com/startup-cpu-boost'])"

0 commit comments

Comments
 (0)