Skip to content

Commit

Permalink
remove all references to forkliftci-ova-nfs
Browse files Browse the repository at this point in the history
Signed-off-by: Arik Hadas <[email protected]>
  • Loading branch information
ahadas committed Apr 9, 2024
1 parent 76efebc commit 3a1926b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion build_tests_bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 0 additions & 8 deletions stub-images/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
)

0 comments on commit 3a1926b

Please sign in to comment.