Skip to content

Commit

Permalink
Try certain ubuntu version as Spark CI
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Feb 23, 2024
1 parent 381e3c1 commit f604a81
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ jobs:

tpcds-1g:
name: Run TPC-DS queries with SF=1
runs-on: ubuntu-latest
# Pin to 'Ubuntu 20.04' due to 'databricks/tpcds-kit' compilation
runs-on: ubuntu-20.04
container:
image: amd64/rust
env:
Expand Down Expand Up @@ -164,9 +165,7 @@ jobs:
run: make release
- name: Build tpcds-kit
if: steps.cache-tpcds-sf-1.outputs.cache-hit != 'true'
run: |
apt-get install -y exuberant-ctags
cd tpcds-kit/tools && make OS=LINUX
run: cd tpcds-kit/tools && make OS=LINUX
- name: Generate TPC-DS (SF=1) table data
if: steps.cache-tpcds-sf-1.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit f604a81

Please sign in to comment.