Skip to content

Commit e14765c

Browse files
Move dev tarball scheduler
Starting now, I, Răzvan Vărzaru, take full responsibility, as the Buildbot maintainer, to avoid accidentally triggering the webhook on my server fork, which could result in dozens of builds running on the dev environment and competing for resources with production builds. Anyone who wants to test something on the dev environment (please, no need to rush) will need to let me know which commit they want tested, an, for a modest fee, I will gladly fulfill the request on my fork.
1 parent 4b706e5 commit e14765c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

master-web/master.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ c["schedulers"].append(schedulerTarball)
117117

118118
if os.environ["ENVIRON"] == "DEV":
119119
schedulerTarball = schedulers.AnyBranchScheduler(
120-
name="s_faust_tarball",
120+
name="s_razvan_tarball",
121121
change_filter=util.ChangeFilter(
122-
repository="https://github.com/fauust/mariadb-server",
122+
repository="https://github.com/RazvanLiviuVarzaru/server-mdb-razvan",
123123
branch_fn=upstream_branch_fn,
124124
),
125125
treeStableTimer=60,

0 commit comments

Comments
 (0)