This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 7173503b81d [ci](cloud) set max_failure_num (#31904)
7173503b81d is described below
commit 7173503b81d030c9ff4e6d216732e5eb5069a890
Author: Dongyang Li <[email protected]>
AuthorDate: Thu Mar 7 20:37:29 2024 +0800
[ci](cloud) set max_failure_num (#31904)
Co-authored-by: stephen <[email protected]>
Co-authored-by: Yongqiang YANG
<[email protected]>
---
regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy | 1 +
regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy | 1 +
2 files changed, 2 insertions(+)
diff --git
a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
index a7d8f9fc1d6..d7305ebcb10 100644
--- a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
+++ b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
@@ -19,3 +19,4 @@ testGroups = "p0"
//exclude groups and exclude suites is more prior than include groups and
include suites.
excludeSuites =
"test_index_failure_injection,test_dump_image,test_profile,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_information_schema_external,test_stream_load_new_move_memtable,test_stream_load_move_memtable,test_materialized_view_move_memtable,test_disable_move_memtable,test_insert_move_memtable,set_and_unset_variable,test_pk_uk_case_cluster,test_point_query_cluster_key,test_compaction_uniq_cluster_keys_with_delete,test_compaction_uniq_keys_cluster_key"
excludeDirectories =
"workload_manager_p1,nereids_rules_p0/subquery,unique_with_mow_p0/cluster_key,unique_with_mow_p0/ssb_unique_sql_zstd_cluster,unique_with_mow_p0/ssb_unique_load_zstd_c,nereids_rules_p0/mv"
+max_failure_num = 200
diff --git
a/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy
b/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy
index c13dae5a7f9..b693cf0fb01 100644
--- a/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy
+++ b/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy
@@ -2,3 +2,4 @@ testGroups = "p1"
//exclude groups and exclude suites is more prior than include groups and
include suites.
excludeSuites =
"test_big_pad,test_profile,test_broker_load,test_spark_load,test_analyze_stats_p1,test_refresh_mtmv,test_bitmap_filter"
excludeDirectories = "workload_manager_p1,fault_injection_p0"
+max_failure_num = 50
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]