ci: twister: capture branch when publishing results
This way we can filter by branches in the dashboard. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1c6066baea
commit
5fc66f67b9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/twister-publish.yaml
vendored
2
.github/workflows/twister-publish.yaml
vendored
|
@ -43,9 +43,11 @@ jobs:
|
|||
if [ "${{github.event.workflow_run.event}}" = "push" ]; then
|
||||
python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
|
||||
--run-attempt ${{github.run_attempt}} \
|
||||
--run-branch ${{github.ref_name}} \
|
||||
--index zephyr-main-ci-push-1 artifacts/*/*/twister.json
|
||||
elif [ "${{github.event.workflow_run.event}}" = "schedule" ]; then
|
||||
python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
|
||||
--run-attempt ${{github.run_attempt}} \
|
||||
--run-branch ${{github.ref_name}} \
|
||||
--index zephyr-main-ci-weekly-1 artifacts/*/*/twister.json
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue