This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.20 by this push:
new a6068a850cd Update CI workflow to use Ubuntu 24.04 (#11873)
a6068a850cd is described below
commit a6068a850cd5087e752cbad618c3f40c4035bacb
Author: dahn <[email protected]>
AuthorDate: Tue Oct 21 16:22:46 2025 +0200
Update CI workflow to use Ubuntu 24.04 (#11873)
---
.github/workflows/ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6fb8844e8ce..007abcdc637 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,7 +29,7 @@ permissions:
jobs:
build:
if: github.repository == 'apache/cloudstack'
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
strategy:
fail-fast: false
@@ -232,7 +232,7 @@ jobs:
- name: Install Build Dependencies
run: |
sudo apt-get update
- sudo apt-get install -y git uuid-runtime genisoimage netcat ipmitool
build-essential libgcrypt20 libgpg-error-dev libgpg-error0 libopenipmi0
ipmitool libpython3-dev libssl-dev libffi-dev python3-openssl python3-dev
python3-setuptools
+ sudo apt-get install -y git uuid-runtime genisoimage netcat-openbsd
ipmitool build-essential libgcrypt20 libgpg-error-dev libgpg-error0
libopenipmi0 ipmitool libpython3-dev libssl-dev libffi-dev python3-openssl
python3-dev python3-setuptools
- name: Install Python dependencies
run: |
@@ -271,7 +271,7 @@ jobs:
- name: Setup Simulator Prerequisites
run: |
sudo python3 -m pip install --upgrade netaddr mysql-connector-python
- python3 -m pip install --user --upgrade
tools/marvin/dist/Marvin-*.tar.gz
+ python3 -m pip install --user --upgrade
tools/marvin/dist/[mM]arvin-*.tar.gz
mvn -q -Pdeveloper -pl developer -Ddeploydb
mvn -q -Pdeveloper -pl developer -Ddeploydb-simulator