Skip to content

Commit

Permalink
πŸ”„ synced local 'Makefile' with remote 'shared/configurations/Makefile'
Browse files Browse the repository at this point in the history
  • Loading branch information
upbound-bot committed Mar 10, 2025
1 parent 04c4b02 commit 67cce7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ UPTEST_DEFAULT_TIMEOUT ?= 2400s
KCL_COMPOSITION_PATH ?= apis/kcl/generate.k
LANG_KCL := $(shell find ./apis -type f -name '*.k')

# Overwrite example list if it is set by CI
# For example with comment `/test-examples="path/to/example.yaml"`
ifdef UPTEST_EXAMPLE_LIST
UPTEST_INPUT_MANIFESTS=$(UPTEST_EXAMPLE_LIST)
endif

# Include makelib files
# ------------------
-include build/makelib/common.mk
Expand Down

0 comments on commit 67cce7c

Please sign in to comment.