[almighty] Monorepo

Aslak Knutsen aslak at redhat.com
Wed Sep 28 12:51:13 UTC 2016


This can be done fairly simply in the build job by checking which files are
touched by commit; git show HEAD --names-only and map those unique paths to
a build script:

pseudo

workitemservice/qyx
remoteservice/abc

for each unique top folder execute $folder/make

-aslak-

On Thu, Sep 22, 2016 at 4:48 AM, Thomas Mäder <tmader at redhat.com> wrote:

> On 09/22/2016 01:43 PM, Konrad Kleine wrote:
>
>> Detecting a change in a docker image is no trivial and is not what we
>> want in the end.
>>
>
> I don't want to detect a change in a docker image, I want to NOT build a
> new docker image in the first place. Go does incremental builds by package.
> We should be able to detect that lack of changed executables (make does
> that).
>
>
> /Thomas
>
> _______________________________________________
> almighty-public mailing list
> almighty-public at redhat.com
> https://www.redhat.com/mailman/listinfo/almighty-public
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/almighty-public/attachments/20160928/f54eae04/attachment.htm>


More information about the almighty-public mailing list