mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
Update web-platform-tests to revision fec3928f355e049657d19780aa4b412d9d3a714b
This commit is contained in:
parent
74ba683e27
commit
2a8d9b6983
153 changed files with 3075 additions and 719 deletions
76
tests/wpt/web-platform-tests/docs/_admin/index.md
Normal file
76
tests/wpt/web-platform-tests/docs/_admin/index.md
Normal file
|
@ -0,0 +1,76 @@
|
|||
---
|
||||
layout: page
|
||||
title: Project Administration
|
||||
order: -1
|
||||
---
|
||||
|
||||
This section documents all the information necessary to administer the
|
||||
infrastructure which makes the project possible.
|
||||
|
||||
## Secrets
|
||||
|
||||
Some aspects of the infrastructure are only accessible to administrators.
|
||||
|
||||
Project | Secret | Owners
|
||||
--------------------------|--------------------------|-------------
|
||||
[results-collection] | root SSH keys | boaz@bocoup.com, mike@bocoup.com, rick@bocoup.com
|
||||
[results-collection] | Password for app secrets | boaz@bocoup.com, mike@bocoup.com, rick@bocoup.com
|
||||
|
||||
SSL certificates for all HTTPS-enabled domains are retrieved via [Let's
|
||||
Encrypt](https://letsencrypt.org/), so that data does not represent an
|
||||
explicitly-managed secret.
|
||||
|
||||
## Third-party account owners
|
||||
|
||||
- (unknown registrar): https://web-platform-tests.org
|
||||
- jgraham@hoppipolla.co.uk
|
||||
- (unknown registrar): https://w3c-test.org
|
||||
- mike@w3.org
|
||||
- (unknown registrar): http://testthewebforward.org
|
||||
- web-human@w3.org
|
||||
- [Google Domains](https://domains.google/): https://wpt.fyi
|
||||
- foolip@google.com
|
||||
- jeffcarp@google.com
|
||||
- lukebjerring@google.com
|
||||
- mike@bocoup.com
|
||||
- [GitHub](https://github.com/): web-platform-tests
|
||||
- [@foolip](https://github.com/foolip)
|
||||
- [@Hexcles](https://github.com/Hexcles)
|
||||
- [@jgraham](https://github.com/jgraham)
|
||||
- [@plehegar](https://github.com/plehegar)
|
||||
- [@thejohnjansen](https://github.com/thejohnjansen)
|
||||
- [@youennf](https://github.com/youennf)
|
||||
- [@zcorpan](https://github.com/zcorpan)
|
||||
- [GitHub](https://github.com/): w3c
|
||||
- [@plehegar](https://github.com/plehegar)
|
||||
- [@sideshowbarker](https://github.com/sideshowbarker)
|
||||
- [Google Cloud Platform](https://cloud.google.com/): wptdashboard
|
||||
- boaz@bocoup.com
|
||||
- foolip@google.com
|
||||
- geoffers@gmail.com
|
||||
- jeffcarp@google.com
|
||||
- kereliuk@google.com
|
||||
- lukebjerring@google.com
|
||||
- markdittmer@google.com
|
||||
- mike@bocoup.com
|
||||
- rick@bocoup.com
|
||||
- [Amazon AWS](https://aws.amazon.com/): results-collection infrastructure
|
||||
- boaz@bocoup.com
|
||||
- mike@bocoup.com
|
||||
- rick@bocoup.com
|
||||
- E-mail address: wpt.pr.bot@gmail.com
|
||||
- boaz@bocoup.com
|
||||
- mike@bocoup.com
|
||||
- simon@bocoup.com
|
||||
- [Heroku](https://heroku.com/): wpt.pr.bot@gmail.com
|
||||
- boaz@bocoup.com
|
||||
- mike@bocoup.com
|
||||
- simon@bocoup.com
|
||||
- [GitHub](https://github.com/): @wpt-pr-bot account
|
||||
- boaz@bocoup.com
|
||||
- mike@bocoup.com
|
||||
- simon@bocoup.com
|
||||
|
||||
[results-collection]: https://github.com/web-platform-tests/results-collection
|
||||
[web-platform-tests]: https://github.com/e3c/web-platform-tests
|
||||
[wpt.fyi]: https://github.com/web-platform-tests/wpt.fyi
|
|
@ -18,6 +18,8 @@ baseurl: "" # the subpath of your site, e.g. /blog
|
|||
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
|
||||
collections:
|
||||
admin:
|
||||
output: true
|
||||
appendix:
|
||||
output: true
|
||||
reviewing-tests:
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<svg width="256" height="256" class="octicon octicon-key" viewBox="0 0 14 16" version="1.1" aria-hidden="true">
|
||||
<path fill-rule="evenodd" d="M12.83 2.17C12.08 1.42 11.14 1.03 10 1c-1.13.03-2.08.42-2.83 1.17S6.04 3.86 6.01 5c0 .3.03.59.09.89L0 12v1l1 1h2l1-1v-1h1v-1h1v-1h2l1.09-1.11c.3.08.59.11.91.11 1.14-.03 2.08-.42 2.83-1.17S13.97 6.14 14 5c-.03-1.14-.42-2.08-1.17-2.83zM11 5.38c-.77 0-1.38-.61-1.38-1.38 0-.77.61-1.38 1.38-1.38.77 0 1.38.61 1.38 1.38 0 .77-.61 1.38-1.38 1.38z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 500 B |
|
@ -50,6 +50,17 @@ layout: page
|
|||
</a>
|
||||
<p>Some hints and tips for those reviewing tests.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ site.baseurl }}{% link _admin/index.md %}">
|
||||
<div>
|
||||
{% include svg/octicons/key.svg %}
|
||||
</div>
|
||||
<h2>
|
||||
Administration
|
||||
</h2>
|
||||
</a>
|
||||
<p>Instruction for project administrators.</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ site.baseurl }}{% link _appendix/index.md %}">
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue