Skip to content

Test on both pytorch-triton and triton-main #105

Test on both pytorch-triton and triton-main

Test on both pytorch-triton and triton-main #105

Workflow file for this run

name: TritonBench PR Test
on:
pull_request:
push:
branches:
- main
jobs:
h100-pytorch-test:
uses: ./.github/workflows/_linux-test-h100.yml

Check failure on line 10 in .github/workflows/pr.yaml

View workflow run for this annotation

GitHub Actions / TritonBench PR Test

Invalid workflow file

The workflow is not valid. In .github/workflows/pr.yaml (Line: 10, Col: 11): Error from called workflow pytorch-labs/tritonbench/.github/workflows/_linux-test-h100.yml@f685c66bb9e01ee2d49023e63409e0ce2b967178 (Line: 6, Col: 9): Required property is missing: type In .github/workflows/pr.yaml (Line: 10, Col: 11): Error from called workflow pytorch-labs/tritonbench/.github/workflows/_linux-test-h100.yml@f685c66bb9e01ee2d49023e63409e0ce2b967178 (Line: 18, Col: 18): Unrecognized named-value: 'envs'. Located at position 1 within expression: envs.conda_env
with:
conda_env: "pytorch"
h100-triton-main-test:
uses: ./.github/workflows/_linux-test-h100.yml
with:
conda_env: "triton-main"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
cancel-in-progress: true