Skip to content

Commit

Permalink
Use reload-images from Shipyard
Browse files Browse the repository at this point in the history
As it has been added in Shipyard a while ago, use it from there.

Signed-off-by: Mike Kolesnik <[email protected]>
  • Loading branch information
mkolesnik authored and tpantelis committed Feb 22, 2022
1 parent 1c26ed6 commit 34836c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ ifneq (,$(DAPPER_HOST_ARCH))
BINARIES := bin/lighthouse-agent bin/lighthouse-coredns
IMAGES := lighthouse-agent lighthouse-coredns
PRELOAD_IMAGES := submariner-gateway submariner-operator submariner-route-agent $(IMAGES)
SETTINGS = $(DAPPER_SOURCE)/.shipyard.e2e.yml

include $(SHIPYARD_DIR)/Makefile.inc

TARGETS := $(shell ls -p scripts | grep -v -e / -e deploy)
CLUSTER_SETTINGS_FLAG = --settings $(DAPPER_SOURCE)/.shipyard.e2e.yml
override CLUSTERS_ARGS += $(CLUSTER_SETTINGS_FLAG)
override DEPLOY_ARGS += $(CLUSTER_SETTINGS_FLAG)
override E2E_ARGS += cluster1 cluster2 cluster3
override UNIT_TEST_ARGS += test/e2e
override DEPLOY_ARGS += --service_discovery
Expand Down
40 changes: 0 additions & 40 deletions scripts/reload-images

This file was deleted.

0 comments on commit 34836c4

Please sign in to comment.