Skip to content

Commit

Permalink
Include heartbeats among test images (#310)
Browse files Browse the repository at this point in the history
Used by github action to build multiarch test images. The heartbeats
image is used e.g. in containersource REKT tests.
  • Loading branch information
mgencur committed Aug 11, 2023
1 parent f22178d commit 283322a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
CGO_ENABLED=0
GOOS=linux
CORE_IMAGES=$(shell find ./cmd -name main.go ! -path "./cmd/broker/*" ! -path "./cmd/mtbroker/*" | sed 's|/main.go||') ./vendor/knative.dev/pkg/apiextensions/storageversion/cmd/migrate ./vendor/knative.dev/pkg/leaderelection/chaosduck
TEST_IMAGES=$(shell find ./test/test_images -mindepth 1 -maxdepth 1 -type d) ./vendor/knative.dev/reconciler-test/cmd/eventshub
TEST_IMAGES=$(shell find ./test/test_images -mindepth 1 -maxdepth 1 -type d) ./vendor/knative.dev/reconciler-test/cmd/eventshub ./cmd/heartbeats
BRANCH=
TEST=
IMAGE=
Expand Down

0 comments on commit 283322a

Please sign in to comment.