diff --git a/ic-os/defs.bzl b/ic-os/defs.bzl index 0bdef6fd239..a7484c2d786 100644 --- a/ic-os/defs.bzl +++ b/ic-os/defs.bzl @@ -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") @@ -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)", diff --git a/rs/tests/system_tests.bzl b/rs/tests/system_tests.bzl index cfd9a2aa98f..cf37c0e501b 100644 --- a/rs/tests/system_tests.bzl +++ b/rs/tests/system_tests.bzl @@ -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