diff mbox series

[1/1] ci/ubuntu: impish -> jammy

Message ID 20220617135625.2370-1-pvorel@suse.cz (mailing list archive)
State New, archived
Headers show
Series [1/1] ci/ubuntu: impish -> jammy | expand

Commit Message

Petr Vorel June 17, 2022, 1:56 p.m. UTC
Ubuntu 21.10 impish EOL in 2027-04 (next month).
Replace it with the latest stable release (EOL 2027-04).

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Hi Mimi,

Tested: https://github.com/pevik/ima-evm-utils/actions/runs/2515784254

It's also a question whether use 20.04 LTS focal instead of 18.04 LTS
bionic. I guess we'd like to cover everything: bleeding edge, used
distros and very old and still used distros. bionic EOL next year
(2023-04).

I'll try to have look on Alpine failure sometimes on July.

Kind regards,
Petr

 .github/workflows/ci.yml | 2 +-
 .travis.yml              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Mimi Zohar June 17, 2022, 7:22 p.m. UTC | #1
Hi Petr,

On Fri, 2022-06-17 at 15:56 +0200, Petr Vorel wrote:
> Ubuntu 21.10 impish EOL in 2027-04 (next month).
> Replace it with the latest stable release (EOL 2027-04).
> 
> Signed-off-by: Petr Vorel <pvorel@suse.cz>

Thanks, Petr.  I'll queue this in next-testing.
> ---
> Hi Mimi,
> 
> Tested: https://github.com/pevik/ima-evm-utils/actions/runs/2515784254
> 
> It's also a question whether use 20.04 LTS focal instead of 18.04 LTS
> bionic. I guess we'd like to cover everything: bleeding edge, used
> distros and very old and still used distros. bionic EOL next year
> (2023-04).
> 
> I'll try to have look on Alpine failure sometimes on July.

Thanks, I really appreciate it.  As discussed, it isn't finding the
"tests" directory.

Mimi
diff mbox series

Patch

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5e4498e..dc06fce 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -59,7 +59,7 @@  jobs:
               CC: gcc
               TSS: tpm2-tss
 
-          - container: "ubuntu:impish"
+          - container: "ubuntu:jammy"
             env:
               CC: gcc
               TSS: ibmtss
diff --git a/.travis.yml b/.travis.yml
index d6b3c5e..5741116 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,7 @@  matrix:
           compiler: gcc
 
         - os: linux
-          env: DISTRO=ubuntu:impish TSS=ibmtss COMPILE_SSL=openssl-3.0.0-beta1
+          env: DISTRO=ubuntu:jammy TSS=ibmtss COMPILE_SSL=openssl-3.0.0-beta1
           compiler: gcc
 
         - os: linux