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
This commit is contained in:
Chandan Kumar 2018-12-10 16:27:03 +05:30
parent 1c61fd1563
commit 37600b28c2
2 changed files with 3 additions and 0 deletions

View File

@ -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 }}"

View File

@ -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'