1 parent 7aa7c0b commit 9eb1b46Copy full SHA for 9eb1b46
1 file changed
Makefile
@@ -9,7 +9,7 @@ RIE_MAX_CONCURRENCY ?= 4
9
OUTPUT_DIR ?= /tmp/var-task
10
EXAMPLES ?=
11
12
-.PHONY: pr-check integration-tests check-event-features fmt build-examples test-rie test-rie-lmi
+.PHONY: pr-check integration-tests check-event-features fmt build-examples test-rie test-rie-lmi nuke
13
14
define uppercase
15
$(shell sed -r 's/(^|-)(\w)/\U\2/g' <<< $(1))
@@ -122,6 +122,10 @@ build-examples:
122
test-rie:
123
./scripts/test-rie.sh
124
125
+nuke:
126
+ docker kill $$(docker ps -q)
127
+
128
129
# Run RIE in Lambda Managed Instance (LMI) mode with concurrent polling.
130
test-rie-lmi:
131
RIE_MAX_CONCURRENCY=$(RIE_MAX_CONCURRENCY) ./scripts/test-rie.sh $(EXAMPLE)
0 commit comments