Skip to content

Commit 570351a

Browse files
author
upbound-bot
committed
🔄 synced local 'Makefile' with remote 'shared/configurations/Makefile'
1 parent f8f473e commit 570351a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: ‎Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ UPTEST_DEFAULT_TIMEOUT ?= 2400s
150150
KCL_COMPOSITION_PATH ?= apis/kcl/generate.k
151151
LANG_KCL := $(shell find ./apis -type f -name '*.k')
152152

153+
# Overwrite example list if it is set by CI
154+
# For example with comment `/test-examples="path/to/example.yaml"`
155+
ifdef UPTEST_EXAMPLE_LIST
156+
UPTEST_INPUT_MANIFESTS=$(UPTEST_EXAMPLE_LIST)
157+
endif
158+
153159
# Include makelib files
154160
# ------------------
155161
-include build/makelib/common.mk

0 commit comments

Comments
 (0)