Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B76FE200C1E for ; Fri, 17 Feb 2017 12:13:58 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B602A160B6D; Fri, 17 Feb 2017 11:13:58 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 02AFA160B3F for ; Fri, 17 Feb 2017 12:13:57 +0100 (CET) Received: (qmail 26276 invoked by uid 500); 17 Feb 2017 11:13:57 -0000 Mailing-List: contact dev-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 dev@cloudstack.apache.org Received: (qmail 26253 invoked by uid 99); 17 Feb 2017 11:13:56 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2017 11:13:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A7BF5DFB0E; Fri, 17 Feb 2017 11:13:56 +0000 (UTC) From: borisstoyanov To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack pull request #1949: Cruds2 Content-Type: text/plain Message-Id: <20170217111356.A7BF5DFB0E@git1-us-west.apache.org> Date: Fri, 17 Feb 2017 11:13:56 +0000 (UTC) archived-at: Fri, 17 Feb 2017 11:13:58 -0000 Github user borisstoyanov commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1949#discussion_r101735942 --- Diff: tools/marvin/marvin/config/test_data.py --- @@ -121,7 +121,7 @@ "name": "LargeInstance", "displaytext": "LargeInstance", "cpunumber": 1, - "cpuspeed": 500, + "cpuspeed": 1024, --- End diff -- while appending to this list could be fairly non fragile to tests, editing existing entries can be extremely fragile to other tests that are using it. We need to be sure this does not brake any of the smoketests, since they are our main source of verifying PRs. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---