diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 161b9140426be..9bfe79cfa2fec 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -68,7 +68,7 @@ jobs: tpcds-1g-gen: name: "Generate an input dataset for TPCDSQueryBenchmark with SF=1" if: contains(inputs.class, 'TPCDSQueryBenchmark') || contains(inputs.class, '*') - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest env: SPARK_LOCAL_IP: localhost steps: @@ -105,7 +105,7 @@ jobs: uses: actions/checkout@v4 with: repository: databricks/tpcds-kit - ref: 2a5078a782192ddb6efbcead8de9973d6ab4f069 + ref: 1b7fb7529edae091684201fab142d956d6afd881 path: ./tpcds-kit - name: Build tpcds-kit if: steps.cache-tpcds-sf-1.outputs.cache-hit != 'true' diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 98d78619411b5..83a1578640699 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -1028,8 +1028,7 @@ jobs: needs: precondition if: fromJson(needs.precondition.outputs.required).tpcds-1g == 'true' name: Run TPC-DS queries with SF=1 - # Pin to 'Ubuntu 20.04' due to 'databricks/tpcds-kit' compilation - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest timeout-minutes: 120 env: SPARK_LOCAL_IP: localhost @@ -1079,7 +1078,7 @@ jobs: uses: actions/checkout@v4 with: repository: databricks/tpcds-kit - ref: 2a5078a782192ddb6efbcead8de9973d6ab4f069 + ref: 1b7fb7529edae091684201fab142d956d6afd881 path: ./tpcds-kit - name: Build tpcds-kit if: steps.cache-tpcds-sf-1.outputs.cache-hit != 'true'