File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,10 @@ jobs:
2727
2828 - name : Download Artifacts
2929 id : download-artifacts
30- uses : dawidd6/action- download-artifact@v8
30+ uses : actions/ download-artifact@v4
3131 with :
3232 path : artifacts
33- workflow : twister.yml
3433 run_id : ${{ github.event.workflow_run.id }}
35- if_no_artifact_found : ignore
3634
3735 - name : Upload to elasticsearch
3836 if : steps.download-artifacts.outputs.found_artifact == 'true'
Original file line number Diff line number Diff line change 4646 BSIM_COMPONENTS_PATH : /opt/bsim/components
4747 TWISTER_COMMON : ' --no-detailed-test-id --force-color --inline-logs -v -N -M --retry-failed 3 --timeout-multiplier 2 '
4848 WEEKLY_OPTIONS : ' -M --build-only --all --show-footprint --report-filtered'
49- PR_OPTIONS : ' --clobber-output --integration'
49+ PR_OPTIONS : ' --clobber-output --integration -T tests/kernel/threads '
5050 PUSH_OPTIONS : ' --clobber-output -M --show-footprint --report-filtered'
5151 COMMIT_RANGE : ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
5252 BASE_REF : ${{ github.base_ref }}
You can’t perform that action at this time.
0 commit comments