Skip to content

Commit

Permalink
ci: tests: reduce vCPU to 2 and increase timeout to 180
Browse files Browse the repository at this point in the history
  • Loading branch information
choppsv1 committed Oct 24, 2022
1 parent 0efab0d commit 96c7408
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest>=7.0.0
pytest-asyncio>=0.18.3
scapy>=2.4.5
munet>=0.9.15
munet>=0.9.16
pexpect>=4.8.0
4 changes: 3 additions & 1 deletion tests/config/munet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ kinds:
cmdline-extra: "acpi=off nokaslr"
memory: "2048M"
kvm: true
ncpu: 4
ncpu: 2
console:
timeout: 180
volumes:
- "%RUNDIR%/s:/tmp/qemu-sock"

Expand Down
4 changes: 3 additions & 1 deletion tests/errors/munet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ kinds:
cmdline-extra: "acpi=off nokaslr"
memory: "2048M"
kvm: true
ncpu: 4
ncpu: 2
console:
timeout: 180
volumes:
- "%RUNDIR%/s:/tmp/qemu-sock"

Expand Down
4 changes: 3 additions & 1 deletion tests/simplenet/munet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ kinds:
cmdline-extra: "acpi=off nokaslr"
memory: "2048M"
kvm: true
ncpu: 4
ncpu: 2
console:
timeout: 180
volumes:
- "%RUNDIR%/s:/tmp/qemu-sock"

Expand Down
4 changes: 3 additions & 1 deletion tests/utpkt/munet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ kinds:
cmdline-extra: "acpi=off nokaslr"
memory: "2048M"
kvm: true
ncpu: 4
ncpu: 2
console:
timeout: 180
volumes:
- "%RUNDIR%/s:/tmp/qemu-sock"

Expand Down

0 comments on commit 96c7408

Please sign in to comment.