GHA execution throttling #3739

This commit is contained in:
rusefillc 2022-01-04 13:40:02 -05:00
parent 22aa721c46
commit 166f4e6cc8
1 changed files with 8 additions and 9 deletions

View File

@ -182,17 +182,16 @@ jobs:
with:
submodules: recursive
- id: throttle
name: Execution throttle early exit
run: bash misc/actions/execution-throttle.sh ${{ matrix.skip-rate }}
- uses: actions/setup-java@v1
if: steps.throttle.conclusion == 'success'
with:
java-version: '8'
- id: throttle
name: Execution throttle early exit
# just running, not using result for anything yet
run: bash misc/actions/execution-throttle.sh ${{ matrix.skip-rate }}
- name: Install multilib, mingw, sshpass and mtools
if: steps.throttle.conclusion == 'success'
run: |
sudo apt-get update
sudo apt-get install gcc-multilib g++-multilib g++-mingw-w64 gcc-mingw-w64 sshpass mtools