Skip to content

Commit

Permalink
test lo
Browse files Browse the repository at this point in the history
  • Loading branch information
canozyurt committed Dec 6, 2024
1 parent 2c6b750 commit b4901d7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
version: [2.9, '3.0', 3.1, 3.2, master]
os: [ubuntu-22.04]
ceph: [quincy]
include:
- os: ubuntu-18.04
version: 2.8
ceph: pacific
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Clone MAAS repository
run: git clone https://git.launchpad.net/maas -b ${{ matrix.version }} --depth 1
- name: Install MAAS dependencies
run: (cd ./maas && sudo make install-dependencies && sudo pip3 install -r requirements-dev.txt)
- name: pip freeze
run: pip3 freeze
- name: Install ceph
run: |
apt update && apt install cephadm ceph-common
fallocate -l 4G /tmp/osd-1.img
losetup -f /tmp/osd-1.img
lsblk
- name: Run test
run: sudo python3 -m unittest test.py
run: true

0 comments on commit b4901d7

Please sign in to comment.