From: Thanh Ha Date: Sat, 15 Aug 2020 01:08:45 +0000 (-0400) Subject: Fix parallel tox mode when using bool jjb cfg X-Git-Tag: v0.57.0~5 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=82ca5419dbf134b9cb29f69a1c74e69c24af7456;hp=82ca5419dbf134b9cb29f69a1c74e69c24af7456;p=releng%2Fglobal-jjb.git Fix parallel tox mode when using bool jjb cfg JJB takes in the word "true" unquoted as a boolean and converts it to the Python "True" boolean causing the bash script to ultimately receive a string that starts with an uppercase letter. Since we are comparing against a lowercase "true" we should ensure the string is lowercased before comparison. Signed-off-by: Thanh Ha Change-Id: If85c4411c73c18c931a339592a0dd352f574131a ---