This is an automated email from the ASF dual-hosted git repository.
gavinchou 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 0bc49e3387a [chore](case) forbid restore cases on cloud (#56765)
0bc49e3387a is described below
commit 0bc49e3387a5bfe7fd58b127bd04c7c2b468854a
Author: shuke <[email protected]>
AuthorDate: Fri Oct 10 16:09:43 2025 +0800
[chore](case) forbid restore cases on cloud (#56765)
---
regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy | 1 +
1 file changed, 1 insertion(+)
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 dc5c812be02..8ede4da7a33 100644
--- a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
+++ b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
@@ -85,6 +85,7 @@ excludeDirectories = "000_the_start_sentinel_do_not_touch," +
// keep this line
"variant_p0/nested," +
"variant_p0/nested/sql," +
"plsql_p0," + // plsql is not developped any more, add by sk.
+ "restore_p0," + //
"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]