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

changchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f84e9bb2a Revert "[CH] Disable gluten arm ci (#8337)" (#8460)
5f84e9bb2a is described below

commit 5f84e9bb2ae5d351757d4c8f00178d056a32bbd5
Author: Wenzheng Liu <[email protected]>
AuthorDate: Wed Jan 8 11:12:58 2025 +0800

    Revert "[CH] Disable gluten arm ci (#8337)" (#8460)
    
    This reverts commit 748ece1b8e3565b3da746d612d21b2e2a8405273.
---
 .github/workflows/clickhouse_be_trigger.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/clickhouse_be_trigger.yml 
b/.github/workflows/clickhouse_be_trigger.yml
index 7bd33528c0..fbc3eac863 100644
--- a/.github/workflows/clickhouse_be_trigger.yml
+++ b/.github/workflows/clickhouse_be_trigger.yml
@@ -48,7 +48,11 @@ jobs:
           script: |
             const issueNumber = context.payload.number;
             let body;
-            body = "Run Gluten Clickhouse CI on x86";
+            if (issueNumber % 10 === 0) {
+              body = "Run Gluten ClickHouse CI on ARM";
+            } else {
+              body = "Run Gluten Clickhouse CI on x86";
+            }
             await github.rest.issues.createComment({
               owner: context.repo.owner,
               repo: context.repo.repo,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to