Skip to content

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

[DO NOT SUBMIT] Test workflow for reconvergence testing

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

Workflow file for this run

name: macOS Metal DXC
permissions:
contents: read
on:
workflow_dispatch:
schedule:
- cron: '*/30 * * * *' # run every 30 minutes
pull_request:
paths:
- .github/workflows/macos-dxc-mtl.yaml
jobs:
macOS-Metal-DXC:
permissions:
contents: read
checks: write
uses: ./.github/workflows/build-and-test-callable.yaml
with:
OS: macOS
SKU: macos
TestTarget: check-hlsl-mtl
TestTargetReconvergence: check-hlsl-reconvergence-mtl

Check failure on line 24 in .github/workflows/macos-dxc-mtl.yaml

View workflow run for this annotation

GitHub Actions / macOS Metal DXC

Invalid workflow file

The workflow is not valid. .github/workflows/macos-dxc-mtl.yaml (Line: 24, Col: 32): Invalid input, TestTargetReconvergence is not defined in the referenced workflow.
OffloadTest-branch: ${{ github.ref }}