Skip to content

Commit 888f9b9

Browse files
authored
Switch to the gce-github-runner main branch (#18420)
1 parent 47d21c6 commit 888f9b9

8 files changed

+16
-16
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
create-runner:
16-
uses: gitpod-io/gce-github-runner/.github/workflows/create-vm.yml@secrets
16+
uses: gitpod-io/gce-github-runner/.github/workflows/create-vm.yml@main
1717
secrets:
1818
runner_token: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_TOKEN }}
1919
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
@@ -433,7 +433,7 @@ jobs:
433433
- install
434434
- monitoring
435435
- integration-test
436-
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@secrets
436+
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@main
437437
secrets:
438438
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
439439
with:

.github/workflows/code-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
create-runner:
10-
uses: gitpod-io/gce-github-runner/.github/workflows/create-vm.yml@secrets
10+
uses: gitpod-io/gce-github-runner/.github/workflows/create-vm.yml@main
1111
secrets:
1212
runner_token: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_TOKEN }}
1313
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
@@ -59,7 +59,7 @@ jobs:
5959
needs:
6060
- create-runner
6161
- build
62-
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@secrets
62+
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@main
6363
secrets:
6464
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
6565
with:

.github/workflows/ide-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121

2222
jobs:
2323
create-runner:
24-
uses: gitpod-io/gce-github-runner/.github/workflows/create-vm.yml@secrets
24+
uses: gitpod-io/gce-github-runner/.github/workflows/create-vm.yml@main
2525
secrets:
2626
runner_token: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_TOKEN }}
2727
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
@@ -204,7 +204,7 @@ jobs:
204204
- infrastructure
205205
- check
206206
- delete
207-
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@secrets
207+
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@main
208208
secrets:
209209
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
210210
with:

.github/workflows/lacework-inline-scanner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
create-runner:
17-
uses: gitpod-io/gce-github-runner/.github/workflows/create-vm.yml@secrets
17+
uses: gitpod-io/gce-github-runner/.github/workflows/create-vm.yml@main
1818
secrets:
1919
runner_token: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_TOKEN }}
2020
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
@@ -82,7 +82,7 @@ jobs:
8282
- create-runner
8383
- configuration
8484
- scan-images
85-
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@secrets
85+
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@main
8686
secrets:
8787
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
8888
with:

.github/workflows/preview-env-check-regressions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
create-runner:
22-
uses: gitpod-io/gce-github-runner/.github/workflows/create-vm.yml@secrets
22+
uses: gitpod-io/gce-github-runner/.github/workflows/create-vm.yml@main
2323
secrets:
2424
runner_token: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_TOKEN }}
2525
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
@@ -187,7 +187,7 @@ jobs:
187187
- infrastructure
188188
- check
189189
- delete
190-
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@secrets
190+
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@main
191191
secrets:
192192
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
193193
with:

.github/workflows/preview-env-delete.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
create-runner:
12-
uses: gitpod-io/gce-github-runner/.github/workflows/create-vm.yml@secrets
12+
uses: gitpod-io/gce-github-runner/.github/workflows/create-vm.yml@main
1313
secrets:
1414
runner_token: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_TOKEN }}
1515
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
@@ -31,7 +31,7 @@ jobs:
3131
needs:
3232
- create-runner
3333
- delete
34-
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@secrets
34+
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@main
3535
secrets:
3636
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
3737
with:

.github/workflows/preview-env-gc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: "0 */4 * * *"
66
jobs:
77
create-runner:
8-
uses: gitpod-io/gce-github-runner/.github/workflows/create-vm.yml@secrets
8+
uses: gitpod-io/gce-github-runner/.github/workflows/create-vm.yml@main
99
secrets:
1010
runner_token: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_TOKEN }}
1111
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
@@ -70,7 +70,7 @@ jobs:
7070
- create-runner
7171
- stale
7272
- delete
73-
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@secrets
73+
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@main
7474
secrets:
7575
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
7676
with:

.github/workflows/workspace-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333

3434
jobs:
3535
create-runner:
36-
uses: gitpod-io/gce-github-runner/.github/workflows/create-vm.yml@secrets
36+
uses: gitpod-io/gce-github-runner/.github/workflows/create-vm.yml@main
3737
secrets:
3838
runner_token: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_TOKEN }}
3939
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
@@ -183,7 +183,7 @@ jobs:
183183
- infrastructure
184184
- check
185185
- delete
186-
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@secrets
186+
uses: gitpod-io/gce-github-runner/.github/workflows/delete-vm.yml@main
187187
secrets:
188188
gcp_credentials: ${{ secrets.SELF_HOSTED_GITHUB_RUNNER_GCP_CREDENTIALS }}
189189
with:

0 commit comments

Comments
 (0)