Merge branch 'main' of https://github.com/cockpit-project/starter-kit
This commit is contained in:
commit
a55c3d5b6f
11 changed files with 23 additions and 36 deletions
6
Makefile
6
Makefile
|
|
@ -29,10 +29,11 @@ all: $(DIST_TEST)
|
|||
COCKPIT_REPO_FILES = \
|
||||
pkg/lib \
|
||||
test/common \
|
||||
test/static-code \
|
||||
$(NULL)
|
||||
|
||||
COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git
|
||||
COCKPIT_REPO_COMMIT = fca64d4b989ceadabbfda311b971a41490aa2187 # 310 + 2 commits
|
||||
COCKPIT_REPO_COMMIT = d2a0a971cde5af5353691ee030620be06c2dbc67 # 310.2 + 1 commits
|
||||
|
||||
$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
|
||||
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
|
||||
|
|
@ -178,6 +179,9 @@ prepare-check: $(NODE_MODULES_TEST) $(VM_IMAGE) test/common
|
|||
check: prepare-check
|
||||
test/common/run-tests ${RUN_TESTS_OPTIONS}
|
||||
|
||||
codecheck: test/static-code $(NODE_MODULES_TEST)
|
||||
test/static-code
|
||||
|
||||
# checkout Cockpit's bots for standard test VM images and API to launch them
|
||||
bots: $(COCKPIT_REPO_STAMP)
|
||||
test/common/make-bots
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue