Skip to content

Commit

Permalink
Change Github runners to run Noble.
Browse files Browse the repository at this point in the history
Signed-off-by: Utkarsh Bhatt <[email protected]>
  • Loading branch information
UtkarshBhatthere committed Oct 1, 2024
1 parent ef42f09 commit c97b843
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
multi-node-tests:
name: Multi node testing
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-microceph
steps:
- name: Download snap
Expand Down Expand Up @@ -365,7 +365,7 @@ jobs:
multi-node-tests-with-custom-microceph-ip:
name: Multi node testing with custom microceph IP
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-microceph
steps:
- name: Download snap
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
loop-file-tests:
name: Test with loopback file OSDs
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-microceph
steps:
- name: Download snap
Expand Down Expand Up @@ -475,7 +475,7 @@ jobs:
wal-db-tests:
name: Test WAL/DB device usage
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-microceph
steps:
- name: Download snap
Expand Down Expand Up @@ -541,7 +541,7 @@ jobs:
upgrade-quincy-tests:
name: Test quincy upgrades
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-microceph
steps:
- name: Download snap
Expand Down Expand Up @@ -609,7 +609,7 @@ jobs:
cluster-tests:
name: Test MicroCeph Cluster features.
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-microceph
steps:
- name: Download snap
Expand Down
1 change: 1 addition & 0 deletions tests/scripts/actionutils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function cleaript() {
function setup_lxd() {
sudo snap refresh
sudo snap set lxd daemon.group=adm
sudo getent group lxd | grep -qwF "$USER" || sudo usermod -aG lxd "$USER"
sudo lxd init --auto
}

Expand Down

0 comments on commit c97b843

Please sign in to comment.