From: Patrick Steinhardt <ps@pks.im>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] gitlab-ci: add smoke test for fuzzers
Date: Tue, 30 Apr 2024 06:30:53 +0200 [thread overview]
Message-ID: <ZjBz_V31u_9CfXDn@tanuki> (raw)
In-Reply-To: <xmqqfrv4yyb6.fsf@gitster.g>
[-- Attachment #1: Type: text/plain, Size: 1838 bytes --]
On Mon, Apr 29, 2024 at 08:37:49AM -0700, Junio C Hamano wrote:
> Patrick Steinhardt <ps@pks.im> writes:
>
> > On Mon, Apr 29, 2024 at 08:13:23AM +0200, Patrick Steinhardt wrote:
> >> 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
> >
> > I forgot to add the link to a successful run of this job:
> > https://gitlab.com/gitlab-org/git/-/jobs/6735705569
>
> Thanks. I wonder if we can somehow automate a change like this.
>
> Seeing how simple this fix has become thanks to the use of
> before_script/script pair that merely point at ci/*.sh scripts,
> perhaps we have already extracted enough commonalities as a set of
> shell scripts in ci/ hierarchy. I wonder if we can have a common
> "source" that is "compiled" into .gitlab-ci.yml and its counterpart
> for GitHub Actions?
>
> Or perhaps a linter that can say things like "ah, you are adding
> this new test to one, but not touching the other, shouldn't you?",
> and "you are tweaking this existing test in one, but shouldn't you
> be doing the same to the other?"
We probably could, yeah. The question is whether it would really be
worth it in the end. GitLab CI is still a relatively new addition, and
thus it needs to catch up with what GitHub Workflows has. But once that
is done I don't expect there to be a ton of changes to the CI setup, and
the few new additions that we gain once in a while should be relatively
easy to spot during review.
So if anybody is up for it then I'm happy to review that. But I don't
think there would be enough value to do it myself.
Patrick
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2024-04-30 4:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2024-05-06 10:08 ` Patrick Steinhardt
2024-05-06 18:52 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZjBz_V31u_9CfXDn@tanuki \
--to=ps@pks.im \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.