[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 13/21] travis: stop using container based envs
From: |
Alex Bennée |
Subject: |
[Qemu-devel] [PULL 13/21] travis: stop using container based envs |
Date: |
Mon, 14 Jan 2019 15:01:21 +0000 |
From: Daniel P. Berrangé <address@hidden>
The Travis container based envs are deprecated:
https://docs.travis-ci.com/user/reference/trusty/
"Container-based infrastructure is currently being deprecated.
Please remove any sudo: false keys in your .travis.yml file
to use the default fully-virtualized Linux infrastructure
instead."
Signed-off-by: Daniel P. Berrangé <address@hidden>
Signed-off-by: Alex Bennée <address@hidden>
diff --git a/.travis.yml b/.travis.yml
index 7b18d33e9d..744dc050d6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,4 @@
-# The current Travis default is a container based 14.04 Trust on EC2
-# Additional builds with specific requirements for a full VM need to
-# be added as additional matrix: entries later on
-sudo: false
dist: trusty
language: c
python:
@@ -255,6 +251,5 @@ matrix:
- env:
- CONFIG="--disable-system --disable-docs"
- TEST_CMD="make -j3 check-tcg"
- sudo: required
dist: trusty
compiler: gcc
--
2.17.1
- [Qemu-devel] [PULL 08/21] travis: define all the build matrix entries in one place, (continued)
- [Qemu-devel] [PULL 08/21] travis: define all the build matrix entries in one place, Alex Bennée, 2019/01/14
- [Qemu-devel] [PULL 20/21] tests: use g_usleep instead of rem = sleep(time), Alex Bennée, 2019/01/14
- [Qemu-devel] [PULL 09/21] travis: standardize the syntax used for env variables, Alex Bennée, 2019/01/14
- [Qemu-devel] [PULL 15/21] travis: remove matrix settings that duplicate global settings, Alex Bennée, 2019/01/14
- [Qemu-devel] [PULL 10/21] travis: don't clone git submodules upfront, Alex Bennée, 2019/01/14
- [Qemu-devel] [PULL 02/21] tests: run ldconfig after installing extra software, Alex Bennée, 2019/01/14
- [Qemu-devel] [PULL 12/21] travis: stop redefining the script commands, Alex Bennée, 2019/01/14
- [Qemu-devel] [PULL 19/21] tests/docker: remove SID_AGE test hack, Alex Bennée, 2019/01/14
- [Qemu-devel] [PULL 14/21] travis: run tests in verbose mode, Alex Bennée, 2019/01/14
- [Qemu-devel] [PULL 18/21] tests/docker: update our Travis image, Alex Bennée, 2019/01/14
- [Qemu-devel] [PULL 13/21] travis: stop using container based envs,
Alex Bennée <=
- [Qemu-devel] [PULL 21/21] Revert "tests: Disable qht-bench parallel test when using gprof", Alex Bennée, 2019/01/14
- [Qemu-devel] [PULL 16/21] docker: Use a stable snapshot for Debian Sid, Alex Bennée, 2019/01/14
- [Qemu-devel] [PULL 11/21] travis: use homebrew addon for MacOSX, Alex Bennée, 2019/01/14
- [Qemu-devel] [PULL 17/21] travis: bump to Xenial baseline, Alex Bennée, 2019/01/14
- Re: [Qemu-devel] [PULL 00/21] misc testing fixes for Travis and docker, Peter Maydell, 2019/01/15