We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8f473e + 570351a commit e047ef6Copy full SHA for e047ef6
Makefile
@@ -150,6 +150,12 @@ UPTEST_DEFAULT_TIMEOUT ?= 2400s
150
KCL_COMPOSITION_PATH ?= apis/kcl/generate.k
151
LANG_KCL := $(shell find ./apis -type f -name '*.k')
152
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
+
159
# Include makelib files
160
# ------------------
161
-include build/makelib/common.mk
0 commit comments