osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/42648?usp=email )
Change subject: jobs/gerrit-verifications: fix hwtest param ......................................................................
jobs/gerrit-verifications: fix hwtest param
This must be a bool instead of a string. Without this patch, the condition checking for the bool is always true.
Fixes: 986c2648 ("jobs/gerrit: run osmo-ccid-firmware-hwtest") Change-Id: I3117ddab888dd226ed57b62b9b9e672f1cb9127d --- M jobs/gerrit-verifications.yml 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/48/42648/1
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml index 09c465b..faae9b9 100644 --- a/jobs/gerrit-verifications.yml +++ b/jobs/gerrit-verifications.yml @@ -591,7 +591,7 @@ name: PIPELINE_BUILD description: Enable the build job (runs contrib/jenkins.sh) default: '{obj:pipeline_build}' - - string: + - bool: name: PIPELINE_HWTEST description: | Enable a hardware test job that uses artifacts from the build job.