On Tue, May 12, 2020 at 08:19:09PM -0400, Prarit Bhargava wrote:
> jforbes,
> 
> My patch in merge request 354 changes the names of makefile targets from rh-* 
> to
> dist-* which will obviously cause the failures in the tests below.  It looks
> like I would have to also change the test code but cannot find a git repo for
> it.  Any idea where it is and is there a way to push both changes to the 
> kernel
> and tests simultaneously?
> 
> If that can't be done I guess I could commit a change that adds the dist-*
> targets while keeping the rh-* targets, change the tests to use the dist-*
> targets, and then another kernel change to remove the rh-* targets.  Would 
> that
> work?
> 

So typically in GitLab the CI definition is stored in the branch in
".gitlab-ci.yml" (although this is configurable). If you look at the one
in ARK's os-build branch[0], you'll notice it doesn't have much in it
beyond a comment explaining why there's not much in it. The repository
you're looking for is https://gitlab.com/cki-project/kernel-ark-ci/.

One of the downsides to this approach is atomically changing the CI and
the code under test isn't do-able. Perhaps in the future when the CI
jobs aren't changing so frequently they can be maintained in the
os-build and ark-patches branches without hitting many merge conflicts,
or someone can write a job to keep the two in sync automatically.

[0] https://gitlab.com/cki-project/kernel-ark/-/blob/os-build/.gitlab-ci.yml

- Jeremy
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org

Reply via email to