Skip to content

Commit

Permalink
pythongh-111062 CI: Update skip lists for resuable workflows (python#…
Browse files Browse the repository at this point in the history
…111521)

CI: Update skip lists
  • Loading branch information
hugovk authored and aisk committed Feb 11, 2024
1 parent 13fba32 commit 3fb3960
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -500,11 +500,13 @@ jobs:
- check_source # Transitive dependency, needed to access `run_tests` value
- check-docs
- check_generated_files
- build_windows
- build_macos
- build_macos_free_threaded
- build_ubuntu
- build_ubuntu_free_threaded
- build_ubuntu_ssltests
- build_windows
- build_windows_free_threaded
- test_hypothesis
- build_asan
- cifuzz
Expand All @@ -517,10 +519,10 @@ jobs:
with:
allowed-failures: >-
build_macos,
build_macos_free_threaded,
build_ubuntu_free_threaded,
build_ubuntu_ssltests,
build_win32,
build_win_arm64,
build_windows_free_threaded,
cifuzz,
test_hypothesis,
allowed-skips: >-
Expand All @@ -535,13 +537,13 @@ jobs:
needs.check_source.outputs.run_tests != 'true'
&& '
check_generated_files,
build_win32,
build_win_amd64,
build_win_arm64,
build_macos,
build_macos_free_threaded,
build_ubuntu,
build_ubuntu_free_threaded,
build_ubuntu_ssltests,
build_windows,
build_windows_free_threaded,
build_asan,
'
|| ''
Expand Down

0 comments on commit 3fb3960

Please sign in to comment.