Josh Matthews
59500cdcc7
Update the manifest twice to work around manifest generation issue.
2018-11-26 22:34:33 -05:00
Jan Andre Ikenmeyer
b9ac97051f
Alternative CA database generator
2018-11-24 17:42:51 +01:00
Simon Sapin
d406f90f32
Use homebrew bundle
to avoid errors on upgrade available.
...
`homebrew install` could exit with errors like:
```
Error: cmake 3.12.4 is already installed
To upgrade to 3.13.0, run `brew upgrade cmake`
```
This solution is the one recommended in https://github.com/Homebrew/brew/issues/2491
2018-11-22 17:46:49 +01:00
Simon Sapin
35eaa924ec
Make Taskcluster tasks show up on Treeherder
...
See for example https://treeherder.allizom.org/#/jobs?repo=servo-try-taskcluster
2018-11-20 19:56:30 +01:00
Jan Andre Ikenmeyer
f5ab95786f
Update MPL license to https (part 1)
2018-11-19 14:46:43 +01:00
bors-servo
679fb36924
Auto merge of #22176 - servo:jdm-patch-20, r=KiChjang
...
Don't try to use test-css command in CI.
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22176 )
<!-- Reviewable:end -->
2018-11-17 00:37:38 -05:00
bors-servo
1517298820
Auto merge of #22175 - servo:jdm-patch-19, r=jdm
...
Fix linux-rel-intermittent build.
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22175 )
<!-- Reviewable:end -->
2018-11-16 16:18:03 -05:00
bors-servo
4620f0b8c8
Auto merge of #22180 - asajeffrey:magicleap-nightly, r=jdm
...
Package and release the Servo magicleap app
<!-- Please describe your changes on the following line: -->
Package the Magic Leap Servo2D app, and build and release it nightly.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes do not require tests because we don't test ML
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22180 )
<!-- Reviewable:end -->
2018-11-15 15:34:37 -05:00
Simon Sapin
1c7dbe1036
Taskcluster: Add dev build and unit tests on macOS
2018-11-15 17:38:21 +01:00
Simon Sapin
79bd98b679
generic-worker on macOS: more docs, move minion config out of roster
2018-11-15 17:38:13 +01:00
Simon Sapin
2017bc8931
UTC
2018-11-15 17:38:13 +01:00
Simon Sapin
ef4e72ca7d
generic-worker on macOS: move generic-worker.plist template to a separate file
2018-11-15 17:38:13 +01:00
Simon Sapin
fe0e1ae7d3
generic-worker on macOS: read-only config
2018-11-15 17:38:13 +01:00
Simon Sapin
ff1e2c2394
generic-worker on macOS: configure livelog
2018-11-15 17:38:13 +01:00
Simon Sapin
a5089885ac
generic-worker on macOS: restart service on config change
2018-11-15 17:38:13 +01:00
Simon Sapin
70f507879f
generic-worker on macOS: run as unprivileged user, start as a service
2018-11-15 17:38:13 +01:00
Simon Sapin
889d479935
Initial generic-worker config file
2018-11-15 17:38:13 +01:00
Simon Sapin
11b9391e90
Initial agentless SaltStack config for generic-worker on macOS
2018-11-15 17:38:13 +01:00
Josh Matthews
cf998d5c58
Mock android x86 task instead of commenting it.
2018-11-15 09:57:39 -05:00
Josh Matthews
cdb5b60202
Remove android emulator tests from taskcluster.
2018-11-15 09:26:07 -05:00
Josh Matthews
0780f8c37e
Remove android emulator tests from buildbot CI.
2018-11-15 09:24:22 -05:00
Alan Jeffrey
ef2c2f933b
Add magicleap-nightly builder
2018-11-13 16:33:01 -06:00
Josh Matthews
86c505644f
Remove nonexistent variable use.
2018-11-13 10:17:30 -05:00
Josh Matthews
83f64329b1
Don't try to use test-css command in CI.
2018-11-11 21:12:07 -05:00
Josh Matthews
ded204c680
Fix linux-rel-intermittent build.
2018-11-11 21:06:43 -05:00
Simon Sapin
b0d13cc254
Always build Docker images on AWS
2018-11-10 17:47:28 +01:00
bors-servo
62d726369f
Auto merge of #22125 - Darkspirit:https_dl_buildbot_timings, r=jdm
...
Download buildbot metadata via https
https://build.servo.org/json works.
https://www.hardenize.com/report/build.servo.org#www_tls
Likely ECDHE-RSA-AES128-GCM-SHA256 will be used by any modern client to download the file.
-----
https://docs.python.org/2/library/urllib.html
> For Python versions earlier than 2.7.9, urllib does not attempt to validate the server certificates of HTTPS URIs. Use at your own risk!
python3 is used to run the script: 535ea9674f/etc/ci/buildbot_steps.yml (L170)
-----
https://docs.python.org/3.1/howto/urllib2.html
> Currently urllib.request does not support fetching of https locations through a proxy. However, this can be enabled by extending urllib.request as shown in the recipe [7].
I don't think this will be downloaded through a proxy.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22125 )
<!-- Reviewable:end -->
2018-11-06 20:26:28 -05:00
bors-servo
8667cb327d
Auto merge of #22123 - Darkspirit:https_taskcluster_windows, r=jdm
...
Ensuring https for Windows Taskcluster
This should be a safe change as there're already some https downloads on Windows Taskcluster. Examples:
* with `$client.DownloadFile()`: 78327fcba5/etc/taskcluster/windows/bootstrap.ps1 (L43)
* with `Expand-ZIPFile`: e217672c1a/etc/taskcluster/windows/bootstrap.ps1 (L40)
Modern TLS is supported:
https://www.hardenize.com/report/download.tuxfamily.org#www_tls
https://www.hardenize.com/report/nssm.cc#www_tls
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22123 )
<!-- Reviewable:end -->
2018-11-06 19:13:20 -05:00
Jan Andre Ikenmeyer
860422d1dc
Optional Windows Taskcluster dependency should be able to use TLS 1.2
2018-11-06 17:29:43 +01:00
Jan Andre Ikenmeyer
0ac730a38d
Download buildbot metadata via https
2018-11-06 14:27:05 +01:00
bors-servo
32d97d695e
Auto merge of #22120 - Darkspirit:httpsdocs, r=jdm
...
Replace http with https in docs
This PR only changes markdown files and one Rust comment.
Background: [bug 1482947](https://bugzilla.mozilla.org/show_bug.cgi?id=1482947 ) enabled HSTS for servo.org and its subdomains.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22120 )
<!-- Reviewable:end -->
2018-11-06 08:13:04 -05:00
Jan Andre Ikenmeyer
82bd1e51c7
Ensuring https for Windows Taskcluster
2018-11-06 13:00:47 +01:00
Jan Andre Ikenmeyer
1097d3fe00
Replace http with https in docs
2018-11-06 11:39:09 +01:00
Alan Jeffrey
e57859fe49
Add magicleap builder
2018-11-05 12:48:17 -06:00
Simon Sapin
b1da53e47f
Use apt-get update
before apt-get install
2018-10-31 23:55:21 +01:00
Simon Sapin
d1a18dc052
Also show created/updated dates in Packet.net server list
2018-10-30 13:30:41 +01:00
Simon Sapin
46f9312d0c
Taskcluster: use a dedicated role for scopes granted to decision tasks
2018-10-30 13:25:19 +01:00
Simon Sapin
a5cce280f1
Taskcluster: move curl’ing artifacts into decisionlib
2018-10-30 13:25:18 +01:00
Simon Sapin
f357c6fe93
Taskcluster: test in Android emulator
2018-10-30 13:25:18 +01:00
Simon Sapin
556435ae01
Taskcluster: add Android x86 build
2018-10-30 13:25:18 +01:00
Simon Sapin
6fa0c6bbf7
Add Terraform config for docker-worker on Packet.net
2018-10-30 13:25:17 +01:00
Simon Sapin
ba8b37f3bc
List packet.net servers through their API
2018-10-29 22:23:00 +01:00
bors-servo
79f0291924
Auto merge of #21912 - servo:lighter-bootstrap, r=jdm
...
Add `--build` and `--emulator-x86` to `./mach bootstrap-android`
This allows not downloading dependencies that are not needed for a particular task.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21912 )
<!-- Reviewable:end -->
2018-10-11 23:15:38 -04:00
Simon Sapin
60eff32c9b
Taskcluster: cache ~/.gradle
...
This is where are kept files whose downloads sometimes fail, so downloading less often will reduce the impact of those failures.
```
> Could not get resource 'https://jcenter.bintray.com/com/android/tools/build/gradle/3.1.3/gradle-3.1.3.pom '.
> Could not GET 'https://jcenter.bintray.com/com/android/tools/build/gradle/3.1.3/gradle-3.1.3.pom '.
> Read timed out
```
https://tools.taskcluster.net/groups/PGuIkH5QQmqghZozhVtmoQ/tasks/CBa6IbLmQJqYgoswRn-hiw/runs/0/logs/public%2Flogs%2Flive.log#L3411
2018-10-11 18:54:31 +02:00
Simon Sapin
960cb50ffd
Taskcluster: use servo-* cache names
2018-10-11 18:31:37 +02:00
Simon Sapin
6c82c471c5
Add --accept-all-licences to ./mach bootstrap-android
2018-10-11 16:08:41 +02:00
Simon Sapin
89e1878bd6
Add --build
and --emulator-x86
to ./mach bootstrap-android
...
This allows not downloading dependencies that are not needed for a praticular task.
2018-10-11 15:24:57 +02:00
bors-servo
78327fcba5
Auto merge of #21863 - servo:tc-windows, r=Manishearth
...
Build on and for Windows on Taskcluster CI
I’ve configured a `servo-win2016` Taskcluster worker type and built an AMI for it. The docs and scripts for this are in `etc/taskcluster/windows` in this PR. They don’t strictly need to be in this repository, but it’s as good a place as any.
This PR also adds a new Windows task similar to Buildbot’s `windows-msvc-dev` job. Like the other tasks triggered on `github-push` events (in particular pushes by Homu to the `auto`), it needs to succeed for a PR to be merged.
CC https://github.com/servo/saltfs/issues/559
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21863 )
<!-- Reviewable:end -->
2018-10-10 04:31:42 -04:00
Simon Sapin
bd6762314f
decisionlib docs
2018-10-09 14:00:26 +02:00
Simon Sapin
09d8339b46
Code coverage for decisionlib
2018-10-09 14:00:25 +02:00