From d8a83133a125a4f1ba5ec32def6d235c1456b650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Bar=C3=B3n?= Date: Wed, 5 Mar 2025 16:04:26 +0100 Subject: [PATCH 1/9] Upgrade ubuntu-20.04 to ubuntu-24.04 runner version --- .github/workflows/bigquery-ded.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bigquery-ded.yml b/.github/workflows/bigquery-ded.yml index 636dbeb61..8d6a57aa5 100644 --- a/.github/workflows/bigquery-ded.yml +++ b/.github/workflows/bigquery-ded.yml @@ -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 From 78d099adc1043fd22ec53eec7ba54b47aa1571ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Bar=C3=B3n?= Date: Wed, 5 Mar 2025 16:04:27 +0100 Subject: [PATCH 2/9] Upgrade ubuntu-20.04 to ubuntu-24.04 runner version --- .github/workflows/bigquery.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bigquery.yml b/.github/workflows/bigquery.yml index ad315d205..a32e95122 100644 --- a/.github/workflows/bigquery.yml +++ b/.github/workflows/bigquery.yml @@ -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 }}_ @@ -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: @@ -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 @@ -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 From d3115d270f72ca4d2344be01f694b3885439aab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Bar=C3=B3n?= Date: Wed, 5 Mar 2025 16:04:27 +0100 Subject: [PATCH 3/9] Upgrade ubuntu-20.04 to ubuntu-24.04 runner version --- .github/workflows/databricks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/databricks.yml b/.github/workflows/databricks.yml index 23ad6904a..ae7735b1d 100644 --- a/.github/workflows/databricks.yml +++ b/.github/workflows/databricks.yml @@ -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 }}_ @@ -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: @@ -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 From 047fc763626802d359397f5e2531f5baec22db5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Bar=C3=B3n?= Date: Wed, 5 Mar 2025 16:04:28 +0100 Subject: [PATCH 4/9] Upgrade ubuntu-20.04 to ubuntu-24.04 runner version --- .github/workflows/postgres-ded.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/postgres-ded.yml b/.github/workflows/postgres-ded.yml index db50fcc16..1a6d35b49 100644 --- a/.github/workflows/postgres-ded.yml +++ b/.github/workflows/postgres-ded.yml @@ -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 }} From 2c0c3149e3641fd1eef68bcb4b26f78f4f08d288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Bar=C3=B3n?= Date: Wed, 5 Mar 2025 16:04:29 +0100 Subject: [PATCH 5/9] Upgrade ubuntu-20.04 to ubuntu-24.04 runner version --- .github/workflows/postgres.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/postgres.yml b/.github/workflows/postgres.yml index 813c620d2..3748881ff 100644 --- a/.github/workflows/postgres.yml +++ b/.github/workflows/postgres.yml @@ -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 }}_ @@ -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: @@ -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 From 36a725c16da53b334f01fb7c9452bbbefd3353a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Bar=C3=B3n?= Date: Wed, 5 Mar 2025 16:04:29 +0100 Subject: [PATCH 6/9] Upgrade ubuntu-20.04 to ubuntu-24.04 runner version --- .github/workflows/redshift-ded.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/redshift-ded.yml b/.github/workflows/redshift-ded.yml index 333159823..9fabc5101 100644 --- a/.github/workflows/redshift-ded.yml +++ b/.github/workflows/redshift-ded.yml @@ -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: From 7f0e041ba559bb5fad5acb596a126aed33660126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Bar=C3=B3n?= Date: Wed, 5 Mar 2025 16:04:30 +0100 Subject: [PATCH 7/9] Upgrade ubuntu-20.04 to ubuntu-24.04 runner version --- .github/workflows/redshift.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/redshift.yml b/.github/workflows/redshift.yml index 5fbe9a858..94a49cea4 100644 --- a/.github/workflows/redshift.yml +++ b/.github/workflows/redshift.yml @@ -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: @@ -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: @@ -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: From 38792576d65bb96b7c62c5a54a1818cbf8707b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Bar=C3=B3n?= Date: Wed, 5 Mar 2025 16:04:31 +0100 Subject: [PATCH 8/9] Upgrade ubuntu-20.04 to ubuntu-24.04 runner version --- .github/workflows/snowflake-ded.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snowflake-ded.yml b/.github/workflows/snowflake-ded.yml index d022bc061..ae5665774 100644 --- a/.github/workflows/snowflake-ded.yml +++ b/.github/workflows/snowflake-ded.yml @@ -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 }} From 204f4d86d3afd74f9b9e53537d8ba9fd2f4e6c7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20Bar=C3=B3n?= Date: Wed, 5 Mar 2025 16:04:32 +0100 Subject: [PATCH 9/9] Upgrade ubuntu-20.04 to ubuntu-24.04 runner version --- .github/workflows/snowflake.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/snowflake.yml b/.github/workflows/snowflake.yml index 456e76ea4..220f89a5a 100644 --- a/.github/workflows/snowflake.yml +++ b/.github/workflows/snowflake.yml @@ -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 }}_ @@ -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: @@ -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: @@ -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 }} @@ -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 }} @@ -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