Lines Matching +full:- +full:- +full:iso +full:- +full:8601
7 - main
9 - completed
12 upload-to-elasticsearch:
14 github.repository == 'zephyrproject-rtos/zephyr' &&
19 runs-on: ubuntu-22.04
22 - name: Checkout
25 fetch-depth: 0
26 persist-credentials: false
28 - name: Download Artifacts
29 id: download-artifacts
30 uses: dawidd6/action-download-artifact@v6
37 - name: Upload to elasticsearch
38 if: steps.download-artifacts.outputs.found_artifact == 'true'
42 run_date=`date --iso-8601=minutes`
44 python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
45 --run-attempt ${{github.run_attempt}} \
46 --run-branch ${{github.ref_name}} \
47 --index zephyr-main-ci-push-1 artifacts/*/*/twister.json
49 python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
50 --run-attempt ${{github.run_attempt}} \
51 --run-branch ${{github.ref_name}} \
52 --index zephyr-main-ci-weekly-1 artifacts/*/*/twister.json