mirror of
https://github.com/openshift/community.okd.git
synced 2026-07-25 00:44:32 +00:00
Add incluster Makefile target for CI (#13)
* Add incluster Makefile target for CI * Fix makefile
This commit is contained in:
committed by
GitHub
parent
2388d0336f
commit
f5cd29bdc9
5
Makefile
5
Makefile
@@ -2,7 +2,7 @@
|
||||
VERSION = 0.1.0
|
||||
|
||||
# To run sanity tests in a venv, set SANITY_TEST_ARGS to '--venv'
|
||||
SANITY_TEST_ARGS ?= '--docker --color'
|
||||
SANITY_TEST_ARGS ?= --docker --color
|
||||
|
||||
clean:
|
||||
rm -f community-okd-$(VERSION).tar.gz
|
||||
@@ -19,3 +19,6 @@ test-sanity: install
|
||||
|
||||
test-integration: install
|
||||
molecule test
|
||||
|
||||
test-integration-incluster: install
|
||||
ANSIBLE_COLLECTIONS_PATHS=$(shell pwd) ansible-playbook ci/incluster_integration.yml
|
||||
|
||||
Reference in New Issue
Block a user