From: Patrick Steinhardt Date: Mon, 29 Apr 2024 06:13:23 +0000 (+0200) Subject: gitlab-ci: add smoke test for fuzzers X-Git-Tag: v2.46.0-rc0~135^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7b228e000;p=thirdparty%2Fgit.git gitlab-ci: add smoke test for fuzzers Our GitLab CI setup has a test gap where the fuzzers aren't exercised at all. Add a smoke test, similar to the one we have in GitHub Workflows. Signed-off-by: Patrick Steinhardt Signed-off-by: Junio C Hamano --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0fa2fe90b..33d53b3ec7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,6 +93,15 @@ test:osx: - t/failed-test-artifacts when: on_failure +test:fuzz-smoke-tests: + image: ubuntu:latest + variables: + CC: clang + before_script: + - ./ci/install-docker-dependencies.sh + script: + - ./ci/run-build-and-minimal-fuzzers.sh + static-analysis: image: ubuntu:22.04 variables: