summaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] Add --with-lto back to Linux JIT CI (GH-120972)Miss Islington (bot)2024-06-241-4/+2
| | | | (cherry picked from commit fd0f814ade43fa479bfbe76dc226424db14a9354) Co-authored-by: Savannah Ostrowski <savannahostrowski@gmail.com>
* [3.13] gh-119146: Update ``regexp`` in `build.yml` to not trigger the jobs ↵Miss Islington (bot)2024-06-131-1/+1
| | | | | | | on `*.md` and `*.ini` files. (GH-120435) (#120447) Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.13] gh-120111: Don't use cirrus M1 macOS runners on fork (GH-120116) ↵Miss Islington (bot)2024-06-062-5/+14
| | | | | | | | (GH-120152) (cherry picked from commit fd104dfcb838d735ef8128e3539d7a730d403422) Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.13] Use Cirrus M1 macOS runners for CI (GH-119979) (GH-119986)Miss Islington (bot)2024-06-031-4/+4
| | | | | | (cherry picked from commit 6acb32fac3511c1d5500cac66f1d6397dcdab835) Co-authored-by: Łukasz Langa <lukasz@langa.pl> Co-authored-by: Ee Durbin <ee@python.org>
* [3.13] GH-113464: Run the JIT interpreter before any other JIT CI (GH-119490)Miss Islington (bot)2024-05-241-0/+15
| | | (cherry picked from commit b48a3dbff4d70e72797e67b46276564fc63ddb89)
* [3.13] GH-119292: Add job to JIT CI to build and test with --disable-gil ↵Miss Islington (bot)2024-05-211-0/+18
| | | | | | | (GH-119314) (cherry picked from commit c4722cd0573c83aaa52b63a27022b9048a949f54) Co-authored-by: Savannah Ostrowski <savannahostrowski@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.13] Docs: Ensure no warnings are found in the NEWS file before a given ↵Hugo van Kemenade2024-05-211-1/+2
| | | | line number (GH-119221) (#119261)
* [3.13] Use `fail-fast: false` in `mypy.yml` (GH-119297) (#119304)Miss Islington (bot)2024-05-211-0/+1
| | | | | | | | Use `fail-fast: false` in `mypy.yml` (GH-119297) See docs about this setting: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actionsGH-jobsjob_idstrategyfail-fast (cherry picked from commit b36533290608aed757f6eb16869a679650d32e17) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* [3.13] GH-119146: Don't run JIT CI on unrelated changes (GH-119226)Miss Islington (bot)2024-05-201-0/+6
| | | | | (cherry picked from commit 5307f44fb983f2a17727fb43602f5dfa63e93311) Co-authored-by: Savannah Ostrowski <savannahostrowski@gmail.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.13] gh-117657: Log TSAN warnings to separate files and archive them ↵Miss Islington (bot)2024-05-102-1/+17
| | | | | | | | | | | | (GH-118747) (#118931) This ensures we don't lose races that occur in subprocesses or interleave races from workers running in parallel. Log files are collected and packaged into a zipfile that can be downloaded from the "Artifacts" section of the workflow run. (cherry picked from commit b88889e9ffd7b2d2bdac75aecbf14e37fd68e337) Co-authored-by: mpage <mpage@meta.com>
* [3.13] Run CI on the 3.13 branch (GH-118779) (#118781)Miss Islington (bot)2024-05-081-10/+2
| | | | | (cherry picked from commit c68311df8543384e04fe994b3d4f4718cca1040e) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
* Revert to free macOS runners (#118744)Łukasz Langa2024-05-071-2/+2
|
* gh-117657: Use clang 18 in TSAN builds (GH-118533)mpage2024-05-071-1/+8
| | | | | Use clang 18 in TSAN builds We were using clang 14 which is a couple of years old.
* GH-118251: Bump the JIT CI timeout to 90 minutes (#118661)Brandt Bucher2024-05-061-1/+1
|
* Use Intel with 12 cores for free-threading tests for maximum speedup (#118677)Łukasz Langa2024-05-061-2/+2
|
* Test premium Mac builders (#118672)Łukasz Langa2024-05-062-2/+2
|
* gh-115119: Default to --with-system-libmpdec=yes (#118539)Erlend E. Aasland2024-05-061-0/+1
| | | Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
* gh-115119: Bump CI to use Ubuntu 22.04 (#118631)Erlend E. Aasland2024-05-063-5/+5
| | | Ubuntu 22.04 ships with mpdecimal 2.5.1, installable using 'apt install libmpdec-dev'.
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-053-1/+5
| | | | | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> Co-authored-by: Marta Gómez Macías <mgmacias@google.com> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
* GH-118251: Fix incomplete ternary expression in JIT workflow (GH-118564)Brandt Bucher2024-05-031-1/+1
|
* GH-118251: Skip fewer test in emulated JIT CI (GH-118536)Savannah Ostrowski2024-05-031-8/+5
|
* GH-118306: Update JIT to use LLVM 18 (GH-118307)Savannah Ostrowski2024-04-291-3/+8
|
* gh-118401: Docs: Use Sphinx short options (#118403)Hugo van Kemenade2024-04-291-1/+1
|
* Docs: Upgrade to Sphinx 7.3 (#118397)Hugo van Kemenade2024-04-291-1/+1
|
* gh-117928: Bump the minimum Sphinx version to 6.2.1 (#117853)Kirill Podoprigora2024-04-261-1/+1
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* GH-118246: Exclude test_pathlib and test_posixpath from emulated JIT CI ↵Savannah Ostrowski2024-04-241-2/+2
| | | | (GH-118247)
* gh-112730: Make the test suite resilient to color-activation environment ↵Pablo Galindo Salgado2024-04-241-0/+1
| | | | variables (#117672)
* gh-118039: Fix config.cache key on WASI (#118137)Nice Zombies2024-04-232-2/+5
|
* Set proper permissions for `jit.yml` workflow (#118084)Nikita Sobolev2024-04-221-0/+3
|
* gh-117657: Add TSAN suppressions for the free-threaded build (#117736)mpage2024-04-152-1/+7
| | | | | Additionally, reduce the iterations for a few weakref tests that would otherwise take a prohibitively long amount of time (> 1 hour) when TSAN is enabled and the GIL is disabled.
* build(deps): bump actions/add-to-project from 0.6.0 to 1.0.0 (#117415)dependabot[bot]2024-04-011-1/+1
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Increase the JIT CI timeouts to 75 minutes (GH-117342)Brandt Bucher2024-03-281-7/+5
|
* Revert "gh-116886: Temporarily disable CIfuzz (memory) (GH-117018)" (GH-117289)Illia Volochii2024-03-281-2/+1
| | | | | | | This reverts commit 1ab0d0b1167d78bf19661a3b5e533a2b68a57604. This reverts #117018. I expect the issue to be fixed based on https://github.com/google/oss-fuzz/pull/11708#issuecomment-2006442396 and https://github.com/actions/runner-images/issues/9491.
* gh-116886: Temporarily disable CIfuzz (memory) (#117018)Łukasz Langa2024-03-191-1/+2
|
* CI: Pass environment variables directly to configure in JIT CI (#116156)Erlend E. Aasland2024-03-181-6/+6
| | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* Bump GitHub Actions (#116944)Hugo van Kemenade2024-03-183-3/+3
|
* CI: Process stale issues four times per day (#116857)Hugo van Kemenade2024-03-161-1/+1
|
* gh-112536: Add TSAN builds on Github Actions (#116872)Donghee Na2024-03-162-0/+73
|
* CI: Only test free-threading with faster macOS M1 (#116814)Hugo van Kemenade2024-03-142-4/+8
| | | Only test free-threading with faster macOS M1
* GH-114736: Use WASI SDK 21 (GH-116771)Brett Cannon2024-03-141-2/+2
|
* CI: Process stale issues twice per day (#116636)Hugo van Kemenade2024-03-121-1/+1
|
* GH-115976: Add WASI to CI (GH-116516)Brett Cannon2024-03-112-0/+81
| | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* GH-116134: JIT aarch64-pc-windows-msvc (GH-116130)Brandt Bucher2024-03-041-3/+15
|
* gh-116075: Skip test_external_inspection on qemu in JIT CI (#116076)Erlend E. Aasland2024-02-281-2/+2
|
* gh-116026: Try disabling rebuilds of dependents in Homebrew (#116027)Jelle Zijlstra2024-02-281-0/+1
|
* Rename tier 2 redundancy eliminator to optimizer (#115888)Guido van Rossum2024-02-261-2/+2
| | | | The original name is just too much of a mouthful.
* gh-115663: Remove 'regen-sbom' from the 'regen-all' target (#115790)Seth Michael Larson2024-02-221-1/+1
|
* Trigger JIT CI with optimizer files (#115483)Ken Jin2024-02-151-0/+4
| | | * Trigger JIT CI with optimizer files
* gh-115383: Use runner version to compute config.cache key (#115409)Sam Gross2024-02-133-6/+18
|
* gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (#115050)Ned Deily2024-02-062-4/+4
| | | Also update multissltests to use 1.1.1w, 3.0.13, 3.1.5, and 3.2.1.