From 0be0c044b6769da39b0feb8d7b655a2760413086 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 4 Dec 2019 22:52:06 +1300 Subject: autobuild: extend autobuild with samba-fuzz job to build the fuzzers in AFL mode using oss-fuzz scripts This helps ensure the build_samba.sh file keeps working and the fuzzers build (because they are excluded from the main build). This is not in the default autobuild because it uses too much space on sn-devel (4GB). Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36fe28359b4..78710f55796 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -155,6 +155,9 @@ samba-libs: samba-static: extends: .shared_template +samba-fuzz: + extends: .shared_template + ctdb: extends: .shared_template @@ -230,6 +233,7 @@ pages: - samba-ad-dc-6 - samba-libs - samba-static + - samba-fuzz # - ctdb # TODO - samba-ctdb - samba-ad-dc-ntvfs -- cgit v1.2.1