diff options
author | Andrew Bartlett <abartlet@samba.org> | 2019-12-04 22:52:06 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-12-11 02:55:32 +0000 |
commit | 0be0c044b6769da39b0feb8d7b655a2760413086 (patch) | |
tree | 89edc676bfa32358d99024b08e8335a0461eb220 /.gitlab-ci.yml | |
parent | d349d344f8872e25526fdb76a38523477baa4366 (diff) | |
download | samba-0be0c044b6769da39b0feb8d7b655a2760413086.tar.gz |
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 <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@samba.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |