aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.d/cirrus
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2021-09-17 17:23:30 +0100
committerAlex Bennée <alex.bennee@linaro.org>2021-10-12 08:37:05 +0100
commitf13abca0a3c55e2da35d2a0e6d6e0a75bb012885 (patch)
treed6f655f5a572da4e1c1f80924b919a8a6ebf9fca /.gitlab-ci.d/cirrus
parentdcbad7a6ed57f2885307b1c2236ca51796e638ad (diff)
gitlab: fix passing of TEST_TARGETS env to cirrus
A typo meant the substitution would not work, and the placeholder in the target file didn't even exist. The result was that tests were never run on the FreeBSD and macOS jobs, only a basic build. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Acked-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Willian Rampazzo <willianr@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210915125452.1704899-3-berrange@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210917162332.3511179-10-alex.bennee@linaro.org>
Diffstat (limited to '.gitlab-ci.d/cirrus')
-rw-r--r--.gitlab-ci.d/cirrus/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.d/cirrus/build.yml b/.gitlab-ci.d/cirrus/build.yml
index 857bdc5536..c555f5d36e 100644
--- a/.gitlab-ci.d/cirrus/build.yml
+++ b/.gitlab-ci.d/cirrus/build.yml
@@ -13,6 +13,7 @@ env:
PYTHON: "@PYTHON@"
MAKE: "@MAKE@"
CONFIGURE_ARGS: "@CONFIGURE_ARGS@"
+ TEST_TARGETS: "@TEST_TARGETS@"
build_task:
install_script: