Skip to content

Commit 7be7910

Browse files
authored
chore: update deprecated ubuntu image for ci (#553)
1 parent 22786e8 commit 7be7910

File tree

9 files changed

+34
-34
lines changed

9 files changed

+34
-34
lines changed

.github/workflows/bigquery-ded.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
github.event.label.name == 'dedicated_bigquery' ||
1515
(github.event.action == 'closed' && contains(github.event.pull_request.labels.*.name, 'dedicated_bigquery')) ||
1616
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dedicated_bigquery'))
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-24.04
1818
timeout-minutes: 20
1919
env:
2020
GCLOUD_VERSION: 500.0.0

.github/workflows/bigquery.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ on:
1616

1717
env:
1818
NODE_VERSION: 18.16
19-
PYTHON3_VERSION: 3.8.10
20-
VIRTUALENV_VERSION: 20.21.1
19+
PYTHON3_VERSION: 3.8.18
20+
VIRTUALENV_VERSION: 20.15.1
2121
GCLOUD_VERSION: 500.0.0
2222

2323
jobs:
2424

2525
test:
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
2727
timeout-minutes: 30
2828
env:
2929
BQ_PREFIX: ci_${{ github.sha }}_${{ github.run_id }}_${{ github.run_attempt }}_
@@ -67,7 +67,7 @@ jobs:
6767
deploy-internal:
6868
if: github.ref_name == 'main'
6969
needs: test
70-
runs-on: ubuntu-20.04
70+
runs-on: ubuntu-24.04
7171
timeout-minutes: 20
7272
strategy:
7373
matrix:
@@ -103,7 +103,7 @@ jobs:
103103
deploy:
104104
if: github.ref_name == 'stable'
105105
needs: test
106-
runs-on: ubuntu-20.04
106+
runs-on: ubuntu-24.04
107107
timeout-minutes: 20
108108
strategy:
109109
fail-fast: false
@@ -148,7 +148,7 @@ jobs:
148148
publish:
149149
if: github.ref_name == 'stable'
150150
needs: test
151-
runs-on: ubuntu-20.04
151+
runs-on: ubuntu-24.04
152152
timeout-minutes: 10
153153
env:
154154
PACKAGE_BUCKET: gs://carto-analytics-toolbox-core/bigquery

.github/workflows/databricks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ on:
1515
workflow_call:
1616

1717
env:
18-
PYTHON3_VERSION: 3.8.11
19-
VIRTUALENV_VERSION: 20.21.1
18+
PYTHON3_VERSION: 3.8.18
19+
VIRTUALENV_VERSION: 20.15.1
2020
GCLOUD_VERSION: 500.0.0
2121
GOOGLE_SECRET_MANAGER_PROJECT: ${{ secrets.GOOGLE_SECRET_MANAGER_PROJECT }}
2222

2323
jobs:
2424

2525
test:
2626
if: false
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-24.04
2828
timeout-minutes: 30
2929
env:
3030
DB_PREFIX: ci_${{ github.sha }}_${{ github.run_id }}_${{ github.run_attempt }}_
@@ -71,7 +71,7 @@ jobs:
7171
deploy-internal:
7272
if: github.ref_name == 'main'
7373
needs: test
74-
runs-on: ubuntu-20.04
74+
runs-on: ubuntu-24.04
7575
timeout-minutes: 20
7676
strategy:
7777
matrix:
@@ -120,7 +120,7 @@ jobs:
120120
publish:
121121
needs: test
122122
if: github.ref_name == 'stable'
123-
runs-on: ubuntu-20.04
123+
runs-on: ubuntu-24.04
124124
timeout-minutes: 10
125125
env:
126126
PACKAGE_BUCKET: gs://carto-analytics-toolbox-core/databricks

.github/workflows/postgres-ded.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66

77
env:
88
NODE_VERSION: 14
9-
PYTHON3_VERSION: 3.8.10
10-
VIRTUALENV_VERSION: 20.21.1
9+
PYTHON3_VERSION: 3.8.18
10+
VIRTUALENV_VERSION: 20.15.1
1111

1212
jobs:
1313

@@ -16,7 +16,7 @@ jobs:
1616
github.event.label.name == 'dedicated_postgres' ||
1717
(github.event.action == 'closed' && contains(github.event.pull_request.labels.*.name, 'dedicated_postgres')) ||
1818
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dedicated_postgres'))
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-24.04
2020
timeout-minutes: 20
2121
env:
2222
PG_HOST: ${{ secrets.PG_HOST_CD }}

.github/workflows/postgres.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ on:
1616

1717
env:
1818
NODE_VERSION: 14
19-
PYTHON3_VERSION: 3.8.10
20-
VIRTUALENV_VERSION: 20.21.1
19+
PYTHON3_VERSION: 3.8.18
20+
VIRTUALENV_VERSION: 20.15.1
2121
GCLOUD_VERSION: 500.0.0
2222

2323
jobs:
2424

2525
test:
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
2727
timeout-minutes: 30
2828
env:
2929
PG_PREFIX: ci_${{ github.sha }}_${{ github.run_id }}_${{ github.run_attempt }}_
@@ -57,7 +57,7 @@ jobs:
5757
deploy-internal:
5858
if: github.ref_name == 'main'
5959
needs: test
60-
runs-on: ubuntu-20.04
60+
runs-on: ubuntu-24.04
6161
timeout-minutes: 20
6262
strategy:
6363
matrix:
@@ -98,7 +98,7 @@ jobs:
9898
publish:
9999
if: github.ref_name == 'stable'
100100
needs: test
101-
runs-on: ubuntu-20.04
101+
runs-on: ubuntu-24.04
102102
timeout-minutes: 10
103103
env:
104104
PACKAGE_BUCKET: gs://carto-analytics-toolbox-core/postgres

.github/workflows/redshift-ded.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
88
NODE_VERSION: 14
99
PYTHON2_VERSION: 2.7.18
10-
PYTHON3_VERSION: 3.8.10
10+
PYTHON3_VERSION: 3.8.18
1111
VIRTUALENV_VERSION: 20.15.1
1212

1313
jobs:
@@ -17,7 +17,7 @@ jobs:
1717
github.event.label.name == 'dedicated_redshift' ||
1818
(github.event.action == 'closed' && contains(github.event.pull_request.labels.*.name, 'dedicated_redshift')) ||
1919
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dedicated_redshift'))
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-24.04
2121
container: python:2.7.18-buster
2222
timeout-minutes: 20
2323
env:

.github/workflows/redshift.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ on:
1717
env:
1818
NODE_VERSION: 14
1919
PYTHON2_VERSION: 2.7.18
20-
PYTHON3_VERSION: 3.8.10
20+
PYTHON3_VERSION: 3.8.18
2121
VIRTUALENV_VERSION: 20.15.1
2222
GCLOUD_VERSION: 500.0.0
2323

2424
jobs:
2525

2626
test:
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-24.04
2828
container: python:2.7.18-buster
2929
timeout-minutes: 30
3030
env:
@@ -75,7 +75,7 @@ jobs:
7575
deploy-internal:
7676
if: github.ref_name == 'main'
7777
needs: test
78-
runs-on: ubuntu-20.04
78+
runs-on: ubuntu-24.04
7979
container: python:2.7.18-buster
8080
timeout-minutes: 20
8181
strategy:
@@ -142,7 +142,7 @@ jobs:
142142
publish:
143143
if: github.ref_name == 'stable'
144144
needs: test
145-
runs-on: ubuntu-20.04
145+
runs-on: ubuntu-24.04
146146
container: python:2.7.18-buster
147147
timeout-minutes: 10
148148
env:

.github/workflows/snowflake-ded.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
github.event.label.name == 'dedicated_snowflake' ||
1515
(github.event.action == 'closed' && contains(github.event.pull_request.labels.*.name, 'dedicated_snowflake')) ||
1616
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dedicated_snowflake'))
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-24.04
1818
timeout-minutes: 20
1919
env:
2020
SF_ACCOUNT: ${{ secrets.SF_ACCOUNT_CD }}

.github/workflows/snowflake.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ on:
1717
env:
1818
NODE_VERSION: 18.16
1919
PYTHON3_VERSION: 3.8.18
20-
VIRTUALENV_VERSION: 20.21.1
20+
VIRTUALENV_VERSION: 20.15.1
2121
GCLOUD_VERSION: 500.0.0
2222

2323
jobs:
2424

2525
test:
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
2727
timeout-minutes: 30
2828
env:
2929
SF_PREFIX: ci_${{ github.sha }}_${{ github.run_id }}_${{ github.run_attempt }}_
@@ -58,7 +58,7 @@ jobs:
5858
deploy-internal:
5959
if: github.ref_name == 'main'
6060
needs: test
61-
runs-on: ubuntu-20.04
61+
runs-on: ubuntu-24.04
6262
timeout-minutes: 20
6363
strategy:
6464
matrix:
@@ -91,7 +91,7 @@ jobs:
9191
deploy-internal-stable:
9292
if: github.ref_name == 'stable'
9393
needs: test
94-
runs-on: ubuntu-20.04
94+
runs-on: ubuntu-24.04
9595
timeout-minutes: 20
9696
strategy:
9797
matrix:
@@ -124,7 +124,7 @@ jobs:
124124
deploy-internal-app:
125125
if: github.ref_name == 'main'
126126
needs: test
127-
runs-on: ubuntu-20.04
127+
runs-on: ubuntu-24.04
128128
timeout-minutes: 30
129129
env:
130130
APP_PACKAGE_NAME: ${{ secrets.SF_NATIVE_APP_PACKAGE_NAME_CD }}
@@ -155,7 +155,7 @@ jobs:
155155
deploy-share:
156156
if: github.ref_name == 'stable'
157157
needs: test
158-
runs-on: ubuntu-20.04
158+
runs-on: ubuntu-24.04
159159
timeout-minutes: 20
160160
env:
161161
SF_ACCOUNT: ${{ secrets.SF_ACCOUNT_SHARE }}
@@ -183,7 +183,7 @@ jobs:
183183
publish:
184184
if: github.ref_name == 'stable'
185185
needs: test
186-
runs-on: ubuntu-20.04
186+
runs-on: ubuntu-24.04
187187
timeout-minutes: 10
188188
env:
189189
PACKAGE_BUCKET: gs://carto-analytics-toolbox-core/snowflake

0 commit comments

Comments
 (0)