Remove unused make targets
these were only used by Jenkins but we don't have Jenkins anymore
Cherry-picked from e7e70313ef
Related: rhbz#1770193
This commit is contained in:
parent
92535addc8
commit
60ef7231fe
13
Makefile
13
Makefile
@ -60,17 +60,8 @@ test_images:
|
|||||||
tests/cli/test_compose_qcow2.sh \
|
tests/cli/test_compose_qcow2.sh \
|
||||||
tests/cli/test_compose_live-iso.sh
|
tests/cli/test_compose_live-iso.sh
|
||||||
|
|
||||||
test_aws:
|
test_cli:
|
||||||
sudo -E ./tests/test_cli.sh tests/cli/test_build_and_deploy_aws.sh
|
sudo -E ./tests/test_cli.sh
|
||||||
|
|
||||||
test_azure:
|
|
||||||
sudo -E ./tests/test_cli.sh tests/cli/test_build_and_deploy_azure.sh
|
|
||||||
|
|
||||||
test_openstack:
|
|
||||||
sudo -E ./tests/test_cli.sh tests/cli/test_build_and_deploy_openstack.sh
|
|
||||||
|
|
||||||
test_vmware:
|
|
||||||
sudo -E ./tests/test_cli.sh tests/cli/test_build_and_deploy_vmware.sh
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -rf build src/pylorax/version.py
|
-rm -rf build src/pylorax/version.py
|
||||||
|
Loading…
Reference in New Issue
Block a user