Disable failfast for CC percommit runs
OSCC team need to know the exact status of openstack component, and we
don't want to hide results due to errors from other teams.
This patch disables failfast for CC percommit wrapper.
Change-Id: I2c85b05ed7eb7cac307f0ba04885dcab72f36183
diff --git a/test-salt-model-wrapper.groovy b/test-salt-model-wrapper.groovy
index f49b7fc..cb16cf3 100644
--- a/test-salt-model-wrapper.groovy
+++ b/test-salt-model-wrapper.groovy
@@ -167,7 +167,7 @@
}
def branches = [:]
- branches.failFast = true
+ branches.failFast = false
String branchJobName = ''
if (gerritProject == reclassSystemRepo && gerritBranch == 'master') {