Skip to content

Commit c7b228e

Browse files
pks-tgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 786a3e4 commit c7b228e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,15 @@ test:osx:
9393
- t/failed-test-artifacts
9494
when: on_failure
9595

96+
test:fuzz-smoke-tests:
97+
image: ubuntu:latest
98+
variables:
99+
CC: clang
100+
before_script:
101+
- ./ci/install-docker-dependencies.sh
102+
script:
103+
- ./ci/run-build-and-minimal-fuzzers.sh
104+
96105
static-analysis:
97106
image: ubuntu:22.04
98107
variables:

0 commit comments

Comments
 (0)