ci: increase runner size for smoke tests (#13301)

This commit is contained in:
Chakru 2025-04-23 21:59:37 +05:30 committed by GitHub
parent 1c5b7c18fc
commit 294d77446b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1231,7 +1231,7 @@ jobs:
- id: set-runner
run: |
if [[ "${{ env.DOCKER_CACHE }}" == "DEPOT" && "${{ env.DEPOT_PROJECT_ID }}" != "" ]]; then
echo "runner_type=depot-ubuntu-24.04" >> "$GITHUB_OUTPUT"
echo "runner_type=depot-ubuntu-24.04-4" >> "$GITHUB_OUTPUT"
else
echo "runner_type=ubuntu-latest" >> "$GITHUB_OUTPUT"
fi
@ -1253,7 +1253,7 @@ jobs:
if: ${{ always() && !failure() && !cancelled() && needs.smoke_test_matrix.outputs.matrix != '[]' }}
steps:
- name: Free up disk space
if: ${{ needs.determine_runner.outputs.runner_type != 'depot-ubuntu-24.04' }}
if: ${{ needs.determine_runner.outputs.runner_type == 'ubuntu-latest' }}
run: |
sudo apt-get remove 'dotnet-*' azure-cli || true
sudo rm -rf /usr/local/lib/android/ || true