File tree 4 files changed +0
-16
lines changed
4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 12
12
description : ' Chip to build tests for'
13
13
required : true
14
14
15
- concurrency :
16
- group : tests-build-${{ github.event.pull_request.number || github.ref }}-${{ inputs.chip }}-${{ inputs.type }}
17
- cancel-in-progress : true
18
-
19
15
jobs :
20
16
build-tests :
21
17
name : Build ${{ inputs.type }} tests for ${{ inputs.chip }}
Original file line number Diff line number Diff line change 12
12
description : ' Chip to run tests for'
13
13
required : true
14
14
15
- concurrency :
16
- group : tests-hw-${{ github.event.pull_request.number || github.ref }}-${{ inputs.chip }}-${{ inputs.type }}
17
- cancel-in-progress : true
18
-
19
15
jobs :
20
16
hardware-test :
21
17
name : Hardware ${{ inputs.chip }} ${{ inputs.type }} tests
Original file line number Diff line number Diff line change 10
10
required : true
11
11
type : string
12
12
13
- concurrency :
14
- group : qemu-${{ github.event.pull_request.number || github.ref }}-${{ inputs.chip }}-${{ inputs.type }}
15
- cancel-in-progress : true
16
-
17
13
jobs :
18
14
qemu-test :
19
15
name : QEMU ${{ inputs.chip }} ${{ inputs.type }} tests
Original file line number Diff line number Diff line change 16
16
description : ' Wokwi CLI API token'
17
17
required : true
18
18
19
- concurrency :
20
- group : tests-wokwi-${{ github.event.pull_request.number || github.ref }}-${{ inputs.chip }}-${{ inputs.type }}
21
- cancel-in-progress : true
22
-
23
19
env :
24
20
WOKWI_TIMEOUT : 600000 # Milliseconds
25
21
You can’t perform that action at this time.
0 commit comments