File tree Expand file tree Collapse file tree 3 files changed +36
-6
lines changed Expand file tree Collapse file tree 3 files changed +36
-6
lines changed Original file line number Diff line number Diff line change 1+ name : Triton benchmarks, BMG
2+
3+ on :
4+ pull_request :
5+ branches :
6+ - main
7+ paths :
8+ - .github/workflows/triton-benchmarks*.yml
9+ - benchmarks/**
10+
11+ jobs :
12+ benchmarks :
13+ uses : ./.github/workflows/triton-benchmarks.yml
14+ with :
15+ runner_label : b580
Original file line number Diff line number Diff line change 1+ name : Triton benchmarks, PVC
2+
3+ on :
4+ pull_request :
5+ branches :
6+ - main
7+ paths :
8+ - .github/workflows/triton-benchmarks*.yml
9+ - benchmarks/**
10+
11+ jobs :
12+ benchmarks :
13+ uses : ./.github/workflows/triton-benchmarks.yml
14+ with :
15+ runner_label : max1550
Original file line number Diff line number Diff line change 4444 type : boolean
4545 default : false
4646
47- pull_request :
48- branches :
49- - main
50- paths :
51- - .github/workflows/triton-benchmarks.yml
52- - benchmarks/**
47+ # This workflow is also called from workflows triton-benchmarks-*.yml.
48+ workflow_call :
49+ inputs :
50+ runner_label :
51+ description : Runner label
52+ type : string
5353
5454# Cancels in-progress PR runs when the PR is updated. Manual runs are never cancelled.
5555concurrency :
You can’t perform that action at this time.
0 commit comments