blob: 85ef13a03377325f56dd8fa2727eb3e59affb817 [file] [log] [blame]
Tim Windelschmidt9f21f532024-05-07 15:14:20 +02001load("//metropolis/test/localregistry:def.bzl", "localregistry_manifest")
Lorenz Brunfc5dbc62020-05-28 12:18:07 +02002
Lorenz Brun150f24a2023-07-13 20:11:06 +02003localregistry_manifest(
4 name = "testimages_manifest",
5 images = [
6 "//metropolis/test/e2e/selftest:selftest_image",
Jan Schär652c2ad2024-11-19 17:40:50 +01007 "//metropolis/test/e2e/persistentvolume:persistentvolume_image",
Lorenz Brun276a7462023-07-12 21:28:54 +02008 "//metropolis/test/e2e/httpserver:httpserver_image",
Lorenz Brunde57e6f2025-01-08 16:34:08 +00009 "//metropolis/test/e2e/connectivity/agent:agent_image",
Lorenz Brun150f24a2023-07-13 20:11:06 +020010 ],
Serge Bazanski99b02142024-04-17 16:33:28 +020011 visibility = [
12 "//metropolis/test/e2e/suites:__subpackages__",
Lorenz Brunfc5dbc62020-05-28 12:18:07 +020013 ],
14)