File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 85
85
run : |
86
86
export CI_ENV="$(bash <(curl -s https://codecov.io/env)) -e GITHUB_ACTIONS -e COVERAGE"
87
87
echo "CI_ENV=${CI_ENV}"
88
- sudo -E ./script/test cert_suite ./tests/scripts/thread-cert/backbone/*.py || (sudo chmod a+r *.log *.json *.pcap && false)
88
+ sudo -E ./script/test cert_suite ./tests/scripts/thread-cert/backbone/*.py || (sudo chmod a+r ot_testing/* && false)
89
89
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
90
90
with :
91
91
name : cov-thread-1-3-backbone-docker
@@ -96,11 +96,11 @@ jobs:
96
96
with :
97
97
name : thread-1-3-backbone-results
98
98
path : |
99
- *.pcap
100
- *.json
101
- *.log
102
- coredump_*
103
- otbr-agent_*
99
+ ot_testing/ *.pcap
100
+ ot_testing/ *.json
101
+ ot_testing/ *.log
102
+ ot_testing/ coredump_*
103
+ ot_testing/ otbr-agent_*
104
104
- name : Generate Coverage
105
105
run : |
106
106
./script/test generate_coverage gcc
@@ -207,7 +207,7 @@ jobs:
207
207
run : |
208
208
export CI_ENV="$(bash <(curl -s https://codecov.io/env)) -e GITHUB_ACTIONS -e COVERAGE"
209
209
echo "CI_ENV=${CI_ENV}"
210
- sudo -E ./script/test cert_suite ${{ matrix.cert_scripts }} || (sudo chmod a+r *.log *.json *.pcap && false)
210
+ sudo -E ./script/test cert_suite ${{ matrix.cert_scripts }} || (sudo chmod a+r ot_testing/* && false)
211
211
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
212
212
with :
213
213
name : cov-br-docker-${{ matrix.description }}-${{ matrix.otbr_mdns }}-${{matrix.otbr_trel}}
@@ -218,11 +218,11 @@ jobs:
218
218
with :
219
219
name : br-results-${{ matrix.description }}-${{ matrix.otbr_mdns }}-${{matrix.otbr_trel}}
220
220
path : |
221
- *.pcap
222
- *.json
223
- *.log
224
- coredump_*
225
- otbr-agent_*
221
+ ot_testing/ *.pcap
222
+ ot_testing/ *.json
223
+ ot_testing/ *.log
224
+ ot_testing/ coredump_*
225
+ ot_testing/ otbr-agent_*
226
226
- name : Generate Coverage
227
227
run : |
228
228
./script/test generate_coverage gcc
You can’t perform that action at this time.
0 commit comments