Skip to content

Commit

Permalink
be ci
Browse files Browse the repository at this point in the history
  • Loading branch information
svlobanov committed Aug 26, 2024
1 parent 1df46c5 commit 87c6f55
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-tests-bigendian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
run: >
sudo screen -dmS qemu
qemu-system-s390x -M s390-ccw-virtio
-cpu max,zpci=on
-m 4096 -smp 2 -nographic
-net nic -net user,hostfwd=tcp::2222-:22
-drive format=raw,file=disk.raw
Expand Down Expand Up @@ -84,7 +83,6 @@ jobs:
run: >
sudo screen -dmS qemu
qemu-system-s390x -M s390-ccw-virtio
-cpu max,zpci=on
-m 4096 -smp 2 -nographic
-net nic -net user,hostfwd=tcp::2222-:22
-drive format=raw,file=disk.raw
Expand Down Expand Up @@ -140,7 +138,6 @@ jobs:
lsmod | grep ipoe"
- name: Run tests (not related to vlan_mon drivers)
timeout-minutes: 5
if: ${{ always() }}
run: >
ssh -i ssh-key -p2222 root@localhost "cd accel-ppp/tests &&
python3 -m pytest -Wall --order-dependencies -v -m \"not vlan_mon_driver\""
Expand Down

0 comments on commit 87c6f55

Please sign in to comment.