From 37600b28c244c7aa1f2ecd96055a3488ead85b91 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Mon, 10 Dec 2018 16:27:03 +0530 Subject: [PATCH] Add tempest_workers to featureset_overrides * tempest_workers var is used by validate-tempest role in order to allocate numbers of cpus while running the tests parallely. In order to complete scenario standalone migration, fs016 needs it. In order to improve the reusability of the job, we need to add this var under featureset_overrides. https://tree.taiga.io/project/tripleo-ci-board/task/492 Change-Id: I84d8c2f766fd1dbbfbe8948737d08113f3041541 --- playbooks/tripleo-ci/run-v3.yaml | 1 + zuul.d/README.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/playbooks/tripleo-ci/run-v3.yaml b/playbooks/tripleo-ci/run-v3.yaml index 2a5656fee..1c78dc33d 100644 --- a/playbooks/tripleo-ci/run-v3.yaml +++ b/playbooks/tripleo-ci/run-v3.yaml @@ -62,6 +62,7 @@ - 'standalone_environment_files' - 'standalone_container_cli' - 'test_white_regex' + - 'tempest_workers' fail: msg: "ERROR: {{ item }} is not overridable." when: item not in "{{ allowed_overrides }}" diff --git a/zuul.d/README.rst b/zuul.d/README.rst index f87947463..f1c8f6748 100644 --- a/zuul.d/README.rst +++ b/zuul.d/README.rst @@ -18,6 +18,7 @@ config can be overriden: by the featureset configuration on standalone deployment. The environment file should exist in tripleo-heat-templates repo. - `test_white_regex`: Regex to be used by tempest + - `tempest_workers`: Numbers of parallel workers to run Example:: @@ -33,6 +34,7 @@ Example:: tempest_black_regex: 'tempest.api.network|tempest.api.compute' tempest_format: 'containers' tempest_extra_config: {'telemetry.alarm_granularity': '60'} + tempest_workers: 1 tempest_plugins: - 'python-keystone-tests-tempest' - 'python-cinder-tests-tempest'