This is an automated email from the ASF dual-hosted git repository.
hellostephen 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 a348aed9f47 [fix](ci) exclude spill case in cloud_p1 (#39853)
a348aed9f47 is described below
commit a348aed9f470eac5c5b182ce16de86a27b983983
Author: Dongyang Li <[email protected]>
AuthorDate: Fri Aug 23 17:22:54 2024 +0800
[fix](ci) exclude spill case in cloud_p1 (#39853)
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
Co-authored-by: stephen <[email protected]>
---
regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy | 3 +++
1 file changed, 3 insertions(+)
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 ca08d7ffc18..9edde7c0660 100644
--- a/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy
+++ b/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy
@@ -16,6 +16,9 @@ excludeDirectories = "000_the_start_sentinel_do_not_touch," +
// keep this line
"ccr_syncer_p1," +
"ccr_mow_syncer_p1," +
"inverted_index_p1/tpcds_sf1_index," + // in fixing, get result timeout,
get result duration 899892 ms
+ "tpcds_sf1_unique_p1/spill," + // in fixing, MEM_LIMIT_EXCEEDED
+ "tpcds_sf1_p1/spill_test," + // in fixing, MEM_LIMIT_EXCEEDED
+ "tpch_sf0.1_p1/spill," + // in fixing, MEM_LIMIT_EXCEEDED
"zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
max_failure_num = 50
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]