summaryrefslogtreecommitdiffstats
path: root/tests/yamlparser/fixtures/github_cancel_builds_on_update_variable002.xml
Commit message (Collapse)AuthorAgeFilesLines
* Handle cancel-builds-on-update values from varsDaniel Belenky2018-11-141-0/+35
The code assumes that the value of cancel-builds-on-update is a boolean. This fails when specifying the value of the param in a variable because when deep_formatter formats the data, booleans turn into strings. Also added tests for such case. Change-Id: Ib1ec3d5545091be550bfe023e49c7982372d5b55 Signed-off-by: Daniel Belenky <daniel.belenky@gmail.com>