mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 09:10:20 +00:00
flacky jail most have label
This commit is contained in:
parent
e25da80c7e
commit
0888b84fd0
3 changed files with 6 additions and 2 deletions
4
.github/actions/get-pull-number/action.yml
vendored
4
.github/actions/get-pull-number/action.yml
vendored
|
@ -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"
|
||||
|
|
2
.github/workflows/test-action-macos.yml
vendored
2
.github/workflows/test-action-macos.yml
vendored
|
@ -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"
|
||||
|
|
2
.github/workflows/test-action.yml
vendored
2
.github/workflows/test-action.yml
vendored
|
@ -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 }} \
|
||||
|
|
Loading…
Add table
Reference in a new issue