Skip to content

Commit ec3c297

Browse files
committed
use gh artifcat action
Signed-off-by: Anas Nashif <[email protected]>
1 parent dad5d2e commit ec3c297

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/twister-publish.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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'

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)