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

[32/50] [abbrv] git commit: updated refs/heads/master to 1c408de

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/1a77e8af
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1a77e8af
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1a77e8af

Branch: refs/heads/master
Commit: 1a77e8af520573942e774009551d6e85cd51f84e
Parents: 4870394
Author: Abhinandan Prateek <ab...@shapeblue.com>
Authored: Thu Apr 30 20:32:10 2015 +0530
Committer: Abhinandan Prateek <ab...@shapeblue.com>
Committed: Thu Apr 30 20:32:10 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1a77e8af/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 9b285f7..b757284 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