Skip to content

[DO NOT SUBMIT] Test workflow for reconvergence testing #1535

[DO NOT SUBMIT] Test workflow for reconvergence testing

[DO NOT SUBMIT] Test workflow for reconvergence testing #1535

name: Windows ARM64 D3D12 Warp Clang
permissions:
contents: read
on:
workflow_dispatch:
schedule:
- cron: '0 */6 * * *' # run every 6 hours
pull_request:
paths:
- .github/workflows/windows-qc-clang-warp-d3d12.yaml
jobs:
Windows-ARM64-D3D12-Warp-Clang:
permissions:
contents: read
checks: write
uses: ./.github/workflows/build-and-test-callable.yaml
with:
OS: windows
SKU: windows-qc
TestTarget: check-hlsl-clang-warp-d3d12
TestTargetReconvergence: check-hlsl-clang-reconvergence-warp-d3d12

Check failure on line 24 in .github/workflows/windows-qc-clang-warp-d3d12.yaml

View workflow run for this annotation

GitHub Actions / Windows ARM64 D3D12 Warp Clang

Invalid workflow file

The workflow is not valid. .github/workflows/windows-qc-clang-warp-d3d12.yaml (Line: 24, Col: 32): Invalid input, TestTargetReconvergence is not defined in the referenced workflow.
OffloadTest-branch: ${{ github.ref }}
LLVM-ExtraCMakeArgs: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DOFFLOADTEST_USE_CLANG_TIDY=On