ci: revert repo gate on platform tests
Unit Tests / Linters (pull_request) Successful in 2m37s
Unit Tests / Docs (pull_request) Successful in 3m26s
Unit Tests / Python Backend (pull_request) Successful in 3m31s
Unit Tests / Unit Tests (pull_request) Successful in 3m40s
Unit Tests / SPEC=2 (2) (pull_request) Successful in 3m55s
Unit Tests / Null Tests (pull_request) Successful in 4m8s
Unit Tests / SPEC=2 (1) (pull_request) Successful in 4m11s
Unit Tests / Torch Backend Tests (pull_request) Successful in 4m32s
Unit Tests / Fuzzing (pull_request) Successful in 2m28s
Unit Tests / Linux (DSP) (pull_request) Successful in 1m57s
Unit Tests / Test LLM (pull_request) Successful in 2m19s
Unit Tests / CL IMAGE Tests (pull_request) Successful in 3m27s
Unit Tests / Models (pull_request) Successful in 3m46s
Unit Tests / openpilot Compile Tests (pull_request) Successful in 5m0s
Unit Tests / ONNX (CPU) Tests (pull_request) Successful in 5m38s
Unit Tests / Linux (DEV=CL) (pull_request) Successful in 4m28s
Unit Tests / Linux (DEV=CPU:LLVM) (pull_request) Successful in 3m27s
Unit Tests / Linux (DEV=CPU:LVP) (pull_request) Successful in 3m14s
Unit Tests / Optimization Tests (pull_request) Successful in 6m11s
Unit Tests / Linux (DEV=CPU:CLANG) (pull_request) Successful in 4m34s
Unit Tests / Linux (DEV=CPU:X86) (pull_request) Successful in 3m28s
Unit Tests / hcq2 (pull_request) Successful in 2m12s
Unit Tests / AMD ASM IDE (pull_request) Successful in 2m35s
Unit Tests / Linux (DEV=WEBGPU) (pull_request) Successful in 4m13s
Unit Tests / Linux (amdllvm gfx1100) (pull_request) Successful in 4m7s
Unit Tests / Linux (amd gfx1100) (pull_request) Successful in 4m40s
Unit Tests / Linux (am) (pull_request) Successful in 4m49s
Unit Tests / Linux (amdllvm gfx1201) (pull_request) Successful in 4m3s
Unit Tests / Linux (amd gfx1201) (pull_request) Successful in 4m38s
Check Line Counts / Check PR Branch status (pull_request_target) Successful in 11s
Check Line Counts / Core Library Line Difference (pull_request_target) Skipped
Unit Tests / Linux (amdllvm gfx950) (pull_request) Failing after 4m17s
Unit Tests / Compile-only (nak) (pull_request) Successful in 1m38s
Unit Tests / Linux (nv) (pull_request) Successful in 5m11s
Unit Tests / Linux (amd gfx950) (pull_request) Successful in 6m9s
Unit Tests / Compile-only (ir3) (pull_request) Successful in 3m30s
Unit Tests / Linux (ptx) (pull_request) Successful in 4m7s
Platform Tests / MacOS (unit) (pull_request) Canceled after 0s
Platform Tests / MacOS (unit, mock) (pull_request) Canceled after 0s
Platform Tests / MacOS (DEV=METAL) (1) (pull_request) Canceled after 0s
Platform Tests / MacOS (DEV=METAL) (2) (pull_request) Canceled after 0s
Platform Tests / MacOS (DEV=CPU:CLANG) (pull_request) Canceled after 0s
Platform Tests / MacOS (DEV=CPU:LLVM) (pull_request) Canceled after 0s
Platform Tests / MacOS (DEV=CPU:LVP) (pull_request) Canceled after 0s
Platform Tests / MacOS (DEV=WEBGPU) (pull_request) Canceled after 0s
Platform Tests / Windows (DEV=CPU:CLANG) (pull_request) Canceled after 0s
Platform Tests / Windows (DEV=CPU:LLVM) (pull_request) Canceled after 0s
Platform Tests / Windows (DEV=CPU:X86) (pull_request) Canceled after 0s
Platform Tests / Windows (DEV=WEBGPU) (pull_request) Canceled after 0s
Platform Tests / Compile-only (QCOM CL) (pull_request) Canceled after 0s

Job-level if is only evaluated by gitea when a runner with matching
labels fetches the task; with no mac/windows/arm runners the jobs queue
forever. Disable the workflow on the instance instead.
This commit is contained in:
2026-08-09 22:31:36 -07:00
parent bdeee8d095
commit 115307b2aa
-6
View File
@@ -24,7 +24,6 @@ jobs:
unittestmacos:
name: MacOS (unit)
if: github.repository == 'tinygrad/tinygrad'
runs-on: macos-26
timeout-minutes: 20
steps:
@@ -52,7 +51,6 @@ jobs:
unittestmacosmock:
name: MacOS (unit, mock)
if: github.repository == 'tinygrad/tinygrad'
runs-on: macos-26
timeout-minutes: 20
steps:
@@ -90,7 +88,6 @@ jobs:
matrix:
group: [1, 2]
name: MacOS (DEV=METAL) (${{ matrix.group }})
if: github.repository == 'tinygrad/tinygrad'
runs-on: macos-26
timeout-minutes: 20
env:
@@ -123,7 +120,6 @@ jobs:
- 'WEBGPU'
name: MacOS (DEV=${{ matrix.dev }})
if: github.repository == 'tinygrad/tinygrad'
runs-on: macos-26
timeout-minutes: 20
steps:
@@ -160,7 +156,6 @@ jobs:
- 'WEBGPU'
name: Windows (DEV=${{ matrix.dev }})
if: github.repository == 'tinygrad/tinygrad'
runs-on: windows-2025
timeout-minutes: 15
steps:
@@ -187,7 +182,6 @@ jobs:
qcomclcompiletests:
name: Compile-only (QCOM CL)
if: github.repository == 'tinygrad/tinygrad'
runs-on: ubuntu-24.04-arm
timeout-minutes: 15
steps: