Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/bigquery-ded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
github.event.label.name == 'dedicated_bigquery' ||
(github.event.action == 'closed' && contains(github.event.pull_request.labels.*.name, 'dedicated_bigquery')) ||
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dedicated_bigquery'))
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 20
env:
GCLOUD_VERSION: 500.0.0
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/bigquery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:

test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30
env:
BQ_PREFIX: ci_${{ github.sha }}_${{ github.run_id }}_${{ github.run_attempt }}_
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
deploy-internal:
if: github.ref_name == 'main'
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 20
strategy:
matrix:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
deploy:
if: github.ref_name == 'stable'
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 20
strategy:
fail-fast: false
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
publish:
if: github.ref_name == 'stable'
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 10
env:
PACKAGE_BUCKET: gs://carto-analytics-toolbox-core/bigquery
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/databricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

test:
if: false
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30
env:
DB_PREFIX: ci_${{ github.sha }}_${{ github.run_id }}_${{ github.run_attempt }}_
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
deploy-internal:
if: github.ref_name == 'main'
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 20
strategy:
matrix:
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
publish:
needs: test
if: github.ref_name == 'stable'
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 10
env:
PACKAGE_BUCKET: gs://carto-analytics-toolbox-core/databricks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgres-ded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
github.event.label.name == 'dedicated_postgres' ||
(github.event.action == 'closed' && contains(github.event.pull_request.labels.*.name, 'dedicated_postgres')) ||
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dedicated_postgres'))
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 20
env:
PG_HOST: ${{ secrets.PG_HOST_CD }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:

test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30
env:
PG_PREFIX: ci_${{ github.sha }}_${{ github.run_id }}_${{ github.run_attempt }}_
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
deploy-internal:
if: github.ref_name == 'main'
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 20
strategy:
matrix:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
publish:
if: github.ref_name == 'stable'
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 10
env:
PACKAGE_BUCKET: gs://carto-analytics-toolbox-core/postgres
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redshift-ded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
github.event.label.name == 'dedicated_redshift' ||
(github.event.action == 'closed' && contains(github.event.pull_request.labels.*.name, 'dedicated_redshift')) ||
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dedicated_redshift'))
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
container: python:2.7.18-buster
timeout-minutes: 20
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/redshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
jobs:

test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
container: python:2.7.18-buster
timeout-minutes: 30
env:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
deploy-internal:
if: github.ref_name == 'main'
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
container: python:2.7.18-buster
timeout-minutes: 20
strategy:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
publish:
if: github.ref_name == 'stable'
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
container: python:2.7.18-buster
timeout-minutes: 10
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snowflake-ded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
github.event.label.name == 'dedicated_snowflake' ||
(github.event.action == 'closed' && contains(github.event.pull_request.labels.*.name, 'dedicated_snowflake')) ||
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dedicated_snowflake'))
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 20
env:
SF_ACCOUNT: ${{ secrets.SF_ACCOUNT_CD }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:

test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30
env:
SF_PREFIX: ci_${{ github.sha }}_${{ github.run_id }}_${{ github.run_attempt }}_
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
deploy-internal:
if: github.ref_name == 'main'
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 20
strategy:
matrix:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
deploy-internal-stable:
if: github.ref_name == 'stable'
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 20
strategy:
matrix:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
deploy-internal-app:
if: github.ref_name == 'main'
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30
env:
APP_PACKAGE_NAME: ${{ secrets.SF_NATIVE_APP_PACKAGE_NAME_CD }}
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
deploy-share:
if: github.ref_name == 'stable'
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 20
env:
SF_ACCOUNT: ${{ secrets.SF_ACCOUNT_SHARE }}
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
publish:
if: github.ref_name == 'stable'
needs: test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 10
env:
PACKAGE_BUCKET: gs://carto-analytics-toolbox-core/snowflake
Expand Down
Loading