aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2020-08-05 17:18:00 +0200
committerThomas Huth <thuth@redhat.com>2020-10-26 09:54:16 +0100
commit67202baeaa856e9fe66cffc3a9abeeada1f45a43 (patch)
tree8da7c8fce5d802d98cbfad65a95939ed7c902ab0 /.gitlab-ci.yml
parent1d60f46fc693e8459f700684f0af4e0130a9bcee (diff)
downloadqemu-67202baeaa856e9fe66cffc3a9abeeada1f45a43.zip
qemu-67202baeaa856e9fe66cffc3a9abeeada1f45a43.tar.gz
qemu-67202baeaa856e9fe66cffc3a9abeeada1f45a43.tar.bz2
tests/acceptance: Enable AVOCADO_ALLOW_UNTRUSTED_CODE in the gitlab-CI
The tests are running in containers here, so it should be OK to run with AVOCADO_ALLOW_UNTRUSTED_CODE enabled in this case. Message-Id: <20201023073351.251332-4-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 66ad7aa..5d6773e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -66,6 +66,7 @@ include:
- if [ -d ${CI_PROJECT_DIR}/avocado-cache ]; then
du -chs ${CI_PROJECT_DIR}/avocado-cache ;
fi
+ - export AVOCADO_ALLOW_UNTRUSTED_CODE=1
after_script:
- cd build
- python3 -c 'import json; r = json.load(open("tests/results/latest/results.json")); [print(t["logfile"]) for t in r["tests"] if t["status"] not in ("PASS", "SKIP", "CANCEL")]' | xargs cat