WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
88982
Add ForceScheduler to build.webkit.org
https://bugs.webkit.org/show_bug.cgi?id=88982
Summary
Add ForceScheduler to build.webkit.org
Csaba Osztrogonác
Reported
2012-06-13 03:47:15 PDT
Patch is coming soon.
Attachments
Patch
(2.29 KB, patch)
2012-06-13 05:39 PDT
,
Csaba Osztrogonác
no flags
Details
Formatted Diff
Diff
Patch
(2.35 KB, patch)
2012-06-13 07:43 PDT
,
Csaba Osztrogonác
no flags
Details
Formatted Diff
Diff
Patch
(2.33 KB, patch)
2012-06-14 12:33 PDT
,
Csaba Osztrogonác
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2012-06-13 05:39:56 PDT
Created
attachment 147301
[details]
Patch
Csaba Osztrogonác
Comment 2
2012-06-13 05:43:48 PDT
Comment on
attachment 147301
[details]
Patch Unfortunately we can't add it to config.json to the list of schedulers, because we have to call FixedParameter, StringParameter, re.compile ...
Peter Gal
Comment 3
2012-06-13 07:26:53 PDT
View in context:
https://bugs.webkit.org/attachment.cgi?id=147301&action=review
> Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg:7 > +from buildbot.schedulers.forcesched import *
We should explicitly specify which classes are imported.
> Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg:831 > + name = "force", > + builderNames = [ builder['name'] for builder in config['builders'] ],
Remove the spaces from/before the = sign, and in the list comprehension also.
Peter Gal
Comment 4
2012-06-13 07:36:22 PDT
View in context:
https://bugs.webkit.org/attachment.cgi?id=147301&action=review
> Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg:829 > + forceScheduler = ForceScheduler (
No need for the space before the '('.
Csaba Osztrogonác
Comment 5
2012-06-13 07:43:22 PDT
Created
attachment 147314
[details]
Patch Suggested things fixed
Lucas Forschler
Comment 6
2012-06-14 12:25:30 PDT
Comment on
attachment 147314
[details]
Patch # Disable default enabled input fields: branch, repository, projecy, additional properties typo here ^^^^^^
Lucas Forschler
Comment 7
2012-06-14 12:26:04 PDT
arg, that formatting didn't work. project is mistyped as projecy
Csaba Osztrogonác
Comment 8
2012-06-14 12:33:27 PDT
Created
attachment 147631
[details]
Patch typo fixed
Lucas Forschler
Comment 9
2012-06-14 12:39:10 PDT
Comment on
attachment 147631
[details]
Patch I'm not familiar with the new forceScheduler code which was added in buildbot 0.8.6. This looks ok to me, but we should probably get a second review.
Csaba Osztrogonác
Comment 10
2012-06-14 12:55:30 PDT
second r?
Csaba Osztrogonác
Comment 11
2012-06-14 13:20:37 PDT
Comment on
attachment 147631
[details]
Patch cq-, because I'm going to test it again and land in an idle time.
Csaba Osztrogonác
Comment 12
2012-06-15 05:31:35 PDT
Comment on
attachment 147631
[details]
Patch Clearing flags on attachment: 147631 Committed
r120443
: <
http://trac.webkit.org/changeset/120443
>
Csaba Osztrogonác
Comment 13
2012-06-15 05:31:42 PDT
All reviewed patches have been landed. Closing bug.
Csaba Osztrogonác
Comment 14
2012-06-15 07:54:32 PDT
Now it dosn't work, because builder.html was broken (it based on older buildbot). I fixed it -
http://trac.webkit.org/changeset/120452
. But it seems master didn't restarted automatically after this commit for some reason. Lucas, could you restart it manually, please? (And update the builder.html template if the master didn't do it itself?) Thanks in advance.
Lucas Forschler
Comment 15
2012-06-15 10:00:49 PDT
I manually ran svn update on builder.html.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug