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 e85bb59fe7 [GLUTEN-11052][CH] Fix CI trigger (#11214)
e85bb59fe7 is described below
commit e85bb59fe7ceb24452762470497a941e32ed5b32
Author: Yuan <[email protected]>
AuthorDate: Fri Nov 28 08:29:16 2025 +0000
[GLUTEN-11052][CH] Fix CI trigger (#11214)
* [CH] Fix CI trigger
Signed-off-by: Yuan <[email protected]>
* Revert "[CH] Fix CI trigger"
This reverts commit 9e9dc66bcea0ef4c40ba70575dc40bcb89d81ad3.
* fix
Signed-off-by: Yuan <[email protected]>
---------
Signed-off-by: Yuan <[email protected]>
---
.github/workflows/clickhouse_be_trigger.yml | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/clickhouse_be_trigger.yml
b/.github/workflows/clickhouse_be_trigger.yml
index 78ca52b018..9e44b1faf0 100644
--- a/.github/workflows/clickhouse_be_trigger.yml
+++ b/.github/workflows/clickhouse_be_trigger.yml
@@ -52,13 +52,11 @@ 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";
- # }
- # https://github.com/apache/incubator-gluten/issues/11052
- body = "Run Gluten Clickhouse CI on x86";
+ if (issueNumber % 10 === 11) {
+ 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]