https://github.com/python/cpython/commit/17720b184d333c7a869d801ed1a56cd91f42bdc2
commit: 17720b184d333c7a869d801ed1a56cd91f42bdc2
branch: main
author: Donghee Na <[email protected]>
committer: corona10 <[email protected]>
date: 2026-06-19T04:57:41+09:00
summary:
gh-151229: Add CI to prevent JIT stress test regression (#151647)
files:
M .github/workflows/jit.yml
diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml
index 2f024ad52f3091..66bff36fe5e90c 100644
--- a/.github/workflows/jit.yml
+++ b/.github/workflows/jit.yml
@@ -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
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]