8000 GH-103180: Set a timeout for every job in GitHub Actions by AA-Turner · Pull Request #130375 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-103180: Set a timeout for every job in GitHub Actions #130375

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 21, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use source order in all-required-green lists
  • Loading branch information
AA-Turner committed Feb 20, 2025
commit a6564de887b05aaff458b60fffc68336c587a5de
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -613,16 +613,16 @@ jobs:
- check-docs
- check-autoconf-regen
- check-generated-files
- build-windows
- build-windows-msi
- build-macos
- build-ubuntu
- build-ubuntu-ssltests
- build-wasi
- build-windows
- build-windows-msi
- cross-build-linux
- test-hypothesis
- build-asan
- build-tsan
- cross-build-linux
- cifuzz
if: always()

Expand All @@ -631,10 +631,10 @@ jobs:
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe
with:
allowed-failures: >-
build-ubuntu-ssltests,
build-windows-msi,
cifuzz,
build-ubuntu-ssltests,
test-hypothesis,
cifuzz,
allowed-skips: >-
${{
!fromJSON(needs.build-context.outputs.run-docs)
Expand All @@ -652,9 +652,9 @@ jobs:
build-ubuntu,
build-ubuntu-ssltests,
build-wasi,
test-hypothesis,
build-asan,
build-tsan,
test-hypothesis,
cross-build-linux,
'
|| ''
Expand Down
Loading
0