Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Nov 21, 2024
1 parent 9c0e42a commit dcbbfc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ic-os/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A macro to build multiple versions of the ICOS image (i.e., dev vs prod)
"""

load("@bazel_skylib//rules:copy_file.bzl", "copy_file")
load("//bazel:defs.bzl", "gzip_compress", "sha256sum2url", "zstd_compress")
load("//bazel:defs.bzl", "gzip_compress", "zstd_compress")
load("//bazel:output_files.bzl", "output_files")
load("//ci/src/artifacts:upload.bzl", "upload_artifacts")
load("//ic-os/bootloader:defs.bzl", "build_grub_partition")
Expand Down Expand Up @@ -498,7 +498,7 @@ EOF
"//ic-os/components:hostos-scripts/build-bootstrap-config-image.sh",
":disk-img.tar.zst",
":version.txt",
"//bazel:upload_systest_deps",
"//bazel:upload_systest_dep",
],
env = {
"BIN": "$(location //rs/ic_os/dev_test_tools/launch-single-vm:launch-single-vm)",
Expand Down
1 change: 0 additions & 1 deletion rs/tests/system_tests.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def _run_system_test(ctx):
env_deps = ctx.attr.env_deps
env_deps = dict(env_deps, **icos_images)


if ctx.executable.colocated_test_bin != None:
env["COLOCATED_TEST_BIN"] = ctx.executable.colocated_test_bin.short_path

Expand Down

0 comments on commit dcbbfc6

Please sign in to comment.