Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Fargher <proglottis@gmail.com>2022-03-30 01:08:29 +0300
committerJames Fargher <proglottis@gmail.com>2022-03-30 01:08:29 +0300
commit0597f7800f6678e3eb84f9848295ac2cb62dc986 (patch)
tree82af7085b65e05552ae0d51f6f00f775e1bf2a00
parente3996e10e7efd5342a3a6e1c83c562408b0e639d (diff)
parentc7338b86336ef93ead28416f2e0abe5c3b55ff8c (diff)
Merge branch 'pks-ci-remove-fuzzing-job' into 'master'
ci: Remove broken fuzzing job See merge request gitlab-org/gitaly!4444
-rw-r--r--.gitlab-ci.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be5db9a1a..e30ead3b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,6 @@ include:
- template: Security/License-Scanning.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
- - template: Security/Coverage-Fuzzing.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml
- project: 'gitlab-org/quality/pipeline-common'
file:
@@ -236,16 +235,6 @@ test:praefect_smoke:
- ./_build/bin/praefect -config config.praefect.toml sql-ping
- ./_build/bin/praefect -config config.praefect.toml sql-migrate
-test:fuzz_objectinfo:
- extends: .fuzz_base
- stage: test
- script:
- - apt update && apt install -y clang-7
- - go get github.com/dvyukov/go-fuzz/go-fuzz && go get github.com/dvyukov/go-fuzz/go-fuzz-build
- - /root/go/bin/go-fuzz-build -libfuzzer -o objectinfo_fuzzer.a ./internal/git/catfile
- - clang-7 -fsanitize=fuzzer objectinfo_fuzzer.a -o objectinfo_fuzzer
- - ./gitlab-cov-fuzz run -- ./objectinfo_fuzzer -max_total_time=300
-
verify:
stage: test
cache: