Skip to content

New CI artifacts #3896

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 30 commits into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
144df7a
test: default to not honor the performance baseline checks
pb8o Jul 3, 2023
966e25e
test: move the env_id prefix to the st_core fixture
pb8o Jun 1, 2023
7647810
test: only test current release in test_snapshot_create_latency
pb8o May 26, 2023
b7fad67
test: clean up network interfaces and SSH helper
pb8o Mar 31, 2023
5e20c9a
test: simplify test_deflate_on_oom
zulinx86 Aug 10, 2023
4f4db45
test: simplify and stabilize ballon device-related tests
pb8o Jun 27, 2023
ebd0bdf
test: print all missing cpuid leafs in test_cpu_template_helper
pb8o Jun 30, 2023
d58c2f8
chore: move MSR data files into the test directory
pb8o Apr 28, 2023
c908039
test: move metadata JSON files close to where they are used
pb8o Apr 22, 2023
7fdb3c3
test: revamp .add_drive support
pb8o Apr 22, 2023
3f6ad64
test: revamp snapshot support to Microvm
pb8o Apr 22, 2023
23a7928
ci: regenerate new artifacts
pb8o Apr 22, 2023
02db76e
test: fix vsock helper hanging after exit
pb8o May 31, 2023
22dbbf3
ci: add kernel config options for virtio-rng
pb8o Apr 22, 2023
4a32663
ci(artifacts): save a manifest of the rootfs
pb8o Jun 8, 2023
af92211
test: use new CI artifacts and drop dynamic fixtures
pb8o Apr 22, 2023
324f252
test: remove MicrovmBuilder now that nothing depends on it
pb8o Apr 26, 2023
259ddba
test: skip snapshotting old releases in m6a
pb8o Jun 28, 2023
8d131e5
test: skip mmio_stale_data vuln
pb8o Jun 5, 2023
d056619
test: add fixture with legacy artifacts
pb8o Jun 30, 2023
d74e593
test: baseline aarch64 fingerprint
pb8o Jul 7, 2023
228e2aa
test: new MSR baselines
pb8o Jul 7, 2023
2639886
test: store the MSR dump as an artifact
pb8o Jun 30, 2023
3dbf07c
test: don't use destructors
pb8o May 26, 2023
5217a13
test: rework test_error_code to not need a separate initrd image
pb8o Jun 6, 2023
3aabaaf
test: refactor cache topology test
pb8o Jun 1, 2023
39bc2c8
test: add a way to build initramfs
pb8o Jun 2, 2023
97060a7
test: add a helper shell script to run tests
pb8o Jun 19, 2023
f4a0128
test: Use tmpfs for all the chroots
pb8o Jun 21, 2023
934bdc9
test: avoid skipped tests in test_snapshot_perf.py
pb8o Jul 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: remove MicrovmBuilder now that nothing depends on it
All the functionality has been moved to the Microvm class and fixtures.

Signed-off-by: Pablo Barbáchano <[email protected]>
  • Loading branch information
pb8o authored and zulinx86 committed Aug 11, 2023
commit 324f252dd0aa3c645e57b9e5e5130338acddc825
399 changes: 0 additions & 399 deletions tests/framework/builder.py

This file was deleted.

Loading