Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove more Taskcluster and Treeherder integration | Martin Robinson | 2023-04-10 | 1 | -851/+0 |
| | | | | | Servo no longer uses Taskcluster and Treeherder, so this change removes script references to those services and support files. | ||||
* | Remove last mac jobs from taskcluster.nightlies | Josh Matthews | 2021-05-23 | 1 | -40/+1 |
| | |||||
* | Remove deprecated functions with the move to GitHub actions. | Paulo E. Castro | 2021-04-30 | 1 | -1/+1 |
| | |||||
* | Remove python2 from CI. | Josh Matthews | 2021-02-18 | 1 | -28/+0 |
| | |||||
* | Replace embedded Python 3 distribution in CI with full installation. | Josh Matthews | 2021-02-18 | 1 | -16/+14 |
| | |||||
* | Port some code to Python3 | Vincent Ricard | 2021-02-18 | 1 | -0/+24 |
| | |||||
* | Disallow duplicate taskcluster artifacts. | Josh Matthews | 2021-01-24 | 1 | -2/+11 |
| | |||||
* | Update curl sha. | Josh Matthews | 2020-11-27 | 1 | -1/+1 |
| | |||||
* | Update curl version. | Josh Matthews | 2020-11-27 | 1 | -2/+2 |
| | |||||
* | Support gzip artifacts. | Josh Matthews | 2020-11-11 | 1 | -1/+1 |
| | |||||
* | Generate Layout 2020 regression report more than once | Simon Sapin | 2020-05-07 | 1 | -1/+5 |
| | |||||
* | Propagate pipe failure. | Josh Matthews | 2020-04-20 | 1 | -2/+2 |
| | |||||
* | Request RDP access from generic-worker for `try=windows-rdp` | Simon Sapin | 2020-04-03 | 1 | -0/+20 |
| | |||||
* | Auto merge of #25913 - servo:jdm-patch-41, r=paulrouget | bors-servo | 2020-03-24 | 1 | -3/+3 |
|\ | | | | | | | | | | | Update curl package for Windows CI. This should fix #25912. | ||||
| * | Update curl package for Windows CI. | Josh Matthews | 2020-03-06 | 1 | -3/+3 |
| | | |||||
* | | Rename `CONFIG.task_id()` to `tree_hash` | Simon Sapin | 2020-03-20 | 1 | -4/+4 |
| | | |||||
* | | Index tasks by git tree hash instead of parent commits hashes | Simon Sapin | 2020-03-20 | 1 | -17/+6 |
| | | |||||
* | | Remove unused task indexing by task definition hash | Simon Sapin | 2020-03-19 | 1 | -6/+1 |
|/ | |||||
* | macos: wpt: install pip & virtualenv for Python3 | wpt-pr-bot | 2020-01-25 | 1 | -0/+6 |
| | |||||
* | Group WPT chunks together in Treeherder | Simon Sapin | 2020-01-07 | 1 | -7/+11 |
| | |||||
* | mach + rustup: use the minimal profile and install rustc-dev | Simon Sapin | 2020-01-02 | 1 | -0/+1 |
| | |||||
* | Avoid spaces in treeherder tags | Simon Sapin | 2019-12-10 | 1 | -2/+1 |
| | | | | The are visually separated by each other by only a space | ||||
* | Update Git for Windows on CI. | Josh Matthews | 2019-11-27 | 1 | -2/+2 |
| | |||||
* | Remove support for shallow clones. The bundle is already shallow. | Simon Sapin | 2019-11-22 | 1 | -8/+6 |
| | |||||
* | Fetch repository from artifacts rather than GitHub | Simon Sapin | 2019-11-22 | 1 | -28/+37 |
| | |||||
* | Decision taks: add artifacts of the repository’s contents | Simon Sapin | 2019-11-22 | 1 | -0/+18 |
| | |||||
* | Add Windows support to `with_curl_artifact_script` | Simon Sapin | 2019-11-22 | 1 | -25/+28 |
| | |||||
* | Move `mkdir` call out of `with_curl_script` | Simon Sapin | 2019-11-22 | 1 | -1/+0 |
| | |||||
* | Deduplicate task dependencies | Simon Sapin | 2019-11-22 | 1 | -1/+6 |
| | |||||
* | Raise the priority of the release build task for WPT on macOS | Simon Sapin | 2019-11-18 | 1 | -0/+3 |
| | | | | | | | | | | … since other time-sensitive tasks depend on them. Note: we need to be careful with task priorities, especially in worker pools with limited capacity, since they are absolute and can cause starvation: https://docs.taskcluster.net/docs/manual/tasks/priority | ||||
* | macOS CI: use a cache of github.com/servo/servo | Simon Sapin | 2019-11-17 | 1 | -2/+13 |
| | | | | Relies on https://github.com/servo/taskcluster-config/pull/6 | ||||
* | Don’t fetch git tags | Simon Sapin | 2019-11-16 | 1 | -2/+2 |
| | |||||
* | Reduce git fetch depth. 100 still takes quite some time! | Simon Sapin | 2019-11-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` (git init servo.git && cd servo.git && time git fetch https://github.com/servo/servo master $ARGS && ); rm -rf servo.git Full: 724.75 MiB 57s home fiber in Paris 1m25s AWS us-west-2 Oregon 3m23s Macstadium DC1 Atlanta 4m22s Macstadium DC2 Las Vegas --depth 100: 129.00 MiB 1m21s home 1m18s AWS 1m30s Macstadium 1 1m24s Macstadium 2 --depth 50: 97.62 MiB 30s home 30s AWS 41s Macstadium 1 40s Macstadium 2 --depth 30: 92.47 MiB 17s home 18s AWS 27s Macstadium 1 26s Macstadium 2 --depth 10: 88.25 MiB 11s home 12s AWS 26s Macstadium 1 25s Macstadium 2 --depth 1: 87.53 MiB 10s home 10s AWS 22s Macstadium 1 28s Macstadium 2 ``` | ||||
* | Print timing of git operations | Simon Sapin | 2019-11-16 | 1 | -2/+2 |
| | |||||
* | Auto merge of #24712 - servo:lz4, r=jdm | bors-servo | 2019-11-12 | 1 | -4/+4 |
|\ | | | | | | | | | | | | | | | Revert "Upload uncompressed Docker images" https://bugzilla.mozilla.org/show_bug.cgi?id=1593543 is fixed. This reverts commit 5abb013dfdacaf9b7029b4c07dcb93c016e378b8. | ||||
| * | Revert "Upload uncompressed Docker images" | Simon Sapin | 2019-11-12 | 1 | -4/+4 |
| | | | | | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1593543 is fixed. This reverts commit 5abb013dfdacaf9b7029b4c07dcb93c016e378b8. | ||||
* | | Remove support for taskcluster.net in the decision task | Simon Sapin | 2019-11-08 | 1 | -10/+2 |
| | | |||||
* | | Move all tasks to Community-TC | Simon Sapin | 2019-11-08 | 1 | -4/+4 |
|/ | |||||
* | Update the decision task’s Docker image | Simon Sapin | 2019-11-05 | 1 | -1/+1 |
| | | | | https://github.com/servo/taskcluster-bootstrap-docker-images/compare/47b7864da...5a2588ef1 | ||||
* | Don’t fail tasks if a branch was fast-forward-pushed since the triggering ↵ | Simon Sapin | 2019-11-05 | 1 | -2/+2 |
| | | | | push event | ||||
* | Always construct TC API URLs from $TASKCLUSTER_PROXY_URL or ↵ | Simon Sapin | 2019-11-05 | 1 | -8/+10 |
| | | | | $TASKCLUSTER_ROOT_URL | ||||
* | Support both Taskcluster deployments | Simon Sapin | 2019-11-04 | 1 | -1/+10 |
| | | | | Part of https://bugzilla.mozilla.org/show_bug.cgi?id=1574648 | ||||
* | Upload uncompressed Docker images | Simon Sapin | 2019-11-04 | 1 | -4/+4 |
| | | | | Work aronud https://bugzilla.mozilla.org/show_bug.cgi?id=1593543 | ||||
* | Taskcluster: install the `rustc-dev` rustup component, required for compiler ↵ | Simon Sapin | 2019-10-27 | 1 | -2/+0 |
| | | | | plugins | ||||
* | Don’t install rust-docs, rust-src, or clippy on CI | Simon Sapin | 2019-10-21 | 1 | -1/+3 |
| | | | | See https://blog.rust-lang.org/2019/10/15/Rustup-1.20.0.html#profiles | ||||
* | Auto merge of #23445 - servo:rustup_win, r=jdm | bors-servo | 2019-06-21 | 1 | -5/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Taskcluster: use current rustup.rs on Windows 1.18.3 includes speed improvements when excracting tarballs: https://github.com/rust-lang/rustup.rs/blob/1.18.3/CHANGELOG.md <!-- 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/23445) <!-- Reviewable:end --> | ||||
| * | Taskcluster: use current rustup.rs on Windows | Simon Sapin | 2019-05-23 | 1 | -5/+1 |
| | | | | | | | | | | 1.18.3 includes speed improvements when excracting tarballs: https://github.com/rust-lang/rustup.rs/blob/1.18.3/CHANGELOG.md | ||||
* | | `git show --pretty=%P` sometimes prints a diff. Use `git cat-file` instead. | Simon Sapin | 2019-05-23 | 1 | -5/+11 |
| | | |||||
* | | Compute the "task ID" only when needed | Simon Sapin | 2019-05-23 | 1 | -4/+6 |
| | | |||||
* | | Index taskcluster tasks by merge parents if available. | Josh Matthews | 2019-05-23 | 1 | -0/+12 |
|/ |