Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 497772c

Browse files
authoredMay 13, 2025··
fix: increase resources for deployment tests (#17688)
1 parent 0b2803f commit 497772c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/ci-core.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ jobs:
640640
runs-on: ubuntu-latest
641641
env:
642642
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
643644
SH_FUZZ_RUNNER: runs-on=${{ github.run_id}}/cpu=8+16/ram=32+64/family=c6id+m6id+m6idn/spot=false/extras=s3-cache
644645
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
645646
GH_TEST_RUNNER: ubuntu22.04-32cores-128GB
@@ -716,7 +717,7 @@ jobs:
716717
717718
echo "Opt-out is false for current run. Using self-hosted runner for deployment tests."
718719
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
720721
721722
- name: Select runners for core tests
722723
id: core-tests

0 commit comments

Comments
 (0)
Please sign in to comment.