Skip to content

Commit ba5330e

Browse files
nashifkartben
authored andcommitted
ci: twister: for correctness, rename DAILY -> WEEKLY
We run on a weekly basis, not daily. Signed-off-by: Anas Nashif <[email protected]>
1 parent 088670d commit ba5330e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/twister.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
BSIM_OUT_PATH: /opt/bsim/
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 '
48-
DAILY_OPTIONS: ' -M --build-only --all --show-footprint --report-filtered'
48+
WEEKLY_OPTIONS: ' -M --build-only --all --show-footprint --report-filtered'
4949
PR_OPTIONS: ' --clobber-output --integration'
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 }}
@@ -163,11 +163,11 @@ jobs:
163163
run: |
164164
export ZEPHYR_BASE=${PWD}
165165
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
166-
./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${DAILY_OPTIONS}
166+
./scripts/twister --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${WEEKLY_OPTIONS}
167167
if [ "${{matrix.subset}}" = "1" ]; then
168168
./scripts/zephyr_module.py --twister-out module_tests.args
169169
if [ -s module_tests.args ]; then
170-
./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${DAILY_OPTIONS}
170+
./scripts/twister +module_tests.args --outdir module_tests ${TWISTER_COMMON} ${WEEKLY_OPTIONS}
171171
fi
172172
fi
173173

0 commit comments

Comments
 (0)