Skip to content

Commit 4c712a1

Browse files
committed
ci: Remove zuul fuzzing job as it's superseded by CIFuzz
1 parent 2f34a73 commit 4c712a1

File tree

4 files changed

+1
-73
lines changed

4 files changed

+1
-73
lines changed

scripts/zuul/script.sh

-12
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,3 @@ if [ "$T" = "cmake" ]; then
9191
cmake --build build
9292
env TFLAGS="!1139 $TFLAGS" cmake --build build --target test-nonflaky
9393
fi
94-
95-
if [ "$T" = "fuzzer" ]; then
96-
# Download the fuzzer to a temporary folder
97-
./tests/fuzz/download_fuzzer.sh /tmp/curl_fuzzer
98-
99-
export CURLSRC=$PWD
100-
101-
# Run the mainline fuzzer test
102-
pushd /tmp/curl_fuzzer
103-
./mainline.sh ${CURLSRC}
104-
popd
105-
fi

tests/fuzz/README.md

-14
This file was deleted.

tests/fuzz/download_fuzzer.sh

-30
This file was deleted.

zuul.d/jobs.yaml

+1-17
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#
2323
###########################################################################
2424

25-
# The results of each of these jobs can be found at
25+
# The results of each of these jobs can be found at
2626
# https://curl.zuul.vexxhost.dev/builds. As of November 2021 they are not being
2727
# propagated to the GitHub "checks" UI, you need to check for them manually.
2828

@@ -186,21 +186,6 @@
186186
-DCURL_ZSTD=1
187187
PKG_CONFIG_PATH: "{{ ansible_user_dir }}/ngbuild/lib/pkgconfig"
188188
189-
- job:
190-
name: curl-fuzzer
191-
parent: curl-base
192-
vars:
193-
curl_apt_packages:
194-
- clang
195-
- clang-9
196-
- libpsl-dev
197-
- libbrotli-dev
198-
- libzstd-dev
199-
curl_env:
200-
CC: clang-9
201-
CXX: clang++-9
202-
T: fuzzer
203-
204189
- job:
205190
name: curl-debug-clang-with-openssl-dl-ubsan
206191
parent: curl-base
@@ -239,6 +224,5 @@
239224
- curl-debug-clang-with-gnutls
240225
- curl-cmake-boringssl-quiche
241226
- curl-cmake-ngtcp2
242-
- curl-fuzzer
243227
- curl-debug-clang-with-openssl-dl-ubsan
244228
...

0 commit comments

Comments
 (0)