File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ jobs:
41
41
pip3 install elasticsearch
42
42
# set run date on upload to get consistent and unified data across the matrix.
43
43
run_date=`date --iso-8601=minutes`
44
- if [ "${{github.event_name }}" = "push" ]; then
45
- python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
46
- --run-attempt ${{github.run_attempt}} \
47
- --index zephyr-main-ci-push-1 artifacts/*/*/twister.json
48
- elif [ "${{github.event_name }}" = "schedule" ]; then
49
- python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
50
- --run-attempt ${{github.run_attempt}} \
51
- --index zephyr-main-ci-weekly-1 artifacts/*/*/twister.json
44
+ if [ "${{github.event.workflow_run.event }}" = "push" ]; then
45
+ python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
46
+ --run-attempt ${{github.run_attempt}} \
47
+ --index zephyr-main-ci-push-1 artifacts/*/*/twister.json
48
+ elif [ "${{github.event.workflow_run.event }}" = "schedule" ]; then
49
+ python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
50
+ --run-attempt ${{github.run_attempt}} \
51
+ --index zephyr-main-ci-weekly-1 artifacts/*/*/twister.json
52
52
fi
You can’t perform that action at this time.
0 commit comments