Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC7F9116FC for ; Tue, 16 Sep 2014 09:51:32 +0000 (UTC) Received: (qmail 77786 invoked by uid 500); 16 Sep 2014 09:51:32 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 77749 invoked by uid 500); 16 Sep 2014 09:51:32 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 77565 invoked by uid 99); 16 Sep 2014 09:51:32 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2014 09:51:32 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3EFF0A15609; Tue, 16 Sep 2014 09:51:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: duffy@apache.org To: commits@cloudstack.apache.org Date: Tue, 16 Sep 2014 09:51:32 -0000 Message-Id: <0102095cd7b1492ba2f4df27d90306b2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] git commit: updated refs/heads/bugfix/CID-1232342 to 2fad109 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 Authored: Tue Sep 16 10:00:08 2014 +0100 Committer: imduffy15 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