osmith submitted this change.
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(-)
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.
To view, visit change 42648. To unsubscribe, or for help writing mail filters, visit settings.