Skip to content

Commit

Permalink
Merge remote-tracking branch 'richtja/ci_runner_update'
Browse files Browse the repository at this point in the history
Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Feb 17, 2025
2 parents 949a813 + 561fa95 commit 727f1e7
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 37 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
static-checks:

name: Static checks
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: quay.io/avocado-framework/avocado-ci-fedora-38

Expand Down Expand Up @@ -42,11 +42,11 @@ jobs:
smokecheck-linux:

name: Smokecheck on Linux with Python ${{ matrix.python-version }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
python-version: [3.8, 3.9, 3.10.0, 3.11, 3.12.0, 3.13.0]
python-version: [3.8, 3.9, 3.10.16, 3.11, 3.12.0, 3.13.0]
fail-fast: false

steps:
Expand All @@ -67,12 +67,12 @@ jobs:
check-linux:

name: Linux with Python ${{ matrix.python-version }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: smokecheck-linux

strategy:
matrix:
python-version: [3.8, 3.9, 3.10.0, 3.11, 3.12.0, 3.13.0]
python-version: [3.8, 3.9, 3.10.16, 3.11, 3.12.0, 3.13.0]
fail-fast: false

steps:
Expand Down Expand Up @@ -180,11 +180,11 @@ jobs:

package-build:
name: Build Package (wheel/tarball) for Python ${{ matrix.python-version }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
python-version: [3.8, 3.9, 3.10.0, 3.11, 3.12.0, 3.13.0]
python-version: [3.8, 3.9, 3.10.16, 3.11, 3.12.0, 3.13.0]
fail-fast: false

steps:
Expand All @@ -207,11 +207,11 @@ jobs:

egg-build:
name: Build Egg for Python ${{ matrix.python-version }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
python-version: [3.8, 3.9, 3.10.0, 3.11, 3.12.0, 3.13.0]
python-version: [3.8, 3.9, 3.10.16, 3.11, 3.12.0, 3.13.0]
fail-fast: false

steps:
Expand All @@ -234,7 +234,7 @@ jobs:

experimental-checks:
name: Experimental checks
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- run: echo "Job triggered by a ${{ github.event_name }} event on branch is ${{ github.ref }} in repository is ${{ github.repository }}, runner on ${{ runner.os }}"
- name: Check out repository code
Expand All @@ -257,7 +257,7 @@ jobs:
version_task_fedora_37:

name: Version task fedora:37
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: fedora:37
steps:
Expand All @@ -270,7 +270,7 @@ jobs:
version_task_fedora_38:

name: Version task fedora:38
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: fedora:38
steps:
Expand All @@ -283,7 +283,7 @@ jobs:
version_task_ubi_8:

name: Version task ubi:8.8
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: registry.access.redhat.com/ubi8/ubi:8.8
steps:
Expand All @@ -296,7 +296,7 @@ jobs:
version_task_ubi_9:

name: Version task ubi:9.2
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: registry.access.redhat.com/ubi9/ubi:9.2
steps:
Expand All @@ -307,7 +307,7 @@ jobs:
version_task_debian_12:

name: Version task debian:12.4
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: debian:12.4
steps:
Expand All @@ -320,7 +320,7 @@ jobs:
version_task_debian_11:

name: Version task debian:11.0
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: debian:11.0
steps:
Expand All @@ -333,7 +333,7 @@ jobs:
version_task_ubuntu_22:

name: Version task ubuntu:22.04
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ubuntu:22.04
steps:
Expand All @@ -346,7 +346,7 @@ jobs:
version_task_ubuntu_20:

name: Version task ubuntu:20.04
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ubuntu:20.04
steps:
Expand All @@ -359,7 +359,7 @@ jobs:
egg_task_fedora_37:

name: Egg task fedora:37
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: fedora:37
steps:
Expand All @@ -372,7 +372,7 @@ jobs:
egg_task_fedora_38:

name: Egg task fedora:38
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: fedora:38
steps:
Expand All @@ -385,7 +385,7 @@ jobs:
egg_task_ubi_8:

name: Egg task ubi:8.8
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: registry.access.redhat.com/ubi8/ubi:8.8
steps:
Expand All @@ -398,7 +398,7 @@ jobs:
egg_task_ubi_9:

name: Egg task ubi:9.2
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: registry.access.redhat.com/ubi9/ubi:9.2
steps:
Expand All @@ -409,7 +409,7 @@ jobs:
egg_task_debian_12:

name: Egg task debian:12.4
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: debian:12.4
steps:
Expand All @@ -422,7 +422,7 @@ jobs:
egg_task_debian_11:

name: Egg task debian:11.0
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: debian:11.0
steps:
Expand All @@ -435,7 +435,7 @@ jobs:
egg_task_ubuntu_22:

name: Egg task ubuntu:22.04
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ubuntu:22.04
steps:
Expand All @@ -448,7 +448,7 @@ jobs:
egg_task_ubuntu_20:

name: Egg task ubuntu:20.04
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ubuntu:20.04
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

make-check:
name: Run 'make check'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
code-coverage:

name: Code Coverage
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

build-and-publish-eggs:
name: Build eggs and publish them
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: release
strategy:
matrix:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

user-installation:
name: User installation commands
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

system-wide-installation:
name: System wide installation commands
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

devel-user-installation:
name: Developer user commands
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

devel-wide-system-installation:
name: Developer system wide commands
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:

virtualenv-installation:
name: Virtualenv installation
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- run: echo "Job triggered by a ${{ github.event_name }} event on branch is ${{ github.ref }} in repository is ${{ github.repository }}, runner on ${{ runner.os }}"
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:

devel-virtualenv-installation:
name: Developer Virtualenv installation
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- run: echo "Job triggered by a ${{ github.event_name }} event on branch is ${{ github.ref }} in repository is ${{ github.repository }}, runner on ${{ runner.os }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

latest-python:
name: Linux with Python ${{ matrix.python-version }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
# see list of available Python versions at https://github.com/actions/python-versions/blob/main/versions-manifest.json
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

without-plugins-latest-python:
name: Test with Python without plugins ${{ matrix.python-version }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: latest-python
if: "always()&&(needs.latest-python.outputs.job_status=='failure')"
strategy:
Expand Down

0 comments on commit 727f1e7

Please sign in to comment.