File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -640,6 +640,7 @@ jobs:
640
640
runs-on : ubuntu-latest
641
641
env :
642
642
SH_TEST_RUNNER : runs-on=${{ github.run_id }}/cpu=32+64/ram=64+128/family=c6id+m6id+m6idn/spot=false/extras=s3-cache
643
+ SH_DEPLOYMENT_TEST_RUNNER : runs-on=${{ github.run_id }}/cpu=48/ram=96/family=c6id/spot=false/extras=s3-cache
643
644
SH_FUZZ_RUNNER : runs-on=${{ github.run_id}}/cpu=8+16/ram=32+64/family=c6id+m6id+m6idn/spot=false/extras=s3-cache
644
645
SH_RACE_TEST_RUNNER : runs-on=${{ github.run_id}}/cpu=64+128/ram=128+128/family=c7+m7/disk=large/spot=false/extras=s3-cache
645
646
GH_TEST_RUNNER : ubuntu22.04-32cores-128GB
@@ -716,7 +717,7 @@ jobs:
716
717
717
718
echo "Opt-out is false for current run. Using self-hosted runner for deployment tests."
718
719
echo "deployment-tests-is-self-hosted=true" | tee -a $GITHUB_OUTPUT
719
- echo "deployment-tests-runner=${SH_TEST_RUNNER }" | tee -a $GITHUB_OUTPUT
720
+ echo "deployment-tests-runner=${SH_DEPLOYMENT_TEST_RUNNER }" | tee -a $GITHUB_OUTPUT
720
721
721
722
- name : Select runners for core tests
722
723
id : core-tests
You can’t perform that action at this time.
0 commit comments