ci: update ci syntax for dependency job
This commit is contained in:
parent
d3aad7203b
commit
35f3819c03
@ -8,6 +8,10 @@ variables:
|
||||
description: bec branch
|
||||
value: main
|
||||
CHILD_PIPELINE_BRANCH: $CI_DEFAULT_BRANCH
|
||||
CHECK_PKG_VERSIONS:
|
||||
description: Whether to run additional tests against min/max/random selection of dependencies. Set to 1 for running.
|
||||
value: 0
|
||||
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
@ -29,8 +33,8 @@ include:
|
||||
inputs:
|
||||
stage: test
|
||||
path: "."
|
||||
pytest_args: "-v --random-order tests/"
|
||||
exclude_packages: ""
|
||||
pytest_args: "-v,--random-order,tests/"
|
||||
ignore_dep_group: ""
|
||||
- project: "bec/awi_utils"
|
||||
file: "templates/device-list-job.yml"
|
||||
inputs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user