Skip to content

Commit 237897a

Browse files
authored
Merge pull request #1296 from newrelic/update-cicd-actions
Rollback to Ubuntu-22 Runners
2 parents 2431215 + 35e23fa commit 237897a

File tree

4 files changed

+30
-28
lines changed

4 files changed

+30
-28
lines changed

.github/workflows/build-ci-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323

2424
jobs:
2525
build:
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-22.04
2727

2828
steps:
2929
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1

.github/workflows/deploy-python.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ on:
2121

2222
jobs:
2323
build-linux-py3-legacy:
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-22.04
2525
strategy:
26+
fail-fast: false
2627
matrix:
2728
wheel:
2829
- cp37-manylinux
@@ -55,8 +56,9 @@ jobs:
5556
retention-days: 1
5657

5758
build-linux-py3:
58-
runs-on: ubuntu-latest
59+
runs-on: ubuntu-22.04
5960
strategy:
61+
fail-fast: false
6062
matrix:
6163
wheel:
6264
- cp38-manylinux
@@ -99,7 +101,7 @@ jobs:
99101
retention-days: 1
100102

101103
build-sdist:
102-
runs-on: ubuntu-latest
104+
runs-on: ubuntu-22.04
103105
steps:
104106
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
105107
with:
@@ -131,7 +133,7 @@ jobs:
131133
retention-days: 1
132134

133135
deploy:
134-
runs-on: ubuntu-latest
136+
runs-on: ubuntu-22.04
135137

136138
needs:
137139
- build-linux-py3-legacy

.github/workflows/mega-linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
jobs:
2222
build:
2323
name: Mega-Linter
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-22.04
2525
steps:
2626
# Git Checkout
2727
- name: Checkout Code

.github/workflows/tests.yml

+22-22
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ concurrency:
3131
jobs:
3232
# Aggregate job that provides a single check for all tests passing
3333
tests:
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-22.04
3535
needs:
3636
- python
3737
- cassandra
@@ -102,7 +102,7 @@ jobs:
102102
# Combine and upload coverage data
103103
coverage:
104104
if: success() || failure() # Does not run on cancelled workflows
105-
runs-on: ubuntu-latest
105+
runs-on: ubuntu-22.04
106106
needs:
107107
- tests
108108

@@ -164,7 +164,7 @@ jobs:
164164
20,
165165
]
166166

167-
runs-on: ubuntu-latest
167+
runs-on: ubuntu-22.04
168168
container:
169169
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
170170
options: >-
@@ -213,7 +213,7 @@ jobs:
213213
matrix:
214214
group-number: [1]
215215

216-
runs-on: ubuntu-latest
216+
runs-on: ubuntu-22.04
217217
container:
218218
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
219219
options: >-
@@ -262,7 +262,7 @@ jobs:
262262
matrix:
263263
group-number: [1]
264264

265-
runs-on: ubuntu-latest
265+
runs-on: ubuntu-22.04
266266
container:
267267
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
268268
options: >-
@@ -325,7 +325,7 @@ jobs:
325325
matrix:
326326
group-number: [1, 2]
327327

328-
runs-on: ubuntu-latest
328+
runs-on: ubuntu-22.04
329329
container:
330330
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
331331
options: >-
@@ -389,7 +389,7 @@ jobs:
389389
matrix:
390390
group-number: [1]
391391

392-
runs-on: ubuntu-latest
392+
runs-on: ubuntu-22.04
393393
container:
394394
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
395395
options: >-
@@ -453,7 +453,7 @@ jobs:
453453
matrix:
454454
group-number: [1]
455455

456-
runs-on: ubuntu-latest
456+
runs-on: ubuntu-22.04
457457
container:
458458
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
459459
options: >-
@@ -520,7 +520,7 @@ jobs:
520520
matrix:
521521
group-number: [1, 2]
522522

523-
runs-on: ubuntu-latest
523+
runs-on: ubuntu-22.04
524524
container:
525525
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
526526
options: >-
@@ -587,7 +587,7 @@ jobs:
587587
matrix:
588588
group-number: [1]
589589

590-
runs-on: ubuntu-latest
590+
runs-on: ubuntu-22.04
591591
container:
592592
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
593593
options: >-
@@ -690,7 +690,7 @@ jobs:
690690
matrix:
691691
group-number: [1, 2]
692692

693-
runs-on: ubuntu-latest
693+
runs-on: ubuntu-22.04
694694
container:
695695
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
696696
options: >-
@@ -752,7 +752,7 @@ jobs:
752752
matrix:
753753
group-number: [1]
754754

755-
runs-on: ubuntu-latest
755+
runs-on: ubuntu-22.04
756756
container:
757757
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
758758
options: >-
@@ -816,7 +816,7 @@ jobs:
816816
matrix:
817817
group-number: [1, 2]
818818

819-
runs-on: ubuntu-latest
819+
runs-on: ubuntu-22.04
820820
container:
821821
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
822822
options: >-
@@ -878,7 +878,7 @@ jobs:
878878
matrix:
879879
group-number: [1]
880880

881-
runs-on: ubuntu-latest
881+
runs-on: ubuntu-22.04
882882
container:
883883
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
884884
options: >-
@@ -941,7 +941,7 @@ jobs:
941941
matrix:
942942
group-number: [1, 2, 3, 4]
943943

944-
runs-on: ubuntu-latest
944+
runs-on: ubuntu-22.04
945945
container:
946946
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
947947
options: >-
@@ -1015,7 +1015,7 @@ jobs:
10151015
matrix:
10161016
group-number: [1]
10171017

1018-
runs-on: ubuntu-latest
1018+
runs-on: ubuntu-22.04
10191019
container:
10201020
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
10211021
options: >-
@@ -1077,7 +1077,7 @@ jobs:
10771077
matrix:
10781078
group-number: [1]
10791079

1080-
runs-on: ubuntu-latest
1080+
runs-on: ubuntu-22.04
10811081
container:
10821082
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
10831083
options: >-
@@ -1139,7 +1139,7 @@ jobs:
11391139
matrix:
11401140
group-number: [1]
11411141

1142-
runs-on: ubuntu-latest
1142+
runs-on: ubuntu-22.04
11431143
container:
11441144
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
11451145
options: >-
@@ -1206,7 +1206,7 @@ jobs:
12061206
matrix:
12071207
group-number: [1]
12081208

1209-
runs-on: ubuntu-latest
1209+
runs-on: ubuntu-22.04
12101210
container:
12111211
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
12121212
options: >-
@@ -1270,7 +1270,7 @@ jobs:
12701270
matrix:
12711271
group-number: [1]
12721272

1273-
runs-on: ubuntu-latest
1273+
runs-on: ubuntu-22.04
12741274
container:
12751275
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
12761276
options: >-
@@ -1335,7 +1335,7 @@ jobs:
13351335
matrix:
13361336
group-number: [1]
13371337

1338-
runs-on: ubuntu-latest
1338+
runs-on: ubuntu-22.04
13391339
container:
13401340
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
13411341
options: >-
@@ -1404,7 +1404,7 @@ jobs:
14041404
matrix:
14051405
group-number: [1]
14061406

1407-
runs-on: ubuntu-latest
1407+
runs-on: ubuntu-22.04
14081408
container:
14091409
image: ghcr.io/newrelic/newrelic-python-agent-ci:latest
14101410
options: >-

0 commit comments

Comments
 (0)