This is an automated email from the ASF dual-hosted git repository.

hellostephen pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 19eb9decba4 [chore](ci) add isCloudMode (#37518)
19eb9decba4 is described below

commit 19eb9decba4d99ff5a8fb101ca9219b7627ca6b8
Author: Dongyang Li <hello_step...@qq.com>
AuthorDate: Tue Jul 9 14:09:16 2024 +0800

    [chore](ci) add isCloudMode (#37518)
    
    ## Proposed changes
    
    Issue Number: close #xxx
    
    <!--Describe your changes.-->
    
    Co-authored-by: stephen <hello-step...@qq.com>
---
 .../src/main/groovy/org/apache/doris/regression/suite/Suite.groovy    | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
 
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
index ee582e893d9..a5a2ccb2a50 100644
--- 
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
+++ 
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
@@ -1329,4 +1329,8 @@ class Suite implements GroovyInterceptable {
         }
     }
 
+    boolean isCloudMode() {
+        return false
+    }
+
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to