]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
gitlab-ci: run samba-fuzz autobuild target on Ubuntu 20.04-based image
authorUri Simchoni <uri@samba.org>
Tue, 7 Sep 2021 15:39:12 +0000 (18:39 +0300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 9 Sep 2021 01:45:09 +0000 (01:45 +0000)
REF: https://github.com/google/oss-fuzz/issues/6301#issuecomment-911705365

Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Thu Sep  9 01:45:09 UTC 2021 on sn-devel-184

.gitlab-ci-main.yml

index 4b2f17938c8450de62cf976ef3d9cafd201454c6..a6c362931da48c1530c89021ab20f729d330a664 100644 (file)
@@ -323,7 +323,7 @@ samba-libs:
 samba-fuzz:
   extends: .shared_template
   variables:
-    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_ubuntu1604}
+    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_ubuntu2004}
 
 ctdb:
   extends: .shared_template