Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit f69ee82

Browse files
Update Rocky Linux 9 On-Demand CI with latest box
This commit modifies the on-demand CI workflow for Rocky Linux 9 by updating its VirtualBox box image to the latest version available. Additionally, it corrects a typo in the version of the `distros_supported.yml` file by setting it to "0". This ensures that the correct version is used when initializing the environment for the CI jobs. To reproduce this change: 1. Download the latest Rocky Linux 9 VirtualBox box image from its official URL. 2. Add the new box image to your local Vagrant box cache with the `vagrant box add` command. 3. Modify the distros file by changing the version number to "0". After applying these changes, the on-demand CI workflow for Rocky Linux 9 should use the updated VirtualBox box image and correctly set the version in the `distros_supported.yml` file.
1 parent f1aa771 commit f69ee82

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/on-demand_ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
OS: rocky
7878
RELEASE: 9
7979
run: |
80+
vagrant box add --name rockylinux/9 --provider virtualbox https://dl.rockylinux.org/vault/rocky/9.6/images/x86_64/Rocky-9-Vagrant-Vbox.latest.x86_64.box
81+
sed -i 's|version: .*|version: "0"|g' distros_supported.yml
8082
cd ci
8183
./bootstrap.sh
8284
- name: Check HW resources

0 commit comments

Comments
 (0)