Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove more Taskcluster and Treeherder integration | Martin Robinson | 2023-04-10 | 1 | -103/+0 |
| | | | | | Servo no longer uses Taskcluster and Treeherder, so this change removes script references to those services and support files. | ||||
* | Disable remaining taskcluster jobs. | Josh Matthews | 2021-05-29 | 1 | -324/+4 |
| | |||||
* | Disable UWP taskcluster jobs. | Josh Matthews | 2021-05-29 | 1 | -67/+2 |
| | |||||
* | Remove duplicate linux jobs from taskcluster. | Josh Matthews | 2021-05-24 | 1 | -67/+6 |
| | |||||
* | Remove last mac jobs from taskcluster.nightlies | Josh Matthews | 2021-05-23 | 1 | -166/+1 |
| | |||||
* | Remove deprecated functions with the move to GitHub actions. | Paulo E. Castro | 2021-04-30 | 1 | -189/+6 |
| | |||||
* | Comment TaskCluster wpt tests | Paulo E. Castro | 2021-04-28 | 1 | -5/+6 |
| | |||||
* | Fix doc build. | Josh Matthews | 2021-02-25 | 1 | -1/+1 |
| | |||||
* | Fix UWP nightly build. | Josh Matthews | 2021-02-25 | 1 | -4/+4 |
| | |||||
* | Fix doc build under py3. | Josh Matthews | 2021-02-24 | 1 | -1/+1 |
| | |||||
* | Fix python2ism in doc upload. | Josh Matthews | 2021-02-19 | 1 | -1/+2 |
| | |||||
* | Ensure all CI uses clang-cl on Windows. | Josh Matthews | 2021-02-18 | 1 | -0/+2 |
| | |||||
* | Replace embedded Python 3 distribution in CI with full installation. | Josh Matthews | 2021-02-18 | 1 | -10/+4 |
| | |||||
* | Port some code to Python3 | Vincent Ricard | 2021-02-18 | 1 | -51/+54 |
| | |||||
* | Use explicit python in Windows CI. | Josh Matthews | 2021-02-06 | 1 | -12/+11 |
| | |||||
* | Auto merge of #28094 - servo:jdm-patch-48, r=jdm | bors-servo | 2021-01-25 | 1 | -3/+3 |
|\ | | | | | | | Ensure webgpu test filtering works. | ||||
| * | Turn off coverage for webgpu | Josh Matthews | 2021-01-25 | 1 | -1/+1 |
| | | |||||
| * | Disable WebGPU tests on macOS CI. | Josh Matthews | 2021-01-24 | 1 | -1/+1 |
| | | |||||
| * | Ensure webgpu test filtering works. | Josh Matthews | 2021-01-24 | 1 | -1/+1 |
| | | |||||
* | | Disallow duplicate taskcluster artifacts. | Josh Matthews | 2021-01-24 | 1 | -1/+2 |
|/ | |||||
* | Fix gstreamer packaging on mac. | Josh Matthews | 2020-11-13 | 1 | -1/+0 |
| | |||||
* | Filter py3 tests for intermittents. | Josh Matthews | 2020-11-04 | 1 | -0/+7 |
| | |||||
* | Run webgpu tests only on macOS | Kunal Mohan | 2020-07-31 | 1 | -2/+20 |
| | |||||
* | Add more gstreamer plugins to nightly builds. | Josh Matthews | 2020-07-27 | 1 | -3/+3 |
| | |||||
* | Fix nightly smoketest again. | Josh Matthews | 2020-07-24 | 1 | -1/+1 |
| | |||||
* | Fix nightly smoketest | Josh Matthews | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Fix nightly smoketest. | Josh Matthews | 2020-07-22 | 1 | -1/+1 |
| | |||||
* | Verify the macOS package can load basic pages. | Josh Matthews | 2020-07-21 | 1 | -0/+2 |
| | |||||
* | Load explicit set of gstreamer plugins on macos, and include them in the ↵ | Josh Matthews | 2020-07-16 | 1 | -0/+2 |
| | | | | nightly package. | ||||
* | Auto merge of #26437 - servo:reftest-report, r=jdm | bors-servo | 2020-05-07 | 1 | -3/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Generalize the 2020 regression report to show local unexpected failures Example usage: ``` ./mach test-wpt --release --layout-2020 --log-raw /tmp/servo.log ./tests/wpt/reftests-report/gen.py /tmp/servo.log firefox ./tests/wpt/reftests-report/report.html ``` Produces a report similar https://community-tc.services.mozilla.com/api/index/v1/task/project.servo.layout-2020-regressions-report/artifacts/public/regressions.html, but showing unexpected reftest failures. The CI-generated one shows Layout 2020 failures (expected or not) that succeed in Layout 2013. | ||||
| * | Generate Layout 2020 regression report more than once | Simon Sapin | 2020-05-07 | 1 | -1/+2 |
| | | |||||
| * | Generalize the 2020 regression report to show local unexpected failures | Simon Sapin | 2020-05-04 | 1 | -2/+2 |
| | | |||||
* | | Run url tests under python3. | Josh Matthews | 2020-05-06 | 1 | -4/+4 |
|/ | |||||
* | Only enable RUST_BACKTRACE in non-mac build environment on CI. | Josh Matthews | 2020-04-20 | 1 | -1/+1 |
| | |||||
* | Use python binary to run multiprocess tests. | Josh Matthews | 2020-04-20 | 1 | -1/+1 |
| | |||||
* | Auto merge of #25853 - asajeffrey:surfmanup, r=jdm | bors-servo | 2020-04-18 | 1 | -9/+10 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace glutin by winit + surfman 0.2 <!-- Please describe your changes on the following line: --> This PR updates surfman to 0.2, and replaces glutin with winit+surfman. --- <!-- 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 this should all be invisible <!-- 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. --> | ||||
| * | Update surfman to 0.2 and remove glutin | Alan Jeffrey | 2020-04-17 | 1 | -9/+10 |
| | | |||||
* | | Rename taskcluster artifact for UWP. | Josh Matthews | 2020-04-17 | 1 | -12/+11 |
|/ | |||||
* | Request RDP access from generic-worker for `try=windows-rdp` | Simon Sapin | 2020-04-03 | 1 | -34/+35 |
| | |||||
* | Auto merge of #26002 - servo:regressions, r=jdm | bors-servo | 2020-03-20 | 1 | -15/+31 |
|\ | | | | | | | | | | | | | | | Add Layout 2020 reftests regression report This shows WPT reftests that fail in Servo with Layout 2020 but pass with Layout 2013, together with screenshots of the corresponding runs and HTML source code for the test and its reference. https://community-tc.services.mozilla.com/api/index/v1/task/project.servo.layout-2020-regressions-report/artifacts/public/regressions.html redirects to the latest report for the `master` branch. | ||||
| * | Add Layout 2020 reftests regression report | Simon Sapin | 2020-03-20 | 1 | -0/+16 |
| | | | | | | | | | | | | This shows WPT reftests that fail in Servo with Layout 2020 but pass with Layout 2013, together with screenshots of the corresponding runs and HTML source code for the test and its reference. https://community-tc.services.mozilla.com/api/index/v1/task/project.servo.layout-2020-regressions-report/artifacts/public/regressions.html redirects to the latest report for the `master` branch. | ||||
| * | Rename `CONFIG.task_id()` to `tree_hash` | Simon Sapin | 2020-03-20 | 1 | -15/+15 |
| | | |||||
* | | Auto merge of #25980 - servo:jdm-patch-44, r=paulrouget | bors-servo | 2020-03-20 | 1 | -3/+2 |
|\ \ | |/ |/| | | | | | | | Enable windows unit tests Fixes #25961. | ||||
| * | Re-enable windows unit tests. | Josh Matthews | 2020-03-17 | 1 | -3/+2 |
| | | |||||
* | | Remove indexing of daily decision tasks by date | Simon Sapin | 2020-03-19 | 1 | -13/+0 |
| | | | | | | | | Treeherder does this job better | ||||
* | | Remove dead code for disabled CI tasks | Simon Sapin | 2020-03-19 | 1 | -81/+0 |
| | | |||||
* | | Remove unused task indexing by task definition hash | Simon Sapin | 2020-03-19 | 1 | -1/+0 |
|/ | |||||
* | Disable running windows binaries on CI. | Josh Matthews | 2020-03-16 | 1 | -2/+5 |
| | |||||
* | Add cert scope to UWP nightly build task. | Josh Matthews | 2020-03-10 | 1 | -1/+4 |
| | |||||
* | Properly sign UWP package | Paul Rouget | 2020-03-09 | 1 | -0/+4 |
| |