This is an automated email from the ASF dual-hosted git repository.
yuanzhou 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 737b93969f Revert "[VL] disable CI on ubuntu-20.04 (#9800)" (#9852)
737b93969f is described below
commit 737b93969feefe25df9e7856e69033b3aba89c0e
Author: Yuan <[email protected]>
AuthorDate: Tue Jun 3 14:06:48 2025 +0100
Revert "[VL] disable CI on ubuntu-20.04 (#9800)" (#9852)
This reverts commit 35f6603f554a4c33c6317b0feeb1638e383c71ef.
the mirror for ubuntu-20.04 seems stable now, this patch adds ubuntu-20.04
back
---
.github/workflows/velox_backend.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/velox_backend.yml
b/.github/workflows/velox_backend.yml
index 72eca635df..ab9ec81de7 100644
--- a/.github/workflows/velox_backend.yml
+++ b/.github/workflows/velox_backend.yml
@@ -119,7 +119,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ "ubuntu:22.04" ]
+ os: [ "ubuntu:20.04", "ubuntu:22.04" ]
spark: [ "spark-3.2", "spark-3.3", "spark-3.4", "spark-3.5" ]
java: [ "java-8", "java-11", "java-17" ]
# Spark supports JDK17 since 3.3 and later, see
https://issues.apache.org/jira/browse/SPARK-33772
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]