Files
kata-containers/tools/testing/gatekeeper
marvelshan 85e4fb9505 ci: simplify blockfile setup and remove fc required tests
Address review feedback from PR #13149:

- Replace `dd` with `truncate -s 512M` for the blockfile to create
  a sparse image instead of writing 500MB of zeros
- Remove `_configure_fc_shared_fs` function and its call, as the
  Firecracker configuration should already have `shared_fs = "none"`;
  if it doesn't, that's a separate bug to fix
- Remove `recreate_scratch = true` from blockfile_tomlq_filter,
  as the scratch file is created beforehand and doesn't need
  recreation
- Remove all fc-related entries from required-tests.yaml; new tests
  should run for a few days after merge before being marked required

Signed-off-by: marvelshan <reborn7875@gmail.com>
2026-06-08 09:15:44 +02:00
..