Skip to content

Commit

Permalink
Check that the tested components are the new ones
Browse files Browse the repository at this point in the history
This uses the infrastructure in Shipyard to check that the Lighthouse
agent and CoreDNS plugin images deployed match those that are built.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
  • Loading branch information
skitt authored and tpantelis committed Feb 10, 2025
1 parent fc7a044 commit 14321db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ PLATFORMS ?= linux/amd64,linux/arm64
BINARIES := lighthouse-agent lighthouse-coredns
ARCH_BINARIES := $(foreach platform,$(subst $(comma),$(space),$(PLATFORMS)),$(foreach binary,$(BINARIES),bin/$(call gotodockerarch,$(platform))/$(binary)))
IMAGES := lighthouse-agent lighthouse-coredns
export LOCAL_COMPONENTS := submariner-lighthouse-agent submariner-lighthouse-coredns
MULTIARCH_IMAGES := $(IMAGES)
SETTINGS = $(DAPPER_SOURCE)/.shipyard.e2e.yml

Expand Down

0 comments on commit 14321db

Please sign in to comment.