Re: [PATCH v3 24/30] gitlab: add acceptance testing to system builds

2020-06-29 Thread Alex Bennée
Thomas Huth writes: > On 26/06/2020 20.13, Alex Bennée wrote: >> As part of migrating things from Travis to GitLab add the acceptance >> tests. To do this: >> >>- rename system1 to system-ubuntu-main >>- rename system2 to system-fedora-misc >>- split into build/check/acceptance >>

Re: [PATCH v3 24/30] gitlab: add acceptance testing to system builds

2020-06-29 Thread Thomas Huth
On 26/06/2020 20.13, Alex Bennée wrote: As part of migrating things from Travis to GitLab add the acceptance tests. To do this: - rename system1 to system-ubuntu-main - rename system2 to system-fedora-misc - split into build/check/acceptance - remove -j from check stages - use art

Re: [PATCH v3 24/30] gitlab: add acceptance testing to system builds

2020-06-29 Thread Thomas Huth
On 26/06/2020 20.13, Alex Bennée wrote: As part of migrating things from Travis to GitLab add the acceptance tests. To do this: - rename system1 to system-ubuntu-main - rename system2 to system-fedora-misc - split into build/check/acceptance - remove -j from check stages - use art

Re: [PATCH v3 24/30] gitlab: add acceptance testing to system builds

2020-06-29 Thread Philippe Mathieu-Daudé
Cc'ing Wainer On 6/26/20 8:13 PM, Alex Bennée wrote: > As part of migrating things from Travis to GitLab add the acceptance > tests. To do this: > > - rename system1 to system-ubuntu-main > - rename system2 to system-fedora-misc > - split into build/check/acceptance > - remove -j from che

[PATCH v3 24/30] gitlab: add acceptance testing to system builds

2020-06-26 Thread Alex Bennée
As part of migrating things from Travis to GitLab add the acceptance tests. To do this: - rename system1 to system-ubuntu-main - rename system2 to system-fedora-misc - split into build/check/acceptance - remove -j from check stages - use artifacts to save build stage - add post accepta