Repository: cloudstack Updated Branches: refs/heads/bugfix/CID-1232342 [created] 2fad1095b
spread tests over multiple travis environments Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/32570c91 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/32570c91 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/32570c91 Branch: refs/heads/bugfix/CID-1232342 Commit: 32570c9107f8974b1ffac029c5fb81a37a349439 Parents: 50990c4 Author: imduffy15 <i...@ianduffy.ie> Authored: Tue Sep 16 10:00:08 2014 +0100 Committer: imduffy15 <i...@ianduffy.ie> Committed: Tue Sep 16 10:00:08 2014 +0100 ---------------------------------------------------------------------- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/32570c91/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index bc9b713..5de9ce3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,9 +24,12 @@ jdk: notifications: email: false env: -- TESTS="test_affinity_groups test_deploy_vms_with_varied_deploymentplanners test_disk_offerings test_global_settings test_guest_vlan_range 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 test_regions test_reset_vm_on_reboot test_resource_detail test_routers" -- TESTS="test_secondary_storage test_service_offerings test_ssvm test_templates misc/test_deploy_vm test_vm_life_cycle test_volumes test_vpc_vpn" +- 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" 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