ci: gate platform tests to the upstream repo
Unit Tests / Linters (pull_request) Successful in 2m31s
Unit Tests / Docs (pull_request) Successful in 3m31s
Unit Tests / Python Backend (pull_request) Successful in 3m43s
Unit Tests / Unit Tests (pull_request) Successful in 3m46s
Unit Tests / SPEC=2 (2) (pull_request) Successful in 4m3s
Unit Tests / Null Tests (pull_request) Successful in 4m20s
Unit Tests / SPEC=2 (1) (pull_request) Successful in 4m24s
Unit Tests / Torch Backend Tests (pull_request) Successful in 4m37s
Unit Tests / Optimization Tests (pull_request) Failing after 55s
Unit Tests / Fuzzing (pull_request) Successful in 2m47s
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
Unit Tests / Linux (DEV=CPU:LLVM) (pull_request) Canceled after 0s
Unit Tests / Linux (DEV=CPU:LVP) (pull_request) Canceled after 0s
Unit Tests / Linux (DEV=CPU:X86) (pull_request) Canceled after 0s
Unit Tests / Linux (DEV=WEBGPU) (pull_request) Canceled after 0s
Unit Tests / AMD ASM IDE (pull_request) Canceled after 0s
Unit Tests / hcq2 (pull_request) Canceled after 0s
Unit Tests / Linux (am) (pull_request) Canceled after 0s
Unit Tests / Linux (amd gfx1100) (pull_request) Canceled after 0s
Unit Tests / Linux (amdllvm gfx1100) (pull_request) Canceled after 0s
Unit Tests / Linux (amd gfx1201) (pull_request) Canceled after 0s
Unit Tests / Linux (amdllvm gfx1201) (pull_request) Canceled after 0s
Unit Tests / Linux (amd gfx950) (pull_request) Canceled after 0s
Unit Tests / Linux (amdllvm gfx950) (pull_request) Canceled after 0s
Unit Tests / Linux (nv) (pull_request) Canceled after 0s
Unit Tests / Linux (ptx) (pull_request) Canceled after 0s
Unit Tests / Compile-only (ir3) (pull_request) Canceled after 0s
Unit Tests / Compile-only (nak) (pull_request) Canceled after 0s
Check Line Counts / Check PR Branch status (pull_request_target) Canceled after 0s
Check Line Counts / Core Library Line Difference (pull_request_target) Canceled after 0s
Unit Tests / Linux (DEV=CL) (pull_request) Canceled after 1m26s
Unit Tests / Linux (DSP) (pull_request) Canceled after 1m52s
Unit Tests / Models (pull_request) Canceled after 2m3s
Unit Tests / Linux (DEV=CPU:CLANG) (pull_request) Canceled after 1m11s
Unit Tests / Test LLM (pull_request) Canceled after 2m10s
Unit Tests / CL IMAGE Tests (pull_request) Canceled after 3m2s
Unit Tests / openpilot Compile Tests (pull_request) Canceled after 2m54s
Unit Tests / ONNX (CPU) Tests (pull_request) Canceled after 2m51s

Skip mac/windows/qcom-cl jobs anywhere but tinygrad/tinygrad, so the
Platform Tests workflow is disabled on the gitea fork (and any fork).
This commit is contained in:
2026-08-09 22:25:13 -07:00
parent ded058424d
commit bdeee8d095
+6
View File
@@ -24,6 +24,7 @@ jobs:
unittestmacos:
name: MacOS (unit)
if: github.repository == 'tinygrad/tinygrad'
runs-on: macos-26
timeout-minutes: 20
steps:
@@ -51,6 +52,7 @@ jobs:
unittestmacosmock:
name: MacOS (unit, mock)
if: github.repository == 'tinygrad/tinygrad'
runs-on: macos-26
timeout-minutes: 20
steps:
@@ -88,6 +90,7 @@ jobs:
matrix:
group: [1, 2]
name: MacOS (DEV=METAL) (${{ matrix.group }})
if: github.repository == 'tinygrad/tinygrad'
runs-on: macos-26
timeout-minutes: 20
env:
@@ -120,6 +123,7 @@ jobs:
- 'WEBGPU'
name: MacOS (DEV=${{ matrix.dev }})
if: github.repository == 'tinygrad/tinygrad'
runs-on: macos-26
timeout-minutes: 20
steps:
@@ -156,6 +160,7 @@ jobs:
- 'WEBGPU'
name: Windows (DEV=${{ matrix.dev }})
if: github.repository == 'tinygrad/tinygrad'
runs-on: windows-2025
timeout-minutes: 15
steps:
@@ -182,6 +187,7 @@ jobs:
qcomclcompiletests:
name: Compile-only (QCOM CL)
if: github.repository == 'tinygrad/tinygrad'
runs-on: ubuntu-24.04-arm
timeout-minutes: 15
steps: