Skip to content

Commit 9eb1b46

Browse files
committed
refactor: :recycle add nuke continaers to the makefile
1 parent 7aa7c0b commit 9eb1b46

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RIE_MAX_CONCURRENCY ?= 4
99
OUTPUT_DIR ?= /tmp/var-task
1010
EXAMPLES ?=
1111

12-
.PHONY: pr-check integration-tests check-event-features fmt build-examples test-rie test-rie-lmi
12+
.PHONY: pr-check integration-tests check-event-features fmt build-examples test-rie test-rie-lmi nuke
1313

1414
define uppercase
1515
$(shell sed -r 's/(^|-)(\w)/\U\2/g' <<< $(1))
@@ -122,6 +122,10 @@ build-examples:
122122
test-rie:
123123
./scripts/test-rie.sh
124124

125+
nuke:
126+
docker kill $$(docker ps -q)
127+
128+
125129
# Run RIE in Lambda Managed Instance (LMI) mode with concurrent polling.
126130
test-rie-lmi:
127131
RIE_MAX_CONCURRENCY=$(RIE_MAX_CONCURRENCY) ./scripts/test-rie.sh $(EXAMPLE)

0 commit comments

Comments
 (0)