We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e63ade commit e6efc2dCopy full SHA for e6efc2d
‎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