flacky jail most have label

This commit is contained in:
cmcmarrow 2023-04-26 15:06:51 -05:00
parent e25da80c7e
commit 0888b84fd0
3 changed files with 6 additions and 2 deletions

View file

@ -28,6 +28,10 @@ runs:
GITHUB_SHA: ${{ inputs.sha }}
GITHUB_PULL_NUMBER: ${{ inputs.pull-number }}
run: |
echo $GITHUB_OWNER
echo $GITHUB_REPO
echo $GITHUB_SHA
echo $GITHUB_PULL_NUMBER
if [ -z "$GITHUB_PULL_NUMBER" ]
then
echo "Searching For Pull Number"

View file

@ -395,7 +395,7 @@ jobs:
- name: Run Flaky Tests
id: run-flaky-tests
if: ${{ fromJSON(inputs.testrun)['type'] != 'full' && steps.get-test-flags.outputs.flaky_jail_tests == 'false' }}
if: ${{ fromJSON(inputs.testrun)['type'] != 'full' && steps.get-test-flags.outputs.flaky_jail_tests == 'true' }}
env:
SKIP_REQUIREMENTS_INSTALL: "1"
PRINT_TEST_SELECTION: "0"

View file

@ -381,7 +381,7 @@ jobs:
- name: Run Flaky Tests
id: run-flaky-tests
if: ${{ fromJSON(inputs.testrun)['type'] != 'full' && steps.get-test-flags.outputs.flaky_jail_tests == 'false' }}
if: ${{ fromJSON(inputs.testrun)['type'] != 'full' && steps.get-test-flags.outputs.flaky_jail_tests == 'true' }}
run: |
tools --timestamps --no-output-timeout-secs=1800 --timeout-secs=14400 vm test --skip-requirements-install \
--nox-session=${{ env.NOX_SESSION }} --rerun-failures ${{ inputs.distro-slug }} \