Skip to content

Commit 5fc1293

Browse files
[CI][Bench] Remove unused workflow_call trigger in benchmark's workflow
1 parent 7d541f4 commit 5fc1293

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed

.github/workflows/sycl-ur-perf-benchmarking.yml

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,6 @@
11
name: Run Benchmarks
22

33
on:
4-
# XXX: is this workflow called anywhere?
5-
workflow_call:
6-
inputs:
7-
preset:
8-
type: string
9-
description: |
10-
Benchmark presets to run: See /devops/scripts/benchmarks/presets.py
11-
required: false
12-
default: 'Minimal' # Only compute-benchmarks
13-
pr_no:
14-
type: string
15-
description: |
16-
PR no. to build SYCL from if specified: SYCL will be built from HEAD
17-
of incoming branch used by the specified PR no.
18-
19-
If both pr_no and commit_hash are empty, the latest commit in
20-
deployment branch will be used.
21-
required: false
22-
default: ''
23-
commit_hash:
24-
type: string
25-
description: |
26-
Commit hash (within intel/llvm) to build SYCL from if specified.
27-
28-
If both pr_no and commit_hash are empty, the latest commit in
29-
deployment branch will be used.
30-
required: false
31-
default: ''
32-
save_name:
33-
type: string
34-
description: |
35-
Specify a custom name to use for the benchmark result: If uploading
36-
results, this will be the name used to refer results from the current
37-
run.
38-
required: false
39-
default: ''
40-
upload_results:
41-
type: string # true/false: workflow_dispatch does not support booleans
42-
description: |
43-
Upload results to https://intel.github.io/llvm/benchmarks/.
44-
required: true
45-
runner:
46-
type: string
47-
required: true
48-
backend:
49-
type: string
50-
required: true
51-
524
workflow_dispatch:
535
inputs:
546
preset:

0 commit comments

Comments
 (0)