Skip to content

Commit

Permalink
Test directly on base images
Browse files Browse the repository at this point in the history
  • Loading branch information
Bownairo committed Aug 16, 2024
1 parent 29f0165 commit 091fcdd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ic-os/guestos/envs/dev-malicious/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ load("//ic-os/guestos:defs.bzl", "image_deps")
# or //ic-os/defs.bzl for the full list of targets.
icos_build(
name = "dev-malicious",
build_local_base_image = True,
ic_version = "//bazel:rc_only_version.txt",
image_deps_func = image_deps,
malicious = True,
Expand Down
1 change: 1 addition & 0 deletions ic-os/guestos/envs/dev/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ load("//ic-os/guestos:defs.bzl", "image_deps")
# or //ic-os/defs.bzl for the full list of targets.
icos_build(
name = "dev",
build_local_base_image = True,
ic_version = "//bazel:rc_only_version.txt",
image_deps_func = image_deps,
upload_prefix = "guest-os",
Expand Down
1 change: 1 addition & 0 deletions ic-os/guestos/envs/prod/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ load("//ic-os/guestos:defs.bzl", "image_deps")
# or //ic-os/defs.bzl for the full list of targets.
icos_build(
name = "prod",
build_local_base_image = True,
image_deps_func = image_deps,
upload_prefix = "guest-os",
visibility = ["//rs:ic-os-pkg"],
Expand Down
1 change: 1 addition & 0 deletions ic-os/hostos/envs/dev/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ load("//ic-os/hostos:defs.bzl", "image_deps")
# or //ic-os/defs.bzl for the full list of targets.
icos_build(
name = "dev",
build_local_base_image = True,
ic_version = "//bazel:rc_only_version.txt",
image_deps_func = image_deps,
upload_prefix = "host-os",
Expand Down
1 change: 1 addition & 0 deletions ic-os/hostos/envs/prod/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ load("//ic-os/hostos:defs.bzl", "image_deps")
# or //ic-os/defs.bzl for the full list of targets.
icos_build(
name = "prod",
build_local_base_image = True,
image_deps_func = image_deps,
upload_prefix = "host-os",
visibility = ["//rs:ic-os-pkg"],
Expand Down
1 change: 1 addition & 0 deletions ic-os/setupos/envs/dev/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ load("//ic-os/setupos:defs.bzl", "image_deps")
# or //ic-os/defs.bzl for the full list of targets.
icos_build(
name = "dev",
build_local_base_image = True,
ic_version = "//bazel:rc_only_version.txt",
image_deps_func = image_deps,
upgrades = False,
Expand Down
1 change: 1 addition & 0 deletions ic-os/setupos/envs/prod/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ load("//ic-os/setupos:defs.bzl", "image_deps")
# or //ic-os/defs.bzl for the full list of targets.
icos_build(
name = "prod",
build_local_base_image = True,
image_deps_func = image_deps,
upgrades = False,
upload_prefix = "setup-os",
Expand Down

0 comments on commit 091fcdd

Please sign in to comment.