diff mbox series

[1/3] travis: Add ubuntu-latest to the xfail list

Message ID 20181212023402.715-2-joel@jms.id.au
State Superseded
Headers show
Series CI Updates | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success master/apply_patch Successfully applied
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot success Test snowpatch/job/snowpatch-skiboot on branch master

Commit Message

Joel Stanley Dec. 12, 2018, 2:34 a.m. UTC
Until the linker script is updated to allow a gcc 8.2 GCOV build to
succceed we expect the gcov portion of the skiboot build to fail.

Tracked in https://github.com/open-power/skiboot/issues/206

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

Comments

Joel Stanley Dec. 12, 2018, 2:53 a.m. UTC | #1
On Wed, 12 Dec 2018 at 13:04, Joel Stanley <joel@jms.id.au> wrote:
>
> Until the linker script is updated to allow a gcc 8.2 GCOV build to
> succceed we expect the gcov portion of the skiboot build to fail.
>
> Tracked in https://github.com/open-power/skiboot/issues/206

I think we should drop this one in favour of skipping the gcov build,
as we do in Fedora 28. I will send an updated series.

>
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> ---
>  .travis.yml | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.travis.yml b/.travis.yml
> index a77aa147993e..75f40bc639e6 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -27,6 +27,7 @@ matrix:
>    allow_failures:
>      - env: RUN_ON_CONTAINER=fedora-rawhide
>      - env: RUN_ON_CONTAINER=debian-unstable
> +    - env: RUN_ON_CONTAINER=ubuntu-latest
>    exclude:
>      - os: linux-ppc64le
>        env: RUN_ON_CONTAINER=ubuntu-12.04
> --
> 2.19.1
>
Stewart Smith Dec. 12, 2018, 4:20 a.m. UTC | #2
Joel Stanley <joel@jms.id.au> writes:
> On Wed, 12 Dec 2018 at 13:04, Joel Stanley <joel@jms.id.au> wrote:
>>
>> Until the linker script is updated to allow a gcc 8.2 GCOV build to
>> succceed we expect the gcov portion of the skiboot build to fail.
>>
>> Tracked in https://github.com/open-power/skiboot/issues/206
>
> I think we should drop this one in favour of skipping the gcov build,
> as we do in Fedora 28. I will send an updated series.

I like ensuring it continues to work... I've been meaning to set up some
automated CI that pulls out code coverage with it.

Mind you, the number of times I've fixed it is roughly the same as the
number of times I've used it :)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index a77aa147993e..75f40bc639e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,7 @@  matrix:
   allow_failures:
     - env: RUN_ON_CONTAINER=fedora-rawhide
     - env: RUN_ON_CONTAINER=debian-unstable
+    - env: RUN_ON_CONTAINER=ubuntu-latest
   exclude:
     - os: linux-ppc64le
       env: RUN_ON_CONTAINER=ubuntu-12.04