Patch If2edba598b47484b1708f1e0f3fb96f035511841 broke parameters in
the tox-verify job by overriding all the existing parameters with
only the PARALLEL parameter. This patch fixes it by moving the
parallel parameter definition so that it is declared along with
the other parameters the job requires.
Issue: RELENG-1042
Change-Id: I6fdd8876235843101bc175ff91ed872aab88279d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
- lf-infra-tox-parameters:
tox-dir: '{tox-dir}'
tox-envs: '{tox-envs}'
+ - bool:
+ name: PARALLEL
+ default: '{parallel}'
+ description: Tox test type used to configure serial or parallel testing.
wrappers:
- lf-infra-wrappers:
submodule-recursive: '{submodule-recursive}'
choosing-strategy: gerrit
- parameters:
- - bool:
- name: PARALLEL
- default: '{parallel}'
- description: Tox test type used to configure serial or parallel testing.
-
-
triggers:
- gerrit:
server-name: '{gerrit-server-name}'