This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 3f9d83359c4 [opt](mtmv) Add log when compute olap scan cost to locate
problem easier (#45948)
add 215c0f6d49b [ci](vault) add vault_p0 pipeline (#45964)
No new revisions were added by this update.
Summary of changes:
.github/workflows/comment-to-trigger-teamcity.yml | 34 +++-
regression-test/pipeline/cloud_p0/README.md | 3 +
regression-test/pipeline/common/doris-utils.sh | 38 +++++
regression-test/pipeline/common/teamcity-utils.sh | 3 +
regression-test/pipeline/vault_p0/README.md | 5 +
regression-test/pipeline/vault_p0/clean.sh | 33 ++++
.../{cloud_p0 => vault_p0}/conf/be_custom.conf | 0
.../pipeline/vault_p0/conf/fe_custom.conf | 43 +++++
.../{cloud_p0 => vault_p0}/conf/ms_custom.conf | 0
.../conf/recycler_custom.conf | 0
.../vault_p0/conf/regression-conf-custom.groovy | 36 +++++
.../conf/session_variables.sql | 0
regression-test/pipeline/vault_p0/deploy.sh | 110 +++++++++++++
regression-test/pipeline/vault_p0/prepare.sh | 176 +++++++++++++++++++++
regression-test/pipeline/vault_p0/run.sh | 167 +++++++++++++++++++
15 files changed, 647 insertions(+), 1 deletion(-)
create mode 100644 regression-test/pipeline/cloud_p0/README.md
create mode 100644 regression-test/pipeline/vault_p0/README.md
create mode 100644 regression-test/pipeline/vault_p0/clean.sh
copy regression-test/pipeline/{cloud_p0 => vault_p0}/conf/be_custom.conf (100%)
create mode 100644 regression-test/pipeline/vault_p0/conf/fe_custom.conf
copy regression-test/pipeline/{cloud_p0 => vault_p0}/conf/ms_custom.conf (100%)
copy regression-test/pipeline/{cloud_p0 => vault_p0}/conf/recycler_custom.conf
(100%)
create mode 100644
regression-test/pipeline/vault_p0/conf/regression-conf-custom.groovy
copy regression-test/pipeline/{cloud_p0 =>
vault_p0}/conf/session_variables.sql (100%)
create mode 100644 regression-test/pipeline/vault_p0/deploy.sh
create mode 100644 regression-test/pipeline/vault_p0/prepare.sh
create mode 100644 regression-test/pipeline/vault_p0/run.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]