ci: Remove zuul fuzzing job as it's superseded by CIFuzz

This commit is contained in:
Max Dymond 2022-12-01 13:54:13 +00:00
parent 2f34a7347f
commit 4c712a1b25
4 changed files with 1 additions and 73 deletions

View file

@ -22,7 +22,7 @@
#
###########################################################################
# The results of each of these jobs can be found at
# The results of each of these jobs can be found at
# https://curl.zuul.vexxhost.dev/builds. As of November 2021 they are not being
# propagated to the GitHub "checks" UI, you need to check for them manually.
@ -186,21 +186,6 @@
-DCURL_ZSTD=1
PKG_CONFIG_PATH: "{{ ansible_user_dir }}/ngbuild/lib/pkgconfig"
- job:
name: curl-fuzzer
parent: curl-base
vars:
curl_apt_packages:
- clang
- clang-9
- libpsl-dev
- libbrotli-dev
- libzstd-dev
curl_env:
CC: clang-9
CXX: clang++-9
T: fuzzer
- job:
name: curl-debug-clang-with-openssl-dl-ubsan
parent: curl-base
@ -239,6 +224,5 @@
- curl-debug-clang-with-gnutls
- curl-cmake-boringssl-quiche
- curl-cmake-ngtcp2
- curl-fuzzer
- curl-debug-clang-with-openssl-dl-ubsan
...