@@ -47,7 +47,7 @@ concurrency:
4747jobs :
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 }}
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
0 commit comments