File tree Expand file tree Collapse file tree 9 files changed +34
-34
lines changed Expand file tree Collapse file tree 9 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1616
1717env :
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
2323jobs :
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 }}_
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
Original file line number Diff line number Diff line change 1515 workflow_call :
1616
1717env :
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
2323jobs :
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 }}_
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
Original file line number Diff line number Diff line change 66
77env :
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
1212jobs :
1313
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 }}
Original file line number Diff line number Diff line change 1616
1717env :
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
2323jobs :
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 }}_
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 :
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
Original file line number Diff line number Diff line change 77env :
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
1313jobs :
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 :
Original file line number Diff line number Diff line change 1717env :
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
2424jobs :
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 :
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 :
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 1717env :
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
2323jobs :
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 }}_
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 :
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
You can’t perform that action at this time.
0 commit comments