Skip to content

Commit

Permalink
[antlir][vm] remove antlir1 vmtest usage outside antlir
Browse files Browse the repository at this point in the history
Summary:
All users are migrated, so antlir1 vmtest is only used inside antlir
repo as examples. The actual test code deletion will be handled separately,
because there are a lot more unwinding necessary inside antlir directory. I
will tackle it in T167927725.

Test Plan:
CI should cover this. So long as target determinator is happy, we
are good.

Reviewed By: tfg13

Differential Revision: D50577630

fbshipit-source-id: baf1dffd95536422849ab9af65fbc1043dad4cb2
  • Loading branch information
wujj123456 authored and facebook-github-bot committed Oct 24, 2023
1 parent c02dcfc commit 172d83c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions antlir/vm/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,7 @@ python_binary(
# vmtests are deprecated. Use antlir2 vmtest instead. For internal Meta
# users, docs are available at:
# https://www.internalfb.com/intern/staticdocs/antlir2/docs/internals/vm-tests/
visibility = [
"//antlir/...",
# 5.2 kernel not supported by antlir2 VM
"//ti/tcpevent/vmtest:",
# diffs waiting to land
"//remote_execution/rust/command/tests/systemd:",
"//schedulers/tangram/agent/system/systemd/tests/...",
"//schedulers/tangram/agent/utils/command_runner/tests/root:",
"//schedulers/tangram/agent/vmtest:",
"//tupperware/vmtest/...",
],
visibility = ["//antlir/..."],
deps = [
":common",
":share",
Expand Down

0 comments on commit 172d83c

Please sign in to comment.