You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by du...@apache.org on 2014/09/16 15:32:24 UTC

git commit: updated refs/heads/master to ba93200

Repository: cloudstack
Updated Branches:
  refs/heads/master 2648912af -> ba9320091


Seperate test execution on travis out to make full use of the ability to run 5 concurrent jobs.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ba932009
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ba932009
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ba932009

Branch: refs/heads/master
Commit: ba93200917cc54317010c5f54c00fcfb5a5f9d23
Parents: 2648912
Author: imduffy15 <ia...@ianduffy.ie>
Authored: Tue Sep 16 14:31:37 2014 +0100
Committer: imduffy15 <ia...@ianduffy.ie>
Committed: Tue Sep 16 14:31:37 2014 +0100

----------------------------------------------------------------------
 .travis.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ba932009/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index bc9b713..cb07a68 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,9 +24,11 @@ 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_affinity_groups test_deploy_vms_with_varied_deploymentplanners test_disk_offerings test_global_settings test_guest_vlan_range test_iso"
 - 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_secondary_storage test_service_offerings test_ssvm test_templates"
+- TESTS="test_multipleips_per_nic test_network test_non_contigiousvlan test_over_provisioning"
+- TESTS="test_volumes test_vpc_vpn 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