mirror of
https://github.com/openshift/community.okd.git
synced 2026-05-07 13:42:38 +00:00
combine incluster-integration and separate regular integration scripts (#23)
* combine incluster-integration and separate regular integration scripts * Fixup Makefile * make downstream test use venv if docker isn't an option
This commit is contained in:
committed by
GitHub
parent
80ae2e6b1e
commit
1339e2bdf7
20
Makefile
20
Makefile
@@ -20,19 +20,18 @@ install-kubernetes-src:
|
||||
install: build install-kubernetes-src
|
||||
ansible-galaxy collection install -p ansible_collections community-okd-$(VERSION).tar.gz
|
||||
|
||||
test-sanity: install
|
||||
cd ansible_collections/community/okd && ansible-test sanity --exclude ci/ -v $(SANITY_TEST_ARGS)
|
||||
test-integration-incluster:
|
||||
./ci/incluster_integration.sh
|
||||
|
||||
test-integration: install
|
||||
test-sanity: upstream-test-sanity downstream-test-sanity
|
||||
|
||||
test-integration: upstream-test-integration downstream-test-integration
|
||||
|
||||
upstream-test-integration: install
|
||||
molecule test
|
||||
|
||||
test-integration-incluster: test-integration-incluster-upstream test-integration-incluster-downstream
|
||||
|
||||
test-integration-incluster-upstream:
|
||||
./ci/incluster_integration_upstream.sh
|
||||
|
||||
test-integration-incluster-downstream:
|
||||
./ci/incluster_integration_downstream.sh
|
||||
upstream-test-sanity: install
|
||||
cd ansible_collections/community/okd && ansible-test sanity --exclude ci/ -v $(SANITY_TEST_ARGS)
|
||||
|
||||
downstream-test-sanity:
|
||||
./ci/downstream.sh -s
|
||||
@@ -42,4 +41,3 @@ downstream-test-integration:
|
||||
|
||||
downstream-build:
|
||||
./ci/downstream.sh -b
|
||||
|
||||
|
||||
Reference in New Issue
Block a user