aboutsummaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Auto merge of #21242 - servo:android-wpt, r=jdmbors-servo2018-07-282-0/+12
|\ | | | | | | | | | | | | | | Run a couple WPT tests on Android on 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/21242) <!-- Reviewable:end -->
| * Run a couple WPT tests on Android on CISimon Sapin2018-07-261-0/+2
| |
| * run_in_headless_android_emulator: add support for $HOST_FILESimon Sapin2018-07-261-0/+10
| |
* | Use local android toolchain for dynamic symbol check.Josh Matthews2018-07-271-1/+1
|/
* Auto merge of #21213 - servo:android-wpt, r=nox+jgrahambors-servo2018-07-201-24/+100
|\ | | | | | | | | | | | | | | | | | | | | | | | | Add some support for WPT tests in an Android emulator through WebDriver This succeeds on my machine: `./mach test-wpt --product servodriver --binary etc/run_in_headless_android_emulator.py --binary-arg servo-x86 --binary-arg target/i686-linux-android/release/servo.apk /_mozilla/mozilla/DOMParser.html` <!-- 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/21213) <!-- Reviewable:end -->
| * run_in_headless_android_emulator: add some code commentsSimon Sapin2018-07-191-1/+21
| |
| * run_in_headless_android_emulator: add support for reverse port forwardingSimon Sapin2018-07-191-0/+8
| |
| * run_in_headless_android_emulator: add support for user stylesheetsSimon Sapin2018-07-191-3/+19
| |
| * run_in_headless_android_emulator: add port forwarding for webdriverSimon Sapin2018-07-191-0/+23
| |
| * Refactor run_in_headless_android_emulator.py into more functionsSimon Sapin2018-07-191-24/+33
| |
* | Resume WPT syncing on mac builders.Josh Matthews2018-07-191-3/+3
|/
* Auto merge of #21200 - servo:run_in_headless_android, r=noxbors-servo2018-07-181-0/+138
|\ | | | | | | | | | | | | | | | | | | | | Refactor run_in_headless_android_emulator.py out of mach test-android-startup … and make it more careful about not leaving zombie processes behind. <!-- 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/21200) <!-- Reviewable:end -->
| * Refactor run_in_headless_android_emulator.py out of mach test-androi-startupSimon Sapin2018-07-181-0/+138
| | | | | | | | … and make it more careful about not leaving zombie processes behind.
* | Auto merge of #21185 - servo:bootstrapped-android, r=paulrougetbors-servo2018-07-181-4/+6
|\ \ | |/ |/| | | | | | | | | | | Stop using Salt-installed Android SDK on 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/21185) <!-- Reviewable:end -->
| * Stop using Salt-installed Android SDK on CISimon Sapin2018-07-161-4/+6
| |
* | Revert f37699d68212ad3f1e099651b2b5e05508941b7f to fix perf test.Josh Matthews2018-07-171-2/+2
| |
* | Recreate virtualenv from scratch when syncing WPTJosh Matthews2018-07-171-0/+1
| |
* | Android: run ./mach package implicitly after ./mach build by defaultSimon Sapin2018-07-161-1/+0
|/ | | | | | The result of `./mach build` for Android is a `.so` file that cannot be used on its own, so running build without package is presumably never useful.
* Auto merge of #21167 - servo:jdm-patch-13, r=asajeffreybors-servo2018-07-121-2/+2
|\ | | | | | | | | | | | | | | | | | | | | Avoid virtualenv conflicts when running nightly jobs To avoid the errors that appear in http://build.servo.org/builders/linux-nightly/builds/750, I'm trying to keep the regular mach virtualenv and the one used for test-perf separate. <!-- 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/21167) <!-- Reviewable:end -->
| * Use an explicit virtualenv name when running perf tests.Josh Matthews2018-07-121-2/+2
| |
* | Exiting on broken pipe is expected operation for the 'yes' programSimon Sapin2018-07-121-0/+5
| |
* | Test Android x86 on CISimon Sapin2018-07-122-1/+19
|/
* Add a no-op 'android-x86' set of Buildbot stepsSimon Sapin2018-07-111-0/+3
| | | | | | | | | This seems to exist before we configure Buildbot to look for it. Actual compilation and testing steps will be added once Buildbot is configured to run them. CC https://github.com/servo/servo/issues/21124, https://github.com/servo/servo/issues/21116
* Run WPT sync on a machine with a case-sensitive filesystem.Josh Matthews2018-07-091-3/+3
|
* Check WPT manifest when running test-tidytigercosmos2018-06-193-20/+0
|
* Make it easier to debug Taskcluster runsAneesh Agrawal2018-05-201-0/+2
| | | | | Print out each command before it is run, to help debug future Taskcluster issues.
* Auto merge of #20819 - servo:fourchette, r=jdmbors-servo2018-05-192-7/+1
|\ | | | | | | | | | | | | | | Remove unused build targets <!-- 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/20819) <!-- Reviewable:end -->
| * Remove geckolib-related build commands.Emilio Cobos Álvarez2018-05-172-7/+1
| |
* | Install rustup in TaskCluster buildsSimon Sapin2018-05-151-0/+3
| |
* | Set environment variables for taskcluster buildsSimon Sapin2018-05-151-0/+6
|/
* Remove Geckolib CI.Emilio Cobos Álvarez2018-04-283-15/+0
|
* Automation Script to take screenshot for servoasoni32018-04-272-0/+156
|
* Auto merge of #20259 - vugarmammadli:master, r=jdmbors-servo2018-03-191-1/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support memory report logs with interleaved non-report output <!-- Please describe your changes on the following line: --> `line 30-31` in `servo/etc/memory_reports_over_time.py` should just ignore any line that doesn't begin with `|`. The new if statement added such as `if line.startswith('|'):` then continue to append. So, only lines begin with `|` will be appended. --- <!-- 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 - [ ] These changes fix #20257(github issue number if applicable). <!-- Either: --> - [X] There are tests for these changes OR - [ ] These changes do not require tests because of __ <!-- 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/20259) <!-- Reviewable:end -->
| * Support memory report logs with interleaved non-report output, added ↵Vugar Mammadli2018-03-191-1/+14
| | | | | | | | automated tests
* | Remove update-manifest argument that is no longer valid.Josh Matthews2018-03-161-1/+1
| |
* | Avoid using WPT test runner to update the test manifest.Josh Matthews2018-03-161-17/+1
|/
* Auto merge of #20260 - servo:jdm-patch-11, r=asajeffreybors-servo2018-03-151-0/+2
|\ | | | | | | | | | | | | | | | | | | | | Run automated test for memory report charter. No point in having tests if they don't get run. <!-- 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/20260) <!-- Reviewable:end -->
| * Run memory charting test on CI.Josh Matthews2018-03-091-0/+2
| |
* | Unbreak the docs build.Josh Matthews2018-03-111-3/+3
|/
* Add tool to chart memory usage from reports.Josh Matthews2018-03-082-0/+248
|
* Improve disk usage of doc builds.Josh Matthews2018-03-021-0/+6
|
* Clean up after some disk-space intensive builds.Josh Matthews2018-02-271-0/+2
|
* Auto merge of #20112 - servo:jdm-patch-11, r=asajeffreybors-servo2018-02-231-4/+2
|\ | | | | | | | | | | | | | | | | | | | | Include non-upstream metadata changes in WPT sync. The original sync work excluded changes to metadata files under tests/wpt/mozilla under the assumption that any change in test results indicated an existing intermittent issue. This is incorrect, because these tests rely on shared infrastructure with upstream, so the results can be influenced by syncing. <!-- 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/20112) <!-- Reviewable:end -->
| * Refine the set of directories that are checked during WPT syncing.Josh Matthews2018-02-231-1/+1
| |
| * Include non-upstream metadata changes in WPT sync.Josh Matthews2018-02-231-4/+2
| |
* | Auto merge of #20107 - servo:jdm-patch-10, r=emiliobors-servo2018-02-232-6/+17
|\ \ | |/ |/| | | | | | | | | | | | | | | | | Clean more build artificats This is the latest attempt in the war against disk space usage on the build machines. <!-- 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/20107) <!-- Reviewable:end -->
| * Use CI script instead of ./mach cleanJosh Matthews2018-02-231-6/+6
| | | | | | | | The script is more thorough that the mach command, which only wraps `cargo clean`.
| * Create script to easily remove existing CI build artifacts.Josh Matthews2018-02-231-0/+11
| |
* | Auto merge of #20086 - servo:jdm-patch-6, r=aneeshusabors-servo2018-02-221-0/+5
|\ \ | |/ |/| | | | | | | | | | | | | | | | | Add debug output to doc build. This should narrow down the cause of https://github.com/servo/servo/issues/17243. <!-- 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/20086) <!-- Reviewable:end -->
| * Use more periods.Josh Matthews2018-02-221-4/+4
| |