diff mbox

[v2,07/21] travis: update sudo-enabled Trusty images

Message ID 20170622033231.19344-8-f4bug@amsat.org
State New
Headers show

Commit Message

Philippe Mathieu-Daudé June 22, 2017, 3:32 a.m. UTC
see https://blog.travis-ci.com/2017-06-19-trusty-updates-2017-Q2

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

Comments

Alex Bennée June 22, 2017, 9:58 a.m. UTC | #1
Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

> see https://blog.travis-ci.com/2017-06-19-trusty-updates-2017-Q2
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

The way I read that blog post is group: edge is for testing things still
work but you probably don't want to merge that into your master branch.
Otherwise we'll automatically be running the bleeding edge.

> ---
>  .travis.yml | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/.travis.yml b/.travis.yml
> index 29c9ef72a4..e60a5cd8e6 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -128,6 +128,7 @@ matrix:
>      - sudo: required
>        addons:
>        dist: trusty
> +      group: edge
>        language: generic
>        compiler: none
>        env:
> @@ -147,6 +148,7 @@ matrix:
>      - sudo: required
>        addons:
>        dist: trusty
> +      group: edge
>        language: generic
>        compiler: none
>        env:
> @@ -230,6 +232,7 @@ matrix:
>      # We run on the trusty Travis hosts so that there's a wider set of
>      # dependencies satisfied to improve coverage.
>      - dist: trusty
> +      group: edge
>        env:
>          - COVERITY=1
>          - COVERITY_BUILD_CMD="make -j3"


--
Alex Bennée
Philippe Mathieu-Daudé June 23, 2017, 1:35 p.m. UTC | #2
On 06/22/2017 06:58 AM, Alex Bennée wrote:
> 
> Philippe Mathieu-Daudé <f4bug@amsat.org> writes:
> 
>> see https://blog.travis-ci.com/2017-06-19-trusty-updates-2017-Q2
>>
>> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> 
> The way I read that blog post is group: edge is for testing things still
> work but you probably don't want to merge that into your master branch.
> Otherwise we'll automatically be running the bleeding edge.

Ok I misunderstood this part, good you noticed.

Travis team posted a new entry after which is clearer:
https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch

I'm now using "group: deprecated-2017Q2" instead of "edge".
diff mbox

Patch

diff --git a/.travis.yml b/.travis.yml
index 29c9ef72a4..e60a5cd8e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -128,6 +128,7 @@  matrix:
     - sudo: required
       addons:
       dist: trusty
+      group: edge
       language: generic
       compiler: none
       env:
@@ -147,6 +148,7 @@  matrix:
     - sudo: required
       addons:
       dist: trusty
+      group: edge
       language: generic
       compiler: none
       env:
@@ -230,6 +232,7 @@  matrix:
     # We run on the trusty Travis hosts so that there's a wider set of
     # dependencies satisfied to improve coverage.
     - dist: trusty
+      group: edge
       env:
         - COVERITY=1
         - COVERITY_BUILD_CMD="make -j3"