]> Frank Brehm's Git Trees - pixelpark/python-packaging.git/commitdiff
Including test variable
authorFrank Brehm <frank@brehm-online.com>
Thu, 29 Dec 2022 08:42:21 +0000 (09:42 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 29 Dec 2022 08:42:21 +0000 (09:42 +0100)
gitlab/create-all.yaml
gitlab/python-test-template.yaml
gitlab/python-tests.yaml

index 16c2d7ff1b6a180830c0e6860f2926e5d33aa7db..b00eb246caf3a0ff3ce9e5728d72590184af952b 100644 (file)
@@ -16,6 +16,7 @@ variables:
   NOTIFY_ADDRESS: 'frank.brehm@pixelpark.com'
   SENDER_ADDRESS: 'gitlab-ci@pixelpark.com'
   SSH_PRIV_KEY_YUM_REPO: 'nada'
+  UHU: 'in gitlab/create-all.yaml'
   USED_TIMEZONE: 'Europe/Berlin'
   VERSION_PREFIX: 'unknown'
   YUM_REPO_GPG_ID: 'C0E73F70'
index fab7b16c6822e2c2dbc88c93a6faee5c26b62743..538aca1477298173736f34f99fa75f54c656979a 100644 (file)
@@ -15,6 +15,7 @@
   script:
     - pip install --upgrade --upgrade-strategy eager pytest
     - pip list --format columns
+    - echo; echo "Content of variable '\$UHU': '${UHU}'."; echo
     - pytest --verbose
 
 # vim: et tabstop=2 expandtab shiftwidth=2 softtabstop=2 list
index cd3cf392e5a6f9b5750af859798114fbda052504..75b7cd80f9a653b99e7b9fa67d824b73b8ccab41 100644 (file)
@@ -4,6 +4,9 @@ include:
   - local: /gitlab/python-setup-template.yaml
   - local: /gitlab/python-test-template.yaml
 
+variables:
+  UHU: 'in gitlab/python-tests.yaml'
+
 # ---------------------------
 test Python 3.6:
   extends: