Skip to content

Commit

Permalink
Merge pull request #1296 from newrelic/update-cicd-actions
Browse files Browse the repository at this point in the history
Rollback to Ubuntu-22 Runners
  • Loading branch information
hmstepanek authored Jan 30, 2025
2 parents 2431215 + 35e23fa commit 237897a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/deploy-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ on:

jobs:
build-linux-py3-legacy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
wheel:
- cp37-manylinux
Expand Down Expand Up @@ -55,8 +56,9 @@ jobs:
retention-days: 1

build-linux-py3:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
wheel:
- cp38-manylinux
Expand Down Expand Up @@ -99,7 +101,7 @@ jobs:
retention-days: 1

build-sdist:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
with:
Expand Down Expand Up @@ -131,7 +133,7 @@ jobs:
retention-days: 1

deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

needs:
- build-linux-py3-legacy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
jobs:
build:
name: Mega-Linter
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
# Git Checkout
- name: Checkout Code
Expand Down
44 changes: 22 additions & 22 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ concurrency:
jobs:
# Aggregate job that provides a single check for all tests passing
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- python
- cassandra
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
# Combine and upload coverage data
coverage:
if: success() || failure() # Does not run on cancelled workflows
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- tests

Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
20,
]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
matrix:
group-number: [1]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
matrix:
group-number: [1]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -325,7 +325,7 @@ jobs:
matrix:
group-number: [1, 2]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
matrix:
group-number: [1]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
matrix:
group-number: [1]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -520,7 +520,7 @@ jobs:
matrix:
group-number: [1, 2]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -587,7 +587,7 @@ jobs:
matrix:
group-number: [1]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -690,7 +690,7 @@ jobs:
matrix:
group-number: [1, 2]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -752,7 +752,7 @@ jobs:
matrix:
group-number: [1]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -816,7 +816,7 @@ jobs:
matrix:
group-number: [1, 2]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -878,7 +878,7 @@ jobs:
matrix:
group-number: [1]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -941,7 +941,7 @@ jobs:
matrix:
group-number: [1, 2, 3, 4]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -1015,7 +1015,7 @@ jobs:
matrix:
group-number: [1]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -1077,7 +1077,7 @@ jobs:
matrix:
group-number: [1]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -1139,7 +1139,7 @@ jobs:
matrix:
group-number: [1]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -1206,7 +1206,7 @@ jobs:
matrix:
group-number: [1]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -1270,7 +1270,7 @@ jobs:
matrix:
group-number: [1]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -1335,7 +1335,7 @@ jobs:
matrix:
group-number: [1]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down Expand Up @@ -1404,7 +1404,7 @@ jobs:
matrix:
group-number: [1]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
options: >-
Expand Down

0 comments on commit 237897a

Please sign in to comment.