ci: update ci syntax for dependency job
This commit is contained in:
parent
d3aad7203b
commit
35f3819c03
@ -8,6 +8,10 @@ variables:
|
|||||||
description: bec branch
|
description: bec branch
|
||||||
value: main
|
value: main
|
||||||
CHILD_PIPELINE_BRANCH: $CI_DEFAULT_BRANCH
|
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:
|
workflow:
|
||||||
rules:
|
rules:
|
||||||
@ -29,8 +33,8 @@ include:
|
|||||||
inputs:
|
inputs:
|
||||||
stage: test
|
stage: test
|
||||||
path: "."
|
path: "."
|
||||||
pytest_args: "-v --random-order tests/"
|
pytest_args: "-v,--random-order,tests/"
|
||||||
exclude_packages: ""
|
ignore_dep_group: ""
|
||||||
- project: "bec/awi_utils"
|
- project: "bec/awi_utils"
|
||||||
file: "templates/device-list-job.yml"
|
file: "templates/device-list-job.yml"
|
||||||
inputs:
|
inputs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user