File tree Expand file tree Collapse file tree 4 files changed +0
-16
lines changed
Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 1212 description : ' Chip to build tests for'
1313 required : true
1414
15- concurrency :
16- group : tests-build-${{ github.event.pull_request.number || github.ref }}-${{ inputs.chip }}-${{ inputs.type }}
17- cancel-in-progress : true
18-
1915jobs :
2016 build-tests :
2117 name : Build ${{ inputs.type }} tests for ${{ inputs.chip }}
Original file line number Diff line number Diff line change 1212 description : ' Chip to run tests for'
1313 required : true
1414
15- concurrency :
16- group : tests-hw-${{ github.event.pull_request.number || github.ref }}-${{ inputs.chip }}-${{ inputs.type }}
17- cancel-in-progress : true
18-
1915jobs :
2016 hardware-test :
2117 name : Hardware ${{ inputs.chip }} ${{ inputs.type }} tests
Original file line number Diff line number Diff line change 1010 required : true
1111 type : string
1212
13- concurrency :
14- group : qemu-${{ github.event.pull_request.number || github.ref }}-${{ inputs.chip }}-${{ inputs.type }}
15- cancel-in-progress : true
16-
1713jobs :
1814 qemu-test :
1915 name : QEMU ${{ inputs.chip }} ${{ inputs.type }} tests
Original file line number Diff line number Diff line change 1616 description : ' Wokwi CLI API token'
1717 required : true
1818
19- concurrency :
20- group : tests-wokwi-${{ github.event.pull_request.number || github.ref }}-${{ inputs.chip }}-${{ inputs.type }}
21- cancel-in-progress : true
22-
2319env :
2420 WOKWI_TIMEOUT : 600000 # Milliseconds
2521
You can’t perform that action at this time.
0 commit comments