tests: skip unbottled linux reverse dependencies

Even if we set the label to force the Linux build for the current formula,
we still want to skip testing reverse dependencies on Linux that are not bottled,
as these will probably fail.

This was working before but the logic change when both test-bot calls
were split a few days ago.

We can revert this change later when we have done all our Linux bottling.
master
Michka Popoff 2021-07-10 22:40:46 +02:00
parent 87eb5a306a
commit 9930149e4b
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ jobs:
cd bottles
brew test-bot ${{ needs.setup_tests.outputs.test-bot-dependents-args }} --skipped-or-failed-formulae=${{ steps.brew-test-bot-formulae.outputs.skipped_or_failed_formulae }}
else
docker exec ${{github.sha}} brew test-bot ${{ needs.setup_tests.outputs.test-bot-dependents-args }} --skipped-or-failed-formulae=${{ steps.brew-test-bot-formulae.outputs.skipped_or_failed_formulae }}
docker exec ${{github.sha}} brew test-bot --skip-unbottled-linux ${{ needs.setup_tests.outputs.test-bot-dependents-args }} --skipped-or-failed-formulae=${{ steps.brew-test-bot-formulae.outputs.skipped_or_failed_formulae }}
fi
- name: Copy results from container