From e39bc8e266d451f2e0ade7b26aae6d6895d07234 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 9 Jun 2019 12:27:37 +0200 Subject: Add rally_jobs in config patches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iaf99ee1d6ea0b2c81874daf959f7430c564a1051 Signed-off-by: Cédric Ollivier --- functest/ci/config_aarch64_patch.yaml | 3 +++ functest/ci/config_patch.yaml | 11 +++++++++++ 2 files changed, 14 insertions(+) (limited to 'functest') diff --git a/functest/ci/config_aarch64_patch.yaml b/functest/ci/config_aarch64_patch.yaml index 2775fc8b9..c2164cd68 100644 --- a/functest/ci/config_aarch64_patch.yaml +++ b/functest/ci/config_aarch64_patch.yaml @@ -82,5 +82,8 @@ os: rally_full: image: /home/opnfv/functest/images/cirros-0.4.0-aarch64-disk.img + rally_jobs: + image: /home/opnfv/functest/images/cirros-0.4.0-aarch64-disk.img + tempest: use_custom_flavors: 'True' diff --git a/functest/ci/config_patch.yaml b/functest/ci/config_patch.yaml index 0d7a751bf..05eb44276 100644 --- a/functest/ci/config_patch.yaml +++ b/functest/ci/config_patch.yaml @@ -64,6 +64,10 @@ gsma: flavor_alt_ram: 2048 flavor_alt_vcpus: 1 flavor_alt_disk: 40 + rally_jobs: + flavor_alt_ram: 2048 + flavor_alt_vcpus: 1 + flavor_alt_disk: 40 cloudify: flavor_ram: 4096 flavor_vcpus: 2 @@ -141,6 +145,8 @@ fdio: flavor_ram: 1024 rally_full: flavor_ram: 1024 + rally_jobs: + flavor_ram: 1024 ovs: vmready1: @@ -189,6 +195,8 @@ ovs: flavor_ram: 1024 rally_full: flavor_ram: 1024 + rally_jobs: + flavor_ram: 1024 vio: vmready1: @@ -285,6 +293,9 @@ vio: rally_full: image: /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.vmdk image_format: vmdk + rally_jobs: + image: /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.vmdk + image_format: vmdk cloudify: image: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.vmdk -- cgit 1.2.3-korg