All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH] Update travis.yml to use bionic instead of trusty
@ 2019-08-29  6:26 Thomas Huth
  2019-09-06  9:13 ` David Hildenbrand
  2019-09-10 14:50 ` Paolo Bonzini
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2019-08-29  6:26 UTC (permalink / raw)
  To: kvm, Paolo Bonzini, Radim Krčmář,
	Drew Jones, Laurent Vivier, David Hildenbrand

Ubuntu "trusty" is out of service, and at least for me, the Travis
jobs for kvm-unit-tests are failing because they can not find the
repositories anymore. Thus use a newer version of Ubuntu to do the
CI testing.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b06c33c..a4a165d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
 sudo: false
-dist: trusty
+dist: bionic
 language: c
 compiler:
   - gcc
-- 
2.18.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [kvm-unit-tests PATCH] Update travis.yml to use bionic instead of trusty
  2019-08-29  6:26 [kvm-unit-tests PATCH] Update travis.yml to use bionic instead of trusty Thomas Huth
@ 2019-09-06  9:13 ` David Hildenbrand
  2019-09-10 14:50 ` Paolo Bonzini
  1 sibling, 0 replies; 3+ messages in thread
From: David Hildenbrand @ 2019-09-06  9:13 UTC (permalink / raw)
  To: Thomas Huth, kvm, Paolo Bonzini, Radim Krčmář,
	Drew Jones, Laurent Vivier

On 29.08.19 08:26, Thomas Huth wrote:
> Ubuntu "trusty" is out of service, and at least for me, the Travis
> jobs for kvm-unit-tests are failing because they can not find the
> repositories anymore. Thus use a newer version of Ubuntu to do the
> CI testing.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  .travis.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index b06c33c..a4a165d 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -1,5 +1,5 @@
>  sudo: false
> -dist: trusty
> +dist: bionic
>  language: c
>  compiler:
>    - gcc
> 

Acked-by: David Hildenbrand <david@redhat.com>

-- 

Thanks,

David / dhildenb

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [kvm-unit-tests PATCH] Update travis.yml to use bionic instead of trusty
  2019-08-29  6:26 [kvm-unit-tests PATCH] Update travis.yml to use bionic instead of trusty Thomas Huth
  2019-09-06  9:13 ` David Hildenbrand
@ 2019-09-10 14:50 ` Paolo Bonzini
  1 sibling, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2019-09-10 14:50 UTC (permalink / raw)
  To: Thomas Huth, kvm, Radim Krčmář,
	Drew Jones, Laurent Vivier, David Hildenbrand

On 29/08/19 08:26, Thomas Huth wrote:
> Ubuntu "trusty" is out of service, and at least for me, the Travis
> jobs for kvm-unit-tests are failing because they can not find the
> repositories anymore. Thus use a newer version of Ubuntu to do the
> CI testing.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  .travis.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index b06c33c..a4a165d 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -1,5 +1,5 @@
>  sudo: false
> -dist: trusty
> +dist: bionic
>  language: c
>  compiler:
>    - gcc
> 

Queued, thanks.

Paolo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-10 14:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-29  6:26 [kvm-unit-tests PATCH] Update travis.yml to use bionic instead of trusty Thomas Huth
2019-09-06  9:13 ` David Hildenbrand
2019-09-10 14:50 ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.