Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/actions/integration/mssql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ set -eo pipefail
# Debug log for test containers
export DEBUG=testcontainers

export TEST_MSSQL_VERSION=2017-latest

echo "::group::MSSQL ${TEST_MSSQL_VERSION}";
docker pull mcr.microsoft.com/mssql/server:${TEST_MSSQL_VERSION}
yarn lerna run --concurrency 1 --stream --no-prefix integration:mssql
echo "::endgroup::"

export TEST_MSSQL_VERSION=2019-latest

echo "::group::MSSQL ${TEST_MSSQL_VERSION}";
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:

jobs:
latest-tag-sha:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
sha: ${{ steps.get-tag.outputs.sha }}
steps:
Expand All @@ -55,7 +55,7 @@ jobs:
integration-cloud:
needs: latest-tag-sha
if: (needs['latest-tag-sha'].outputs.sha != github.sha)
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 60

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
docker-dev:
name: Build cross image for ${{ matrix.target }} target
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04 # Stick to 22.04 because of ppa:deadsnakes/ppa is missing smth for 24.04.
timeout-minutes: 120
strategy:
matrix:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/drivers-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ env:

jobs:
latest-tag-sha:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
sha: ${{ steps.get-tag.outputs.sha }}
steps:
Expand All @@ -86,7 +86,7 @@ jobs:
OUT: ${{ steps.get-tag.outputs.sha }}

native_linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 60
name: Build native Linux ${{ matrix.node-version }} ${{ matrix.target }} Python ${{ matrix.python-version }}
strategy:
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
build:
needs: [latest-tag-sha, native_linux]
if: (needs['latest-tag-sha'].outputs.sha != github.sha)
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
path: image.tar.gz

tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30
needs: [latest-tag-sha, build]
if: (needs['latest-tag-sha'].outputs.sha != github.sha)
Expand Down
56 changes: 28 additions & 28 deletions .github/workflows/examples-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:

clickhouse-multi-tenancy:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -38,7 +38,7 @@ jobs:
EXAMPLE_CUBE_SKIP: 1

clickhouse-multiple-sources:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -64,7 +64,7 @@ jobs:
EXAMPLE_CUBE_SKIP: 1

apollo-federation:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -89,7 +89,7 @@ jobs:
EXAMPLE_CUBE_SKIP: 1

ksql:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -114,7 +114,7 @@ jobs:
EXAMPLE_CUBE_SKIP: 1

hasura-remote-schema:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -139,7 +139,7 @@ jobs:
EXAMPLE_CUBE_SKIP: 1

angular-dashboard:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -164,7 +164,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

compare-date-range:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -188,7 +188,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

clickhouse-dashboard:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -212,7 +212,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

d3-dashboard:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -236,7 +236,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

data-blending:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -260,7 +260,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

drill-downs:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -284,7 +284,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

ecom-backend:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -309,7 +309,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

external-rollups:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -333,7 +333,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

hacktoberfest:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -358,7 +358,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

mapbox:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -382,7 +382,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

react-dashboard:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -406,7 +406,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

react-muze:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -430,7 +430,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

real-time-dashboard:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -454,7 +454,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

web-analytics:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -478,7 +478,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

auth0:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -502,7 +502,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

bigquery-public-datasets:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -526,7 +526,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

google-charts-moma:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -551,7 +551,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

deepnote:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -577,7 +577,7 @@ jobs:
EXAMPLE_FRONTEND_SUBDIRECTORY: './'

graphql-api-metrics-dashboard:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -602,7 +602,7 @@ jobs:
EXAMPLE_FRONTEND_SUBDIRECTORY: './'

multi-tenant-analytics:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -626,7 +626,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

multitenancy-workshop:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -650,7 +650,7 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

aws-web-analytics:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -675,7 +675,7 @@ jobs:
EXAMPLE_FRONTEND_SUBDIRECTORY: 'analytics-dashboard'

event-analytics:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
main:
name: Process Label Action
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Process Label Action
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
CUBEJS_TESSERACT_ORCHESTRATOR: true
jobs:
latest-tag-sha:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
sha: ${{ steps.get-tag.outputs.sha }}
steps:
Expand All @@ -43,7 +43,7 @@ jobs:
OUT: ${{ steps.get-tag.outputs.sha }}

build_native_linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
timeout-minutes: 60
name: Build Linux Native backend for Dev image
container:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
docker-image-dev:
name: Release :dev image
needs: [latest-tag-sha, build_native_linux]
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: (needs['latest-tag-sha'].outputs.sha != github.sha)
steps:
- name: Check out the repo
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

trigger-test-suites:
name: Trigger test suites run
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: [docker-image-dev]
timeout-minutes: 60
steps:
Expand Down
Loading
Loading