This is an automated email from the ASF dual-hosted git repository.
zhangzc 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 cc84c279b0 [CH] Disable ARM CI (#11187)
cc84c279b0 is described below
commit cc84c279b0d3c703b864393cfb3fc8f29ad12cd2
Author: Yuan <[email protected]>
AuthorDate: Thu Nov 27 09:28:35 2025 +0000
[CH] Disable ARM CI (#11187)
[CH] Disable ARM CI
Signed-off-by: Yuan <[email protected]>
---
.github/workflows/clickhouse_be_trigger.yml | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/clickhouse_be_trigger.yml
b/.github/workflows/clickhouse_be_trigger.yml
index 077d69d847..78ca52b018 100644
--- a/.github/workflows/clickhouse_be_trigger.yml
+++ b/.github/workflows/clickhouse_be_trigger.yml
@@ -52,11 +52,13 @@ jobs:
script: |
const issueNumber = context.payload.number;
let body;
- if (issueNumber % 10 === 0) {
- body = "Run Gluten ClickHouse CI on ARM";
- } else {
- 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";
+ # }
+ # https://github.com/apache/incubator-gluten/issues/11052
+ 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]