From: Aleš Mrázek Date: Wed, 18 Jun 2025 10:39:23 +0000 (+0200) Subject: .gitlab-ci.yml: python:run: use CONFIG_FILE_NAME X-Git-Tag: v6.0.15~9^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecff8a48b3d6c9f1d0bd0aac1156eb863b35e992;p=thirdparty%2Fknot-resolver.git .gitlab-ci.yml: python:run: use CONFIG_FILE_NAME --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6519859b..db9c198e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -913,11 +913,15 @@ python:lint: python:run: <<: *python stage: test + parallel: + matrix: + - CONFIG_FILE_NAME: + - config.dev.yaml script: - poetry install --all-extras --only main,dev - poe configure # return code 124 is also OK - - timeout 3m poe run || ( [[ $? -eq 124 ]] ) + - timeout 1m poe run || ( [[ $? -eq 124 ]] ) python:unit: <<: *python