Skip to content

Commit 9746bd5

Browse files
committed
set temporary runner tag
1 parent bc170e0 commit 9746bd5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ concurrency:
4747
jobs:
4848
check-e2e-needed:
4949
name: Check if E2E should run
50-
runs-on: [self-hosted, enclave-small]
50+
runs-on: [self-hosted, pr-validation]
5151
timeout-minutes: 5
5252
outputs:
5353
should_run: ${{ steps.decision.outputs.should_run }}
@@ -97,7 +97,7 @@ jobs:
9797
9898
e2e-deployment:
9999
name: E2E Deployment Test
100-
runs-on: [self-hosted, enclave-large]
100+
runs-on: [self-hosted, ci-test]
101101
timeout-minutes: 210 # 3.5 hours
102102
needs: check-e2e-needed
103103
if: needs.check-e2e-needed.outputs.should_run == 'true'

.github/workflows/infra-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
infra-verify:
1616
name: Infrastructure Verification
17-
runs-on: [self-hosted, enclave-small]
17+
runs-on: [self-hosted, ci-test-1]
1818
timeout-minutes: 120
1919

2020
env:

0 commit comments

Comments
 (0)