Skip to content

Commit 8c7f1dd

Browse files
committed
test: mark boottime and memory overhead tests as nonci
These tests do not assert anything, and are only used for us to collect metrics. As such, it suffices to run them once at night (especially because we do not ever actually look at the metrics emitted by the PR runs). Signed-off-by: Patrick Roy <[email protected]>
1 parent d197394 commit 8c7f1dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: tests/integration_tests/performance/test_boottime.py

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def find_events(log_data):
7373
"vcpu_count,mem_size_mib",
7474
[(1, 128), (1, 1024), (2, 2048), (4, 4096)],
7575
)
76+
@pytest.mark.nonci
7677
def test_boottime(
7778
microvm_factory, guest_kernel_acpi, rootfs_rw, vcpu_count, mem_size_mib, metrics
7879
):

Diff for: tests/integration_tests/performance/test_memory_overhead.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"vcpu_count,mem_size_mib",
2929
[(1, 128), (1, 1024), (2, 2048), (4, 4096)],
3030
)
31+
@pytest.mark.nonci
3132
def test_memory_overhead(
3233
microvm_factory, guest_kernel_acpi, rootfs, vcpu_count, mem_size_mib, metrics
3334
):

0 commit comments

Comments
 (0)