This is an automated email from the ASF dual-hosted git repository.
tuhaihe pushed a commit to branch REL_2_STABLE
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/REL_2_STABLE by this push:
new a2b5ff3f5a7 Add Rocky Linux 10 and Ubuntu 24.04 to Yezzey CI build
matrix
a2b5ff3f5a7 is described below
commit a2b5ff3f5a71271ea2b3d0b8ec147ee9e711e9a6
Author: Dianjin Wang <[email protected]>
AuthorDate: Wed Aug 19 17:22:39 2026 +0800
Add Rocky Linux 10 and Ubuntu 24.04 to Yezzey CI build matrix
Add rocky10 and ubuntu24.04 entries to the test-cloudberry job matrix
in yezzey-ci.yaml, using the cbdb-build-rocky10-latest and
cbdb-build-ubuntu24.04-latest images.
---
.github/workflows/yezzey-ci.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/yezzey-ci.yaml b/.github/workflows/yezzey-ci.yaml
index f4bd0a13487..35490524c3e 100644
--- a/.github/workflows/yezzey-ci.yaml
+++ b/.github/workflows/yezzey-ci.yaml
@@ -52,10 +52,14 @@ jobs:
include:
- os: ubuntu22.04
image: apache/incubator-cloudberry:cbdb-build-ubuntu22.04-latest
+ - os: ubuntu24.04
+ image: apache/incubator-cloudberry:cbdb-build-ubuntu24.04-latest
- os: rocky8
image: apache/incubator-cloudberry:cbdb-build-rocky8-latest
- os: rocky9
image: apache/incubator-cloudberry:cbdb-build-rocky9-latest
+ - os: rocky10
+ image: apache/incubator-cloudberry:cbdb-build-rocky10-latest
container:
image: ${{ matrix.image }}
options: >-
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]