diff mbox series

[ima-evm-utils,02/11] travis: update dist=focal

Message ID 20220902162836.554839-3-zohar@linux.ibm.com (mailing list archive)
State New, archived
Headers show
Series address deprecated warnings | expand

Commit Message

Mimi Zohar Sept. 2, 2022, 4:28 p.m. UTC
Although Github Actions is available on Github Enterprise Server 3.x
single server edition, as well as the unpaid version, it is not
available in Github Enterprise Server 3.x cluster edition[1].  Continue
to support travis.

[1] https://docs.github.com/en/enterprise-server@3.0/admin/release-notes#github-packages

Reviewed-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefan Berger Sept. 2, 2022, 8:24 p.m. UTC | #1
On 9/2/22 12:28, Mimi Zohar wrote:
> Although Github Actions is available on Github Enterprise Server 3.x
> single server edition, as well as the unpaid version, it is not
> available in Github Enterprise Server 3.x cluster edition[1].  Continue
> to support travis.

This text really has nothing obvious to do with the upgrade to focal...

> 
> [1] https://docs.github.com/en/enterprise-server@3.0/admin/release-notes#github-packages
> 
> Reviewed-by: Petr Vorel <pvorel@suse.cz>
> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
> ---
>   .travis.yml | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index b18c871be200..cc76c0adb312 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -1,6 +1,6 @@
>   # Copyright (c) 2017-2021 Petr Vorel <pvorel@suse.cz>
>   
> -dist: bionic
> +dist: focal
>   language: C
>   services:
>       - docker
Mimi Zohar Sept. 6, 2022, 6:27 p.m. UTC | #2
On Fri, 2022-09-02 at 16:24 -0400, Stefan Berger wrote:
> 
> On 9/2/22 12:28, Mimi Zohar wrote:
> > Although Github Actions is available on Github Enterprise Server 3.x
> > single server edition, as well as the unpaid version, it is not
> > available in Github Enterprise Server 3.x cluster edition[1].  Continue
> > to support travis.
> 
> This text really has nothing obvious to do with the upgrade to focal...

True, but I've been asked why we have both github actions and travis.  
This was a convienent place for providing that explanation.

Mimi
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index b18c871be200..cc76c0adb312 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@ 
 # Copyright (c) 2017-2021 Petr Vorel <pvorel@suse.cz>
 
-dist: bionic
+dist: focal
 language: C
 services:
     - docker