phase1: workaround gitverify 1st build failures on fresh workers
[buildbot.git] / phase1 / master.cfg
index c392c5f2185de2521b97c887db36222b997f7396..1658a91a380e7ec63cdcb0cd6e2e75939ee0d8a0 100644 (file)
@@ -725,6 +725,16 @@ for target in targets:
                haltOnFailure = True,
        ))
 
+       # workaround for https://github.com/openwrt/buildbot/issues/5
+       factory.addStep(Git(
+               name = "git me once more please",
+               repourl = repo_url,
+               mode = 'full',
+               method = 'fresh',
+               locks = NetLockDl,
+               haltOnFailure = True,
+       ))
+
        # update remote refs
        factory.addStep(ShellCommand(
                name = "fetchrefs",