Skip to content

Commit 3a1926b

Browse files
committed
remove all references to forkliftci-ova-nfs
Signed-off-by: Arik Hadas <ahadas@redhat.com>
1 parent 76efebc commit 3a1926b

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

build_tests_bazel.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ export REGISTRY_TAG=latest
2323
cp -fr ${SCRIPT_DIR}/stub-images virt-v2v/cold
2424
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
2525
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
26-
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

stub-images/BUILD.bazel

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,3 @@ container_push(
2222
tag = "$${REGISTRY_TAG:-devel}",
2323
)
2424

25-
container_push(
26-
name = "push-forkliftci-ova-nfs",
27-
format = "Docker",
28-
image = "//stub-images/ova-nfs:ova-nfs-server",
29-
registry = "$${REGISTRY:-quay.io}",
30-
repository = "$${REGISTRY_ORG:-}$${REGISTRY_ORG:+/}forkliftci-ova-nfs",
31-
tag = "$${REGISTRY_TAG:-devel}",
32-
)

0 commit comments

Comments
 (0)