diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-06-09 12:27:37 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-06-09 12:30:02 +0200 |
commit | 4595d738631dec8447863345f7cc0bcf411c5d62 (patch) | |
tree | ea7912e1f60e9c7a44bd423edbedb958910541ac | |
parent | 0de102e46f3e8c3d7389a67a6f375fed69db4617 (diff) |
Add rally_jobs in config patches
Change-Id: Iaf99ee1d6ea0b2c81874daf959f7430c564a1051
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit e39bc8e266d451f2e0ade7b26aae6d6895d07234)
-rw-r--r-- | functest/ci/config_aarch64_patch.yaml | 3 | ||||
-rw-r--r-- | functest/ci/config_patch.yaml | 7 |
2 files changed, 10 insertions, 0 deletions
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 159be475e..7fe3f760d 100644 --- a/functest/ci/config_patch.yaml +++ b/functest/ci/config_patch.yaml @@ -46,6 +46,8 @@ fdio: flavor_ram: 1024 rally_full: flavor_ram: 1024 + rally_jobs: + flavor_ram: 1024 ovs: vmready1: @@ -94,6 +96,8 @@ ovs: flavor_ram: 1024 rally_full: flavor_ram: 1024 + rally_jobs: + flavor_ram: 1024 vio: vmready1: @@ -190,6 +194,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 |