This is an automated email from the ASF dual-hosted git repository.
zhangstar333 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from a3666aa87eb [feature](decimal) support decimal256 when creating table
(#26308)
add f018b00646e [ci](perf) add new pipeline of tpch-sf100 (#26334)
No new revisions were added by this update.
Summary of changes:
be/src/common/config.h | 2 +-
regression-test/pipeline/common/doris-utils.sh | 259 +++++++++++++++++++++
regression-test/pipeline/common/github-utils.sh | 65 ++++++
regression-test/pipeline/common/oss-utils.sh | 105 +++++++++
regression-test/pipeline/tpch/tpch-sf100/clean.sh | 40 ++++
.../pipeline/tpch/tpch-sf100/conf/be.conf | 85 +++++++
.../{p0 => tpch/tpch-sf100}/conf/external.json | 0
.../pipeline/tpch/tpch-sf100/conf/fe.conf | 78 +++++++
.../pipeline/tpch/tpch-sf100/conf}/odbcinst.ini | 0
.../tpch/tpch-sf100/conf/regression-conf.groovy | 111 +++++++++
regression-test/pipeline/tpch/tpch-sf100/deploy.sh | 132 +++++++++++
.../pipeline/tpch/tpch-sf100/prepare.sh | 71 ++++++
regression-test/pipeline/tpch/tpch-sf100/run.sh | 143 ++++++++++++
tools/tpch-tools/bin/create-tpch-tables.sh | 2 +-
tools/tpch-tools/bin/load-tpch-data.sh | 16 +-
tools/tpch-tools/bin/run-tpch-queries.sh | 1 +
16 files changed, 1100 insertions(+), 10 deletions(-)
create mode 100644 regression-test/pipeline/common/doris-utils.sh
create mode 100644 regression-test/pipeline/common/github-utils.sh
create mode 100644 regression-test/pipeline/common/oss-utils.sh
create mode 100644 regression-test/pipeline/tpch/tpch-sf100/clean.sh
create mode 100644 regression-test/pipeline/tpch/tpch-sf100/conf/be.conf
copy regression-test/pipeline/{p0 => tpch/tpch-sf100}/conf/external.json (100%)
create mode 100644 regression-test/pipeline/tpch/tpch-sf100/conf/fe.conf
copy {conf => regression-test/pipeline/tpch/tpch-sf100/conf}/odbcinst.ini
(100%)
create mode 100644
regression-test/pipeline/tpch/tpch-sf100/conf/regression-conf.groovy
create mode 100644 regression-test/pipeline/tpch/tpch-sf100/deploy.sh
create mode 100644 regression-test/pipeline/tpch/tpch-sf100/prepare.sh
create mode 100644 regression-test/pipeline/tpch/tpch-sf100/run.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]