Skip to content
Draft
Show file tree
Hide file tree
Changes from all 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: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ notifications:
env:
- PG_VERSION=18
- PG_VERSION=17
- PG_VERSION=16 LEVEL=hardcore USE_TPCDS=0
- PG_VERSION=16 LEVEL=hardcore USE_TPCDS=1
- PG_VERSION=16
- PG_VERSION=15 LEVEL=hardcore USE_TPCDS=0
- PG_VERSION=15 LEVEL=hardcore USE_TPCDS=1
- PG_VERSION=15
- PG_VERSION=14 LEVEL=hardcore USE_TPCDS=0
- PG_VERSION=14 LEVEL=hardcore USE_TPCDS=1
- PG_VERSION=14
- PG_VERSION=13
- PG_VERSION=12
Expand All @@ -37,6 +37,7 @@ env:

matrix:
allow_failures:
- env: PG_VERSION=13
- env: PG_VERSION=12
- env: PG_VERSION=10
- env: PG_VERSION=9.6
2 changes: 1 addition & 1 deletion tests/prepare_stress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mkdir -p tmp_stress
cd tmp_stress
rm -rf ./*

git clone --depth 1 --single-branch --branch master https://github.com/gregrahn/tpcds-kit.git # used for data and schema
git clone --depth 1 --single-branch --branch master https://github.com/alexandervpotapov/tpcds-kit.git # used for data and schema
git clone --depth 1 --single-branch --branch master https://github.com/cwida/tpcds-result-reproduction.git # used for queries only

cd tpcds-kit/tools
Expand Down