aboutsummaryrefslogtreecommitdiffstats
path: root/etc/taskcluster/decision_task.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove more Taskcluster and Treeherder integrationMartin Robinson2023-04-101-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 Matthews2021-05-291-324/+4
|
* Disable UWP taskcluster jobs.Josh Matthews2021-05-291-67/+2
|
* Remove duplicate linux jobs from taskcluster.Josh Matthews2021-05-241-67/+6
|
* Remove last mac jobs from taskcluster.nightliesJosh Matthews2021-05-231-166/+1
|
* Remove deprecated functions with the move to GitHub actions.Paulo E. Castro2021-04-301-189/+6
|
* Comment TaskCluster wpt testsPaulo E. Castro2021-04-281-5/+6
|
* Fix doc build.Josh Matthews2021-02-251-1/+1
|
* Fix UWP nightly build.Josh Matthews2021-02-251-4/+4
|
* Fix doc build under py3.Josh Matthews2021-02-241-1/+1
|
* Fix python2ism in doc upload.Josh Matthews2021-02-191-1/+2
|
* Ensure all CI uses clang-cl on Windows.Josh Matthews2021-02-181-0/+2
|
* Replace embedded Python 3 distribution in CI with full installation.Josh Matthews2021-02-181-10/+4
|
* Port some code to Python3Vincent Ricard2021-02-181-51/+54
|
* Use explicit python in Windows CI.Josh Matthews2021-02-061-12/+11
|
* Auto merge of #28094 - servo:jdm-patch-48, r=jdmbors-servo2021-01-251-3/+3
|\ | | | | | | Ensure webgpu test filtering works.
| * Turn off coverage for webgpuJosh Matthews2021-01-251-1/+1
| |
| * Disable WebGPU tests on macOS CI.Josh Matthews2021-01-241-1/+1
| |
| * Ensure webgpu test filtering works.Josh Matthews2021-01-241-1/+1
| |
* | Disallow duplicate taskcluster artifacts.Josh Matthews2021-01-241-1/+2
|/
* Fix gstreamer packaging on mac.Josh Matthews2020-11-131-1/+0
|
* Filter py3 tests for intermittents.Josh Matthews2020-11-041-0/+7
|
* Run webgpu tests only on macOSKunal Mohan2020-07-311-2/+20
|
* Add more gstreamer plugins to nightly builds.Josh Matthews2020-07-271-3/+3
|
* Fix nightly smoketest again.Josh Matthews2020-07-241-1/+1
|
* Fix nightly smoketestJosh Matthews2020-07-231-1/+1
|
* Fix nightly smoketest.Josh Matthews2020-07-221-1/+1
|
* Verify the macOS package can load basic pages.Josh Matthews2020-07-211-0/+2
|
* Load explicit set of gstreamer plugins on macos, and include them in the ↵Josh Matthews2020-07-161-0/+2
| | | | nightly package.
* Auto merge of #26437 - servo:reftest-report, r=jdmbors-servo2020-05-071-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 onceSimon Sapin2020-05-071-1/+2
| |
| * Generalize the 2020 regression report to show local unexpected failuresSimon Sapin2020-05-041-2/+2
| |
* | Run url tests under python3.Josh Matthews2020-05-061-4/+4
|/
* Only enable RUST_BACKTRACE in non-mac build environment on CI.Josh Matthews2020-04-201-1/+1
|
* Use python binary to run multiprocess tests.Josh Matthews2020-04-201-1/+1
|
* Auto merge of #25853 - asajeffrey:surfmanup, r=jdmbors-servo2020-04-181-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 glutinAlan Jeffrey2020-04-171-9/+10
| |
* | Rename taskcluster artifact for UWP.Josh Matthews2020-04-171-12/+11
|/
* Request RDP access from generic-worker for `try=windows-rdp`Simon Sapin2020-04-031-34/+35
|
* Auto merge of #26002 - servo:regressions, r=jdmbors-servo2020-03-201-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 reportSimon Sapin2020-03-201-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 Sapin2020-03-201-15/+15
| |
* | Auto merge of #25980 - servo:jdm-patch-44, r=paulrougetbors-servo2020-03-201-3/+2
|\ \ | |/ |/| | | | | | | Enable windows unit tests Fixes #25961.
| * Re-enable windows unit tests.Josh Matthews2020-03-171-3/+2
| |
* | Remove indexing of daily decision tasks by dateSimon Sapin2020-03-191-13/+0
| | | | | | | | Treeherder does this job better
* | Remove dead code for disabled CI tasksSimon Sapin2020-03-191-81/+0
| |
* | Remove unused task indexing by task definition hashSimon Sapin2020-03-191-1/+0
|/
* Disable running windows binaries on CI.Josh Matthews2020-03-161-2/+5
|
* Add cert scope to UWP nightly build task.Josh Matthews2020-03-101-1/+4
|
* Properly sign UWP packagePaul Rouget2020-03-091-0/+4
|