WebKit Bugzilla
Attachment 370353 Details for
Bug 198076
: [ews-build] Use custom templates for Buildbot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
template_build_v2.patch (text/plain), 3.82 KB, created by
Aakash Jain
on 2019-05-21 16:08:48 PDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Aakash Jain
Created:
2019-05-21 16:08:48 PDT
Size:
3.82 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 245587) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2019-05-21 Aakash Jain <aakash_jain@apple.com> >+ >+ [ews-build] Use custom templates for Buildbot >+ https://bugs.webkit.org/show_bug.cgi?id=198076 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/ews-build/master.cfg: >+ * BuildSlaveSupport/ews-build/templates: Added. >+ * BuildSlaveSupport/ews-build/templates/build.jade: Copied from https://github.com/buildbot/buildbot/blob/v1.7.0/www/base/src/app/builders/builds/build.tpl.jade >+ > 2019-05-21 Carlos Garcia Campos <cgarcia@igalia.com> > > Unreviewed. Fix the build with HAVE(ACCESSIBILITY) disabled >Index: Tools/BuildSlaveSupport/ews-build/master.cfg >=================================================================== >--- Tools/BuildSlaveSupport/ews-build/master.cfg (revision 245583) >+++ Tools/BuildSlaveSupport/ews-build/master.cfg (working copy) >@@ -12,6 +12,7 @@ is_test_mode_enabled = os.getenv('BUILDB > c = BuildmasterConfig = {} > > c['www'] = dict(port=8010, allowed_origins=["*"]) >+c['www']['custom_templates_dir'] = 'templates' > > c['www']['ui_default_config'] = { > 'Builders.show_workers_name': True, >Index: Tools/BuildSlaveSupport/ews-build/templates/build.jade >=================================================================== >--- Tools/BuildSlaveSupport/ews-build/templates/build.jade (nonexistent) >+++ Tools/BuildSlaveSupport/ews-build/templates/build.jade (working copy) >@@ -0,0 +1,48 @@ >+.container >+ .alert.alert-danger(ng-show="error") {{error}} >+ nav >+ ul.pager >+ li.previous(ng-class="{'disabled': build.number == 1}") >+ a(ng-if="build.number > 1 ", ui-sref="build({build:prevbuild.number})") >+ span.badge-status(ng-class="results2class(prevbuild, 'pulse')") ← >+ span.nomobile Previous >+ span(ng-if="build.number == 1") ← >+ span.nomobile Previous >+ li(ng-if="build.complete" title="{{ build.complete_at | dateformat:'LLL' }}") Finished {{ build.complete_at | timeago }} >+ li.next(ng-class="{'disabled': last_build}") >+ a(ng-if="!last_build", ui-sref="build({build:nextbuild.number})") >+ span.nomobile Next >+ span.badge-status(ng-class="results2class(nextbuild, 'pulse')") → >+ span(ng-if="last_build") >+ span.nomobile Next >+ span → >+ .row >+ uib-tabset >+ uib-tab(heading="Build stepsA") >+ buildsummary(ng-if="build", build="build", parentbuild="parent_build", >+ parentrelationship="buildset.parent_relationship") >+ uib-tab(heading="Build Properties") >+ properties(properties="properties") >+ uib-tab(heading="Worker: {{worker.name}}") >+ table.table.table-hover.table-striped.table-condensed >+ tbody >+ tr >+ td.text-left name >+ td.text-center {{worker.name}} >+ tr(ng-repeat="(name, value) in worker.workerinfo") >+ td.text-left {{ name }} >+ td.text-right {{ value }} >+ uib-tab(heading="Responsible UsersA") >+ ul.list-group >+ li.list-group-item(ng-repeat="(author, email) in responsibles") >+ .change-avatar >+ img(ng-src="avatar?email={{email}}") >+ a(ng-href="mailto:{{email}}") >+ | {{ author }} >+ uib-tab(heading="ChangesAA") >+ changelist(changes="changes") >+ uib-tab(heading="Debug") >+ h4 >+ a(ui-sref="buildrequest({buildrequest:buildrequest.buildrequestid})") >+ | Buildrequest: >+ rawdata(data="buildrequest")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198076
:
370330
| 370353