]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitlab-ci.yml: added python:run job docs-ci-python-ru-ytofnt/deployments/6917
authorAleš Mrázek <ales.mrazek@nic.cz>
Fri, 30 May 2025 08:22:30 +0000 (10:22 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 2 Jun 2025 07:24:38 +0000 (09:24 +0200)
.gitlab-ci.yml

index c12d0fbde4841c6b1472e051542a32d97552a8f1..8cf605bb6975c049705c5efd118f9828ab18e328 100644 (file)
@@ -906,6 +906,15 @@ python:lint:
     - poetry install --all-extras --only main,dev,lint
     - poe lint
 
+python:run:
+  <<: *python
+  stage: test
+  script:
+    - poetry install --all-extras --only main,dev
+    - poe configure
+    # return code 124 is also OK
+    - timeout 3m poe run || ( [[ $? -eq 124 ]] )
+
 python:unit:
   <<: *python
   stage: test