From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 19 Jun 2026 08:37:50 +0000 (+0200) Subject: [3.15] gh-151229: Add CI to prevent JIT stress test regression (GH-151647) (gh-151670) X-Git-Tag: v3.15.0b3~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40fa04e6cc5797bcef80eceb10a2b48b11b27650;p=thirdparty%2FPython%2Fcpython.git [3.15] gh-151229: Add CI to prevent JIT stress test regression (GH-151647) (gh-151670) --- 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