git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitlab-ci: add smoke test for fuzzers
@ 2024-04-29  6:13 Patrick Steinhardt
  2024-04-29  6:14 ` Patrick Steinhardt
  2024-05-06 10:08 ` Patrick Steinhardt
  0 siblings, 2 replies; 6+ messages in thread
From: Patrick Steinhardt @ 2024-04-29  6:13 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

[-- Attachment #1: Type: text/plain, Size: 838 bytes --]

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 <ps@pks.im>
---

As identified by Junio in <xmqqwmoi31aw.fsf@gitster.g>.

Patrick

 .gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

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:
-- 
2.45.0-rc1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-06 18:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-29  6:13 [PATCH] gitlab-ci: add smoke test for fuzzers Patrick Steinhardt
2024-04-29  6:14 ` Patrick Steinhardt
2024-04-29 15:37   ` Junio C Hamano
2024-04-30  4:30     ` Patrick Steinhardt
2024-05-06 10:08 ` Patrick Steinhardt
2024-05-06 18:52   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).