Skip to content

Commit

Permalink
chore: Move non-asserting boottime test to nightly CI
Browse files Browse the repository at this point in the history
These tests are only there to collect metrics. With the boottime
A/B-test, we get that post-PR merge anyway, so only run these tests in
the nightly CI.

Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
  • Loading branch information
roypat committed Dec 13, 2023
1 parent cfd370d commit 86cc3fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration_tests/performance/test_boottime.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def find_events(log_data):
"vcpu_count,mem_size_mib",
[(1, 128), (1, 1024), (2, 2048), (4, 4096)],
)
@pytest.mark.nonci
def test_boottime(
microvm_factory, guest_kernel, rootfs, vcpu_count, mem_size_mib, metrics
):
Expand Down

0 comments on commit 86cc3fd

Please sign in to comment.