]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-151229: Add CI to prevent JIT stress test regression (#151647)
authorDonghee Na <donghee.na@python.org>
Thu, 18 Jun 2026 19:57:41 +0000 (04:57 +0900)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2026 19:57:41 +0000 (04:57 +0900)
.github/workflows/jit.yml

index 2f024ad52f30914b0de56baf035de9b751ca8144..66bff36fe5e90c0858a9e09bd297ac4692773c33 100644 (file)
@@ -183,6 +183,9 @@ jobs:
           - name: JIT without optimizations (Debug)
             configure_flags: --enable-experimental-jit --with-pydebug
             test_env: "PYTHON_UOPS_OPTIMIZE=0"
+          - name: JIT with stress testing (Debug)
+            configure_flags: --enable-experimental-jit --with-pydebug
+            test_env: "PYTHON_JIT_STRESS=1"
           - name: JIT with tail calling interpreter
             configure_flags: --enable-experimental-jit --with-tail-call-interp --with-pydebug
             use_clang: true