diff mbox series

opal-ci: Drop fedora35, add fedora37

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

Checks

Context Check Description
snowpatch_ozlabs/github-Docker_builds_and_checks success Successfully ran 9 jobs.

Commit Message

Reza Arbab Dec. 16, 2022, 3:11 p.m. UTC
Fedora 35 has reached end-of-life. Remove it and add Fedora 37.

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

Comments

Dan Horák Dec. 16, 2022, 3:15 p.m. UTC | #1
On Fri, 16 Dec 2022 09:11:05 -0600
Reza Arbab <arbab@linux.ibm.com> wrote:

> Fedora 35 has reached end-of-life. Remove it and add Fedora 37.
> 
> Signed-off-by: Reza Arbab <arbab@linux.ibm.com>

LGTM

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


		Dan


> ---
>  .github/workflows/docker-builds-checks.yml           | 2 +-
>  opal-ci/Dockerfile-docs                              | 2 +-
>  opal-ci/{Dockerfile-fedora35 => Dockerfile-fedora37} | 2 +-
>  opal-ci/{build-fedora35.sh => build-fedora37.sh}     | 0
>  4 files changed, 3 insertions(+), 3 deletions(-)
>  rename opal-ci/{Dockerfile-fedora35 => Dockerfile-fedora37} (98%)
>  rename opal-ci/{build-fedora35.sh => build-fedora37.sh} (100%)
> 
> diff --git a/.github/workflows/docker-builds-checks.yml b/.github/workflows/docker-builds-checks.yml
> index e6285d0d44e8..441d420e6ae9 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, fedora35, fedora36, fedora-rawhide, docs ]
> +        os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, centos7, fedora36, fedora37, fedora-rawhide, docs ]
>  
>      steps:
>        - uses: actions/checkout@v2
> diff --git a/opal-ci/Dockerfile-docs b/opal-ci/Dockerfile-docs
> index 24238a77c5e2..6286e0a967f9 120000
> --- a/opal-ci/Dockerfile-docs
> +++ b/opal-ci/Dockerfile-docs
> @@ -1 +1 @@
> -Dockerfile-fedora35
> \ No newline at end of file
> +Dockerfile-fedora36
> \ No newline at end of file
> diff --git a/opal-ci/Dockerfile-fedora35 b/opal-ci/Dockerfile-fedora37
> similarity index 98%
> rename from opal-ci/Dockerfile-fedora35
> rename to opal-ci/Dockerfile-fedora37
> index 5c4d803cd5d2..c8f8cd51f93b 100644
> --- a/opal-ci/Dockerfile-fedora35
> +++ b/opal-ci/Dockerfile-fedora37
> @@ -1,4 +1,4 @@
> -FROM fedora:35
> +FROM fedora:37
>  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-fedora35.sh b/opal-ci/build-fedora37.sh
> similarity index 100%
> rename from opal-ci/build-fedora35.sh
> rename to opal-ci/build-fedora37.sh
> -- 
> 2.31.1
> 
> _______________________________________________
> Skiboot mailing list
> Skiboot@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot
Reza Arbab Jan. 3, 2023, 7:55 p.m. UTC | #2
On Fri, Dec 16, 2022 at 09:11:05AM -0600, Reza Arbab wrote:
>Fedora 35 has reached end-of-life. Remove it and add Fedora 37.

Applied to master.
diff mbox series

Patch

diff --git a/.github/workflows/docker-builds-checks.yml b/.github/workflows/docker-builds-checks.yml
index e6285d0d44e8..441d420e6ae9 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, fedora35, fedora36, fedora-rawhide, docs ]
+        os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-rolling, centos7, fedora36, fedora37, fedora-rawhide, docs ]
 
     steps:
       - uses: actions/checkout@v2
diff --git a/opal-ci/Dockerfile-docs b/opal-ci/Dockerfile-docs
index 24238a77c5e2..6286e0a967f9 120000
--- a/opal-ci/Dockerfile-docs
+++ b/opal-ci/Dockerfile-docs
@@ -1 +1 @@ 
-Dockerfile-fedora35
\ No newline at end of file
+Dockerfile-fedora36
\ No newline at end of file
diff --git a/opal-ci/Dockerfile-fedora35 b/opal-ci/Dockerfile-fedora37
similarity index 98%
rename from opal-ci/Dockerfile-fedora35
rename to opal-ci/Dockerfile-fedora37
index 5c4d803cd5d2..c8f8cd51f93b 100644
--- a/opal-ci/Dockerfile-fedora35
+++ b/opal-ci/Dockerfile-fedora37
@@ -1,4 +1,4 @@ 
-FROM fedora:35
+FROM fedora:37
 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-fedora35.sh b/opal-ci/build-fedora37.sh
similarity index 100%
rename from opal-ci/build-fedora35.sh
rename to opal-ci/build-fedora37.sh