
12 May
2022
12 May
'22
11:13 a.m.
On Thu, May 12, 2022 at 10:04:07AM +0100, Daniel P. Berrangé wrote:
On Thu, May 12, 2022 at 10:50:57AM +0200, Erik Skultety wrote:
This was heavily inspired by QEMU's upstream CI buildtest-template.yml. Rather than referencing QEMU's template directly (which GitLab can do), this patch resorts to hard-coding the build steps ourselves, solely because there's no guarantee QEMU will keep either the template file name or the template name from which the build steps were mostly copied from.
Signed-off-by: Erik Skultety <eskultet@redhat.com> --- ci/integration-template.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Pushed, thanks. Erik