This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 2c0f33a0100 [fix](jdbc catalog) fix mysql zero date (#26569) (#26837) add c8d83da3557 [ci](pipeline) add tpch sff100 test on branch-2.0 (#26824) 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 ++++++++++++ 13 files changed, 1090 insertions(+), 1 deletion(-) 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: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org