From: Donghee Na Date: Thu, 18 Jun 2026 19:57:41 +0000 (+0900) Subject: gh-151229: Add CI to prevent JIT stress test regression (#151647) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17720b184d333c7a869d801ed1a56cd91f42bdc2;p=thirdparty%2FPython%2Fcpython.git gh-151229: Add CI to prevent JIT stress test regression (#151647) --- diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml index 2f024ad52f30..66bff36fe5e9 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