File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ notifications:
2424env :
2525 - PG_VERSION=18
2626 - PG_VERSION=17
27- - PG_VERSION=16 LEVEL=hardcore USE_TPCDS=0
27+ - PG_VERSION=16 LEVEL=hardcore USE_TPCDS=1
2828 - PG_VERSION=16
29- - PG_VERSION=15 LEVEL=hardcore USE_TPCDS=0
29+ - PG_VERSION=15 LEVEL=hardcore USE_TPCDS=1
3030 - PG_VERSION=15
31- - PG_VERSION=14 LEVEL=hardcore USE_TPCDS=0
31+ - PG_VERSION=14 LEVEL=hardcore USE_TPCDS=1
3232 - PG_VERSION=14
3333 - PG_VERSION=13
3434 - PG_VERSION=12
3737
3838matrix :
3939 allow_failures :
40+ - env : PG_VERSION=13
4041 - env : PG_VERSION=12
4142 - env : PG_VERSION=10
4243 - env : PG_VERSION=9.6
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ mkdir -p tmp_stress
44cd tmp_stress
55rm -rf ./*
66
7- git clone --depth 1 --single-branch --branch master https://github.com/gregrahn /tpcds-kit.git # used for data and schema
7+ git clone --depth 1 --single-branch --branch master https://github.com/alexandervpotapov /tpcds-kit.git # used for data and schema
88git clone --depth 1 --single-branch --branch master https://github.com/cwida/tpcds-result-reproduction.git # used for queries only
99
1010cd tpcds-kit/tools
You can’t perform that action at this time.
0 commit comments