]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-153201: Make TSan CI mandatory (#153491)
authorKumar Aditya <kumaraditya@python.org>
Fri, 10 Jul 2026 09:36:26 +0000 (15:06 +0530)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2026 09:36:26 +0000 (09:36 +0000)
.github/workflows/build.yml

index 98df879413c72ee449969c32d3eb2275bc9cff81..b541dbd0c23d32639ae7c24418ab5275e8055532 100644 (file)
@@ -554,6 +554,7 @@ jobs:
         - Thread
         free-threading:
         - false
+        - true
         sanitizer:
         - TSan
         include:
@@ -565,17 +566,6 @@ jobs:
       sanitizer: ${{ matrix.sanitizer }}
       free-threading: ${{ matrix.free-threading }}
 
-  # XXX: Temporarily allow this job to fail to not block PRs.
-  build-san-free-threading:
-    # ${{ '' } is a hack to nest jobs under the same sidebar category.
-    name: Sanitizers${{ '' }}  # zizmor: ignore[obfuscation]
-    needs: build-context
-    if: needs.build-context.outputs.run-ubuntu == 'true'
-    uses: ./.github/workflows/reusable-san.yml
-    with:
-      sanitizer: TSan
-      free-threading: true
-
   cross-build-linux:
     name: Cross build Linux
     runs-on: ubuntu-26.04
@@ -679,7 +669,6 @@ jobs:
     - test-hypothesis
     - build-asan
     - build-san
-    - build-san-free-threading
     - cross-build-linux
     - cifuzz
     if: always()
@@ -691,7 +680,6 @@ jobs:
         allowed-failures: >-
           build-android,
           build-emscripten,
-          build-san-free-threading,
           build-windows-msi,
           build-ubuntu-ssltests,
           test-hypothesis,