Build and check KubeVirt Demo image

Description

Hey,

a job is needed which will build the following image:
https://github.com/kubevirt/demo

$ make clean build check

should do the job. virt-builder and guestfish are used.

Activity

Show:

Fabian Deutsch August 23, 2017 at 7:56 AM

This ticket can be closed, as we move to minikube which does not require an image build anymore.

Eyal Edri May 22, 2017 at 7:47 AM

we now support GitHub projects in standard CI and we can also build docker images, so if its still relevant,
we can help with it, there are already example of how to add new GitHub projects here [1]

[1] http://ovirt-infra-docs.readthedocs.io/en/latest/CI/Github_Integration/index.html

Former user May 22, 2017 at 6:55 AM

Is this task still relevant?

Barak Korren February 14, 2017 at 9:35 AM

Well, there is a big conceptual difference between '.travisci' and 'automation'. While '.travisci' was designed as just the signalling interface for the Travis system. 'automation' was designed to generalize the interface of build systems, so that a generic, isolating, dependency-resolving build system could be created. It was always a goal to also allow running the build/test process locally. In that sense 'automation' is considered as inseparable from the code as its 'Makefile'.

Fabian Deutsch February 13, 2017 at 2:58 PM

.ovirtci as a directory would also work.

To me it is a benefit to have the "namespaced" / "branded" ci files, as it gives the files a context, an dthe reader a hint of where they are getting executed.

I also do favor the fact that it's hidden, because after all, the CI is crucial, but it's not a part of the code - it is there to smoke test the code.

Won't Do

Details

Assignee

Reporter

Components

Priority

Created January 18, 2017 at 7:39 PM
Updated August 31, 2017 at 1:02 PM
Resolved August 23, 2017 at 7:56 AM

Flag notifications