]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
fix tmt provision -h local
authorStanislav Zidek <szidek@redhat.com>
Mon, 9 Dec 2024 12:32:14 +0000 (13:32 +0100)
committerStanislav Zidek <szidek@redhat.com>
Mon, 9 Dec 2024 12:33:25 +0000 (13:33 +0100)
TMT started requiring --feeling-safe for local provisioning.

Signed-off-by: Stanislav Zidek <szidek@redhat.com>
.gitlab-ci.yml

index fd1d5fb5df91155f11a225d021651a9c1ac1a826..1e814d7fdad65bf0d9b66645b34516cef74a9672 100644 (file)
@@ -404,7 +404,7 @@ fedora-interop/test:
     - tmt run plans -n interop tests -f "tag:interop-gnutls" -f "tag:interop-$TYPE" -f "tag:interop-$COMPONENT"  discover -v
     - echo "Slicing SLICE_TOTAL=$SLICES SLICE_ID=$SLICEID"
     - echo "Run the tests:"
-    - tmt run -a -e "SLICE_TOTAL=$SLICES" -e "SLICE_ID=$SLICEID" plans -n interop tests -f "tag:interop-gnutls" -f "tag:interop-$TYPE" -f "tag:interop-$COMPONENT" provision -h local execute -h tmt --interactive
+    - tmt run -a -e "SLICE_TOTAL=$SLICES" -e "SLICE_ID=$SLICEID" plans -n interop tests -f "tag:interop-gnutls" -f "tag:interop-$TYPE" -f "tag:interop-$COMPONENT" provision -h local --feeling-safe execute -h tmt --interactive
     - if [[ $PATH != $CI_PROJECT_DIR/src:* ]]; then echo "Wrong PATH=$PATH"; false; fi
 
 fedora-SSL-3.0/build: