diff mbox series

opal-ci: Drop fedora37, add fedora39

Message ID 20231205144736.41928-1-arbab@linux.ibm.com
State Accepted
Headers show
Series opal-ci: Drop fedora37, add fedora39 | expand

Commit Message

Reza Arbab Dec. 5, 2023, 2:47 p.m. UTC
Fedora 37 has reached end-of-life. Remove it and add Fedora 39.

Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
---
 .github/workflows/docker-builds-checks.yml           | 2 +-
 opal-ci/Dockerfile-docs                              | 2 +-
 opal-ci/{Dockerfile-fedora37 => Dockerfile-fedora39} | 2 +-
 opal-ci/{build-fedora37.sh => build-fedora39.sh}     | 0
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename opal-ci/{Dockerfile-fedora37 => Dockerfile-fedora39} (94%)
 rename opal-ci/{build-fedora37.sh => build-fedora39.sh} (100%)

Comments

Dan Horák Dec. 5, 2023, 2:55 p.m. UTC | #1
On Tue,  5 Dec 2023 08:47:36 -0600
Reza Arbab <arbab@linux.ibm.com> wrote:

> Fedora 37 has reached end-of-life. Remove it and add Fedora 39.

LGTM

Reviewed-by: Dan Horák <dan@danny.cz>


		Dan

> 
> Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
> ---
>  .github/workflows/docker-builds-checks.yml           | 2 +-
>  opal-ci/Dockerfile-docs                              | 2 +-
>  opal-ci/{Dockerfile-fedora37 => Dockerfile-fedora39} | 2 +-
>  opal-ci/{build-fedora37.sh => build-fedora39.sh}     | 0
>  4 files changed, 3 insertions(+), 3 deletions(-)
>  rename opal-ci/{Dockerfile-fedora37 => Dockerfile-fedora39} (94%)
>  rename opal-ci/{build-fedora37.sh => build-fedora39.sh} (100%)
> 
> diff --git a/.github/workflows/docker-builds-checks.yml b/.github/workflows/docker-builds-checks.yml
> index 5fe565714ec0..6cfd4e66b552 100644
> --- a/.github/workflows/docker-builds-checks.yml
> +++ b/.github/workflows/docker-builds-checks.yml
> @@ -12,7 +12,7 @@ jobs:
>        fail-fast: false
>  
>        matrix:
> -        os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, centos7, fedora37, fedora38, fedora-rawhide, docs ]
> +        os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, centos7, fedora38, fedora39, fedora-rawhide, docs ]
>  
>      steps:
>        - uses: actions/checkout@v3
> diff --git a/opal-ci/Dockerfile-docs b/opal-ci/Dockerfile-docs
> index 8cf46d0c98cc..9da4398dd41e 120000
> --- a/opal-ci/Dockerfile-docs
> +++ b/opal-ci/Dockerfile-docs
> @@ -1 +1 @@
> -Dockerfile-fedora37
> \ No newline at end of file
> +Dockerfile-fedora38
> \ No newline at end of file
> diff --git a/opal-ci/Dockerfile-fedora37 b/opal-ci/Dockerfile-fedora39
> similarity index 94%
> rename from opal-ci/Dockerfile-fedora37
> rename to opal-ci/Dockerfile-fedora39
> index ce6081349977..1a205e657fde 100644
> --- a/opal-ci/Dockerfile-fedora37
> +++ b/opal-ci/Dockerfile-fedora39
> @@ -1,4 +1,4 @@
> -FROM registry.fedoraproject.org/fedora:37
> +FROM registry.fedoraproject.org/fedora:39
>  RUN dnf -y update
>  RUN dnf -y install --allowerasing wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl openssl-devel gcc-powerpc64-linux-gnu mbedtls-devel which qemu-system-ppc
>  # for building documentation and the coverage report
> diff --git a/opal-ci/build-fedora37.sh b/opal-ci/build-fedora39.sh
> similarity index 100%
> rename from opal-ci/build-fedora37.sh
> rename to opal-ci/build-fedora39.sh
> -- 
> 2.39.3
> 
> _______________________________________________
> Skiboot mailing list
> Skiboot@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot
Reza Arbab Jan. 2, 2024, 9:17 p.m. UTC | #2
On Tue, Dec 05, 2023 at 08:47:36AM -0600, Reza Arbab wrote:
>Fedora 37 has reached end-of-life. Remove it and add Fedora 39.

Applied to master.
diff mbox series

Patch

diff --git a/.github/workflows/docker-builds-checks.yml b/.github/workflows/docker-builds-checks.yml
index 5fe565714ec0..6cfd4e66b552 100644
--- a/.github/workflows/docker-builds-checks.yml
+++ b/.github/workflows/docker-builds-checks.yml
@@ -12,7 +12,7 @@  jobs:
       fail-fast: false
 
       matrix:
-        os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, centos7, fedora37, fedora38, fedora-rawhide, docs ]
+        os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, centos7, fedora38, fedora39, fedora-rawhide, docs ]
 
     steps:
       - uses: actions/checkout@v3
diff --git a/opal-ci/Dockerfile-docs b/opal-ci/Dockerfile-docs
index 8cf46d0c98cc..9da4398dd41e 120000
--- a/opal-ci/Dockerfile-docs
+++ b/opal-ci/Dockerfile-docs
@@ -1 +1 @@ 
-Dockerfile-fedora37
\ No newline at end of file
+Dockerfile-fedora38
\ No newline at end of file
diff --git a/opal-ci/Dockerfile-fedora37 b/opal-ci/Dockerfile-fedora39
similarity index 94%
rename from opal-ci/Dockerfile-fedora37
rename to opal-ci/Dockerfile-fedora39
index ce6081349977..1a205e657fde 100644
--- a/opal-ci/Dockerfile-fedora37
+++ b/opal-ci/Dockerfile-fedora39
@@ -1,4 +1,4 @@ 
-FROM registry.fedoraproject.org/fedora:37
+FROM registry.fedoraproject.org/fedora:39
 RUN dnf -y update
 RUN dnf -y install --allowerasing wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl openssl-devel gcc-powerpc64-linux-gnu mbedtls-devel which qemu-system-ppc
 # for building documentation and the coverage report
diff --git a/opal-ci/build-fedora37.sh b/opal-ci/build-fedora39.sh
similarity index 100%
rename from opal-ci/build-fedora37.sh
rename to opal-ci/build-fedora39.sh