buildbot: set treeStableTimer
Otherwise we build every commit
This commit is contained in:
parent
4acc8695e1
commit
0e52cdf81f
|
@ -603,6 +603,7 @@ def config_for_project(
|
||||||
== c.properties.getProperty("github.repository.default_branch"),
|
== c.properties.getProperty("github.repository.default_branch"),
|
||||||
),
|
),
|
||||||
builderNames=[f"{project.name}/nix-eval"],
|
builderNames=[f"{project.name}/nix-eval"],
|
||||||
|
treeStableTimer=5,
|
||||||
),
|
),
|
||||||
# this is compatible with bors or github's merge queue
|
# this is compatible with bors or github's merge queue
|
||||||
schedulers.SingleBranchScheduler(
|
schedulers.SingleBranchScheduler(
|
||||||
|
|
Loading…
Reference in a new issue