tripleo job template: quote timeout value

current jjb parser is transforming the definition

timeout: {timeout}

into

timeout: {'timeout': None}

Adding quotes to the definition so it can be parsed as string. The value
will be eventually converted to int before proceeding

Change-Id: I3c8c77e6c1500c38573e04668af9639abafbb6b1
This commit is contained in:
Gabriele Cerami 2017-01-20 23:55:40 +01:00
parent 75168fc060
commit d9fd9891e5

View File

@ -135,7 +135,7 @@
wrappers:
- build-timeout:
timeout: {timeout}
timeout: '{timeout}'
- timestamps
builders: