Skip to content

Commit

Permalink
Remove old and stale test with stale json
Browse files Browse the repository at this point in the history
Signed-off-by: eriknordmark <[email protected]>
  • Loading branch information
eriknordmark committed Oct 20, 2023
1 parent 45278b8 commit 22d5596
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 47 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,11 @@ endif
# We are currently filtering out a few packages from bulk builds
# since they are not getting published in Docker HUB
ifeq ($(HV),kubevirt)
PKGS_$(ZARCH)=$(shell find pkg -maxdepth 1 -type d | grep -Ev "eve|test-microsvcs|alpine|sources|verification$$")
PKGS_$(ZARCH)=$(shell find pkg -maxdepth 1 -type d | grep -Ev "eve|alpine|sources|verification$$")
ROOTFS_MAXSIZE_MB=450
else
#kube container will not be in non-kubevirt builds
PKGS_$(ZARCH)=$(shell find pkg -maxdepth 1 -type d | grep -Ev "eve|test-microsvcs|alpine|sources|kube|verification$$")
PKGS_$(ZARCH)=$(shell find pkg -maxdepth 1 -type d | grep -Ev "eve|alpine|sources|kube|verification$$")
ROOTFS_MAXSIZE_MB=250
endif

Expand Down
8 changes: 0 additions & 8 deletions pkg/test-microsvcs/Dockerfile

This file was deleted.

2 changes: 0 additions & 2 deletions pkg/test-microsvcs/build.yml

This file was deleted.

2 changes: 0 additions & 2 deletions pkg/test-microsvcs/unikernels/mirage/README

This file was deleted.

9 changes: 0 additions & 9 deletions pkg/test-microsvcs/unikernels/mirage/hello/config.ml

This file was deleted.

16 changes: 0 additions & 16 deletions pkg/test-microsvcs/unikernels/mirage/hello/unikernel.ml

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions pkg/test-microsvcs/vms/green_grass/README

This file was deleted.

1 change: 0 additions & 1 deletion tools/parse-pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ XEN_TAG=$(linuxkit_tag pkg/xen)
ACRN_TAG=$(linuxkit_tag pkg/acrn)
GRUB_TAG=$(linuxkit_tag pkg/grub)
DNSMASQ_TAG=$(linuxkit_tag pkg/dnsmasq)
TESTMSVCS_TAG=$(linuxkit_tag pkg/test-microsvcs)
DOM0ZTOOLS_TAG=$(linuxkit_tag pkg/dom0-ztools)
RNGD_TAG=$(linuxkit_tag pkg/rngd)
NEWLOGD_TAG=$(linuxkit_tag pkg/newlog)
Expand Down

0 comments on commit 22d5596

Please sign in to comment.