<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/tests/docker/dockerfiles/travis.docker, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/tests/docker/dockerfiles/travis.docker?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/tests/docker/dockerfiles/travis.docker?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2021-02-15T09:38:33+00:00</updated>
<entry>
<title>tests/docker: remove travis container</title>
<updated>2021-02-15T09:38:33+00:00</updated>
<author>
<name>Daniel P. Berrangé</name>
</author>
<published>2021-02-11T12:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=d79f5c8b2302a8747260fb74b59ee086e7f077b6'/>
<id>urn:sha1:d79f5c8b2302a8747260fb74b59ee086e7f077b6</id>
<content type='text'>
The travis container that we have no longer matches what travis
currently uses. As all x86 jobs are being moved to GitLab CI too,
there is no compelling reason to update the travis container. It
is simpler to just remove it.

Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Reviewed-by: Wainer dos Santos Moschetta &lt;wainersm@redhat.com&gt;
Message-Id: &lt;20210209135011.1224992-2-berrange@redhat.com&gt;
Message-Id: &lt;20210211122750.22645-9-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>add ninja to dockerfiles, CI configurations and test VMs</title>
<updated>2020-10-17T14:45:50+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2020-08-13T13:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=345d7053ca4a39b0496366f3c953ae2681570ce3'/>
<id>urn:sha1:345d7053ca4a39b0496366f3c953ae2681570ce3</id>
<content type='text'>
Reviewed-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
Acked-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests/docker: add docs FEATURE flag and use for test-misc</title>
<updated>2020-04-15T10:38:23+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2020-04-14T20:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=551affb61ecdaf54a24f6d8fa931cfc6e8157500'/>
<id>urn:sha1:551affb61ecdaf54a24f6d8fa931cfc6e8157500</id>
<content type='text'>
The test-misc docker test fails on a number of images which don't have
the prerequisites to build the docs. Use the FEATURES flag so we can
skip those tests.

As the sphinx test fails to detect whatever feature we need to get
hxtool to work we drop them from debian9 so the windows build doesn't
attempt to build the docs.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Message-Id: &lt;20200414200631.12799-7-alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>tests/docker: update Travis image to a more current version</title>
<updated>2019-10-25T18:24:21+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2019-10-24T10:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=8ce2f68fc90e36d8cd57585f7f4bc75e5038f0b1'/>
<id>urn:sha1:8ce2f68fc90e36d8cd57585f7f4bc75e5038f0b1</id>
<content type='text'>
This isn't the latest one available on hub.docker.com but it does
match the ID reported by the Xenial builds running on Travis:

  instance: ... travis-ci-sardonyx-xenial-1553530528-f909ac5

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>docker: move tests from python2 to python3</title>
<updated>2019-09-26T18:00:53+00:00</updated>
<author>
<name>John Snow</name>
</author>
<published>2019-09-23T18:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=bcbf2794737680b24d3a7255e721760859272a0f'/>
<id>urn:sha1:bcbf2794737680b24d3a7255e721760859272a0f</id>
<content type='text'>
As part of the push to drop python2 support, replace any explicit python2
dependencies with python3 versions.

For centos, python2 still exists as an implicit dependency, but by adding
python3 we will be able to build even if the configure script begins to
require python 3.5+.

Tested with centos7, fedora, ubuntu, ubuntu1804, and debian 9 (amd64).
Tested under a custom configure script that requires Python 3.5+.

the travis dockerfile is also moved to using python3, which was tested
by running `make docker-test-build@travis`, which I hope is sufficient.

Signed-off-by: John Snow &lt;jsnow@redhat.com&gt;
Message-Id: &lt;20190923181140.7235-7-jsnow@redhat.com&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Eduardo Habkost &lt;ehabkost@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Reviewed-by: Cleber Rosa &lt;crosa@redhat.com&gt;
Tested-by: Cleber Rosa &lt;crosa@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests/docker: update our Travis image</title>
<updated>2019-01-14T14:52:30+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2019-01-09T13:30:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3cc34204ea13db2bf89388189bc843171843eba0'/>
<id>urn:sha1:3cc34204ea13db2bf89388189bc843171843eba0</id>
<content type='text'>
We are now using Xenial based images on Travis so we should make the
same one available as our qemu:travis docker image.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
</content>
</entry>
<entry>
<title>tests: use in-place sed magic for enabling deb-src in travis image</title>
<updated>2019-01-14T14:52:30+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2019-01-09T13:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=53fe2431c77ead6d1a88cfeb43d557c34725309f'/>
<id>urn:sha1:53fe2431c77ead6d1a88cfeb43d557c34725309f</id>
<content type='text'>
This avoids potential problems with duplicates.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
</content>
</entry>
<entry>
<title>docker: add gcovr to travis image</title>
<updated>2018-07-05T14:59:41+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2018-06-25T09:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=95f7aabf49a1223f23b0b1f66201ce22ff3695ac'/>
<id>urn:sha1:95f7aabf49a1223f23b0b1f66201ce22ff3695ac</id>
<content type='text'>
Useful for debugging if nothing else as the gcovr on the Travis images
are a little old.

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
</content>
</entry>
<entry>
<title>docker: update Travis docker image</title>
<updated>2018-06-01T14:00:54+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2018-05-29T14:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=67659ab1eb65771cf8a8a4a6841991a98669e95f'/>
<id>urn:sha1:67659ab1eb65771cf8a8a4a6841991a98669e95f</id>
<content type='text'>
This is still poorly documented by Travis but according to:

  https://docs.travis-ci.com/user/common-build-problems/#Running-a-Container-Based-Docker-Image-Locally

their reference images are now hosted on Docker Hub. So we update the
FROM line to refer to the new default image. We also need a few
additional tweaks:

  - re-enable deb-src lines for our build-dep install
  - add explicit PATH definition for tools
  - force the build USER to be Travis
  - add clang to FEATURES for our test-clang machinery

Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
</content>
</entry>
<entry>
<title>docker: reduce noise when building travis.docker</title>
<updated>2017-09-22T02:20:34+00:00</updated>
<author>
<name>Alex Bennée</name>
</author>
<published>2017-07-25T13:34:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=3f2ff267af6f04afd6bc7047e54c54ba90ed3231'/>
<id>urn:sha1:3f2ff267af6f04afd6bc7047e54c54ba90ed3231</id>
<content type='text'>
Set the DEBIAN_FRONTEND and locale env vars to stop apt complaining so
much as we build the image.

Suggested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Signed-off-by: Alex Bennée &lt;alex.bennee@linaro.org&gt;
Message-Id: &lt;20170725133425.436-7-alex.bennee@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Signed-off-by: Fam Zheng &lt;famz@redhat.com&gt;
</content>
</entry>
</feed>
