From 35f3819c03fc4ad16fccc72a5fdea1f59318a764 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 20 Nov 2024 17:59:10 +0100 Subject: [PATCH] ci: update ci syntax for dependency job --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07bf92c..d8df998 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: