ci: twister: increase matrix size for push jobs
Increase matrix size to 20 from 15 on push events. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
f9f44b6dcd
commit
9970724652
2
.github/workflows/twister.yaml
vendored
2
.github/workflows/twister.yaml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
fullrun: ${{ steps.output-services.outputs.fullrun }}
|
||||
env:
|
||||
MATRIX_SIZE: 10
|
||||
PUSH_MATRIX_SIZE: 15
|
||||
PUSH_MATRIX_SIZE: 20
|
||||
DAILY_MATRIX_SIZE: 80
|
||||
BSIM_OUT_PATH: /opt/bsim/
|
||||
BSIM_COMPONENTS_PATH: /opt/bsim/components
|
||||
|
|
Loading…
Reference in a new issue