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:27:37 +0200 |
commit | e39bc8e266d451f2e0ade7b26aae6d6895d07234 (patch) | |
tree | bd9276e864e9bc09a291ed6383cf94c59e307332 | |
parent | 3eff463f11330ea1b5cddd250d59e6b207cdde8e (diff) |
Add rally_jobs in config patches
Change-Id: Iaf99ee1d6ea0b2c81874daf959f7430c564a1051
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | functest/ci/config_aarch64_patch.yaml | 3 | ||||
-rw-r--r-- | functest/ci/config_patch.yaml | 11 |
2 files changed, 14 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 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 |