File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ concurrency:
12
12
13
13
jobs :
14
14
call-build-validation-tests :
15
+ name : Build validation tests for ${{ matrix.chip }}
15
16
uses : ./.github/workflows/build_tests.yml
16
17
permissions :
17
18
contents : read
24
25
ref : ${{ github.event.pull_request.number || github.ref }}
25
26
26
27
call-build-performance-tests :
28
+ name : Build performance tests for ${{ matrix.chip }}
27
29
uses : ./.github/workflows/build_tests.yml
28
30
if : |
29
31
${{ github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'perf_test') }}
38
40
ref : ${{ github.event.pull_request.number || github.ref }}
39
41
40
42
call-hardware-tests :
43
+ name : Run ${{ matrix.type }} hardware tests for ${{ matrix.chip }}
41
44
uses : ./.github/workflows/hw.yml
42
45
needs : [call-build-validation-tests, call-build-performance-tests]
43
46
if : |
You can’t perform that action at this time.
0 commit comments