You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ap...@apache.org on 2015/05/01 05:31:13 UTC

git commit: updated refs/heads/master to 00962d4

Repository: cloudstack
Updated Branches:
  refs/heads/master a86034e36 -> 00962d4a5


CLOUDSTACK-8429: removing some tests as they timeout on travis


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

Branch: refs/heads/master
Commit: 00962d4a5fb39b76301ce4cdf7da2a2415693bb4
Parents: a86034e
Author: Abhinandan Prateek <ab...@shapeblue.com>
Authored: Thu Apr 30 20:32:10 2015 +0530
Committer: Abhinandan Prateek <ab...@shapeblue.com>
Committed: Fri May 1 09:01:04 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/00962d4a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index bfa4d20..6f3992b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,10 +30,10 @@ env:
 - TESTS="smoke/test_secondary_storage smoke/test_service_offerings smoke/test_ssvm smoke/test_templates"
 - TESTS="smoke/test_multipleips_per_nic smoke/test_network smoke/test_non_contigiousvlan smoke/test_over_provisioning"
 - TESTS="smoke/test_volumes smoke/test_vpc_vpn smoke/misc/test_deploy_vm smoke/test_vm_life_cycle component/test_mm_max_limits"
-- TESTS="component/test_acl_isolatednetwork_delete component/test_acl_isolatednetwork component/test_mm_domain_limits component/test_acl_listsnapshot"
+- TESTS="component/test_acl_isolatednetwork_delete component/test_mm_domain_limits component/test_acl_listsnapshot"
 - TESTS="component/test_acl_listvm component/test_acl_listvolume component/test_acl_sharednetwork_deployVM-impersonation component/test_acl_sharednetwork"
-- TESTS="component/test_regions_accounts component/test_resource_limits component/test_snapshots component/test_usage component/test_volumes component/test_vpc"
-- TESTS="component/test_vpc_network component/test_vpc_network_lbrules component/test_vpc_offerings component/test_vpc_routers component/test_vpc_vms_deployment"
+- TESTS="component/test_resource_limits component/test_snapshots component/test_usage component/test_volumes component/test_vpc"
+- TESTS="component/test_vpc_network component/test_vpc_network_lbrules component/test_vpc_offerings"
 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