summaryrefslogtreecommitdiff
path: root/.gitlab-ci-default.yml
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2021-10-12 07:55:54 +1300
committerAndrew Bartlett <abartlet@samba.org>2021-10-13 11:10:44 +0000
commit7857e1249b72be8c8841b99cb0820c9c563178f9 (patch)
tree448433c2c3fe83c2b63672ff40bef9ea555b11d3 /.gitlab-ci-default.yml
parentfc2347be4ed9a9083a56468ca5e43070059038c5 (diff)
downloadsamba-7857e1249b72be8c8841b99cb0820c9c563178f9.tar.gz
.gitlab-ci.yml: Honour AUTOBUILD_SKIP_SAMBA_O3 in GitLab CI
GitLab CI resources are expensive and often rationed so provide a way to test other things without testing an -O3 build also, as this will save 9 jobs. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14861 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to '.gitlab-ci-default.yml')
-rw-r--r--.gitlab-ci-default.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci-default.yml b/.gitlab-ci-default.yml
index d0831017d9b..e6089183674 100644
--- a/.gitlab-ci-default.yml
+++ b/.gitlab-ci-default.yml
@@ -3,6 +3,7 @@ variables:
# "--enable-coverage" or ""
# See .gitlab-ci-coverage.yml
SAMBA_CI_AUTOBUILD_ENABLE_COVERAGE: ""
+ AUTOBUILD_SKIP_SAMBA_O3: "0"
include:
- /.gitlab-ci-default-runners.yml