Skip to content

Commit b8f913d

Browse files
committed
testing
Signed-off-by: Anas Nashif <[email protected]>
1 parent 161ec62 commit b8f913d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/twister-publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
upload-to-elasticsearch:
1414
if: |
15-
github.repository == 'zephyrproject-rtos/zephyr' &&
15+
github.repository == 'zephyrproject-rtos/zephyr-testing' &&
1616
github.event.workflow_run.event != 'pull_request_target'
1717
env:
1818
ELASTICSEARCH_KEY: ${{ secrets.ELASTICSEARCH_KEY }}
@@ -52,9 +52,11 @@ jobs:
5252
if [ "${{github.event.workflow_run.event}}" = "push" ]; then
5353
python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
5454
--run-attempt ${{github.run_attempt}} \
55+
--run-branch ${{github.ref_name}} \
5556
--index zephyr-main-ci-push-1 artifacts/*/*/twister.json
5657
elif [ "${{github.event.workflow_run.event}}" = "schedule" ]; then
5758
python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
5859
--run-attempt ${{github.run_attempt}} \
60+
--run-branch ${{github.ref_name}} \
5961
--index zephyr-main-ci-weekly-1 artifacts/*/*/twister.json
6062
fi

0 commit comments

Comments
 (0)