Skip to content

Commit e047ef6

Browse files
authored
Merge pull request #53 from upbound/repo-sync/sa-up/default
🔄 synced file(s) with upbound/sa-up
2 parents f8f473e + 570351a commit e047ef6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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)