This is an automated email from the ASF dual-hosted git repository.
jacktengg 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 5b6e0675434 [fix](ci) exclude routine load case tmp (#34493)
5b6e0675434 is described below
commit 5b6e0675434a72dc0e86c8fbcc0d1497ba5c095c
Author: Dongyang Li <[email protected]>
AuthorDate: Tue May 7 20:47:32 2024 +0800
[fix](ci) exclude routine load case tmp (#34493)
* [fix](ci) kafka docker image missed, walk around it tmp
* 2
---------
Co-authored-by: stephen <[email protected]>
---
regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy | 1 +
regression-test/pipeline/p0/conf/regression-conf.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 0eb04acb5ef..ab93cc758d6 100644
--- a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
+++ b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
@@ -22,6 +22,7 @@ testGroups = "p0"
// * sort lines in vim: select lines and then type :sort
// * sort lines in vscode: https://ulfschneider.io/2023-09-01-sort-in-vscode/
excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as
the first line
+ "test_routine_load," + // depends on kafka docker which has gone away,
fixing
"test_routine_load_error," + // depends on kafka docker which has gone
away, fixing
"test_routine_load_condition," + // depends on kafka docker which has gone
away, fixing
"set_replica_status," + // not a case for cloud mode, no need to run
diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy
b/regression-test/pipeline/p0/conf/regression-conf.groovy
index 78ec11cacec..47fbd411496 100644
--- a/regression-test/pipeline/p0/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p0/conf/regression-conf.groovy
@@ -64,6 +64,7 @@ excludeGroups = ""
excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as
the first line
"test_bitmap_filter," +
+ "test_routine_load," + // depends on kafka docker which has gone away,
fixing
"test_routine_load_error," + // depends on kafka docker which has gone
away, fixing
"test_routine_load_condition," + // depends on kafka docker which has gone
away, fixing
"test_dump_image," +
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]