diff --git a/build_tests_bazel.sh b/build_tests_bazel.sh index 291a601..0e767e7 100755 --- a/build_tests_bazel.sh +++ b/build_tests_bazel.sh @@ -23,4 +23,3 @@ export REGISTRY_TAG=latest cp -fr ${SCRIPT_DIR}/stub-images virt-v2v/cold bazel run --strategy_regexp="RunAndCommitLayer stub-images/virt-v2v-stub/qemu-img-layer.tar"=processwrapper-sandbox --package_path=virt-v2v/cold stub-images:push-forklift-virt-v2v-stub --verbose_failures bazel run --strategy_regexp="Action stub-images/vddk-test-vmdk/convert_to_vmdk/tmp/cirros.vmdk"=processwrapper-sandbox --package_path=virt-v2v/cold stub-images:push-vddk-test-vmdk --verbose_failures -bazel run --strategy_regexp="RunAndCommitLayer stub-images/ova-nfs/ova-repository-layer.tar"=processwrapper-sandbox --package_path=virt-v2v/cold stub-images:push-forkliftci-ova-nfs --verbose_failures diff --git a/stub-images/BUILD.bazel b/stub-images/BUILD.bazel index 926ec65..b3db217 100644 --- a/stub-images/BUILD.bazel +++ b/stub-images/BUILD.bazel @@ -22,11 +22,3 @@ container_push( tag = "$${REGISTRY_TAG:-devel}", ) -container_push( - name = "push-forkliftci-ova-nfs", - format = "Docker", - image = "//stub-images/ova-nfs:ova-nfs-server", - registry = "$${REGISTRY:-quay.io}", - repository = "$${REGISTRY_ORG:-}$${REGISTRY_ORG:+/}forkliftci-ova-nfs", - tag = "$${REGISTRY_TAG:-devel}", -)