Skip to content

Commit 1c41783

Browse files
committed
set temporary runner tag
1 parent bc170e0 commit 1c41783

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/e2e-deployment.yml

Lines changed: 12 additions & 12 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'
@@ -143,16 +143,16 @@ jobs:
143143
- name: Allocate unique subnet for cluster
144144
uses: ./.github/actions/allocate-subnet
145145

146-
- name: Clean existing infrastructure
147-
id: clean
148-
run: |
149-
echo "## Cleaning Existing Infrastructure" >> $GITHUB_STEP_SUMMARY
150-
echo "" >> $GITHUB_STEP_SUMMARY
151-
echo "Removing any existing VMs and networks..." >> $GITHUB_STEP_SUMMARY
152-
153-
make clean
154-
155-
echo "✅ Cleanup complete" >> $GITHUB_STEP_SUMMARY
146+
# - name: Clean existing infrastructure
147+
# id: clean
148+
# run: |
149+
# echo "## Cleaning Existing Infrastructure" >> $GITHUB_STEP_SUMMARY
150+
# echo "" >> $GITHUB_STEP_SUMMARY
151+
# echo "Removing any existing VMs and networks..." >> $GITHUB_STEP_SUMMARY
152+
#
153+
# make clean
154+
#
155+
# echo "✅ Cleanup complete" >> $GITHUB_STEP_SUMMARY
156156

157157
- name: Setup infrastructure
158158
uses: ./.github/actions/setup-infrastructure

.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)