File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -22,21 +22,22 @@ notifications:
2222 on_failure : always
2323
2424env :
25- - PG_VERSION=18
26- - PG_VERSION=17
27- - PG_VERSION=16 LEVEL=hardcore USE_TPCDS=0
25+ - PG_VERSION=16 LEVEL=hardcore USE_TPCDS=1
2826 - PG_VERSION=16
29- - PG_VERSION=15 LEVEL=hardcore USE_TPCDS=0
27+ - PG_VERSION=15 LEVEL=hardcore USE_TPCDS=1
3028 - PG_VERSION=15
31- - PG_VERSION=14 LEVEL=hardcore USE_TPCDS=0
29+ - PG_VERSION=14 LEVEL=hardcore USE_TPCDS=1
3230 - PG_VERSION=14
3331 - PG_VERSION=13
32+ - PG_VERSION=18
33+ - PG_VERSION=17
3434 - PG_VERSION=12
3535 - PG_VERSION=10
3636 - PG_VERSION=9.6
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 12394- 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