summaryrefslogtreecommitdiff
path: root/.gitlab-ci-coverage.yml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2020-12-29 15:15:13 +0100
committerStefan Metzmacher <metze@samba.org>2021-04-13 09:33:14 +0000
commitd5759794d6d384de02bbb5df9d46b3a8675813d0 (patch)
tree6c1320fddd6f0d6b50eabff66780d1892af9a3d2 /.gitlab-ci-coverage.yml
parent7387da74e6f0e33de5f80b9a5e59f268541f52cd (diff)
downloadsamba-d5759794d6d384de02bbb5df9d46b3a8675813d0.tar.gz
add .gitlab-ci-coverage.yml for a scheduled build
This will be used by the https://gitlab.com/samba-team/samba configuration, while https://gitlab.com/samba-team/devel/samba will still use .gitlab-ci.yml (via the legacy .gitlab-ci-private.yml). The key point is the usage of the more powerful n1-standard-2 runners for testing. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Apr 13 09:33:14 UTC 2021 on sn-devel-184
Diffstat (limited to '.gitlab-ci-coverage.yml')
-rw-r--r--.gitlab-ci-coverage.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci-coverage.yml b/.gitlab-ci-coverage.yml
new file mode 100644
index 00000000000..8a9ded8f6ca
--- /dev/null
+++ b/.gitlab-ci-coverage.yml
@@ -0,0 +1,12 @@
+# This is just used for the scheduled pipelines in the
+# https://gitlab.com/samba-team/samba configuration
+#
+
+variables:
+ SAMBA_CI_FLAVOR: "coverage"
+ # "--enable-coverage" or ""
+ SAMBA_CI_AUTOBUILD_ENABLE_COVERAGE: "--enable-coverage"
+
+include:
+ - /.gitlab-ci-coverage-runners.yml
+ - /.gitlab-ci-main.yml