Adjust travis environments to try get each one to finish within 30mins.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d7ce8d80 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d7ce8d80 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d7ce8d80 Branch: refs/heads/bugfix/CID-1232342 Commit: d7ce8d80be6813d646f0db45cb602b4a563b87ce Parents: 32570c9 Author: imduffy15 <[email protected]> Authored: Tue Sep 16 10:40:52 2014 +0100 Committer: imduffy15 <[email protected]> Committed: Tue Sep 16 10:40:52 2014 +0100 ---------------------------------------------------------------------- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d7ce8d80/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 5de9ce3..20d7162 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,11 +25,12 @@ notifications: email: false env: - TESTS="test_affinity_groups test_deploy_vms_with_varied_deploymentplanners test_disk_offerings test_global_settings test_guest_vlan_range" -- TESTS="test_iso test_multipleips_per_nic test_network test_non_contigiousvlan test_over_provisioning" - TESTS="test_portable_publicip test_primary_storage test_privategw_acl test_public_ip_range test_pvlan" - TESTS="test_regions test_reset_vm_on_reboot test_resource_detail test_routers test_secondary_storage" - TESTS="test_service_offerings test_ssvm test_templates test_volumes test_vpc_vpn" - TESTS="misc/test_deploy_vm test_vm_life_cycle" +- TESTS="test_iso test_multipleips_per_nic" +- TESTS="test_network test_non_contigiousvlan test_over_provisioning" before_install: travis_wait 30 ./tools/travis/before_install.sh install: ./tools/travis/install.sh before_script: travis_wait 30 ./tools/travis/before_script.sh
