aboutsummaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Fix windows msi directoryLars Bergstrom2016-07-261-1/+1
|
* Add Windows packaging to create an MSI installerJack Moffitt2016-07-251-2/+2
|
* Place apis.html in the same place as css-properties.htmlJosh Matthews2016-07-151-1/+2
| | | Don't upload the cached results of parsing WebIDL files, too.
* Generate a list of supported DOM APIs from parsed WebIDLs.Josh Matthews2016-07-151-0/+2
|
* Auto merge of #12200 - aneeshusa:add-linux-dev-yaml, r=larsbergstrombors-servo2016-07-031-4/+27
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add linux dev yaml <!-- Please describe your changes on the following line: --> Sync `steps.yml` from saltfs and add `linux-dev-yaml` builder for testing steps.yml switchover. Helps with servo/saltfs#316. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because linux-dev-yaml is non-gated and other changes are running in production <!-- 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12200) <!-- Reviewable:end -->
| * Add linux-dev-yaml to buildbot_steps.ymlAneesh Agrawal2016-07-031-0/+12
| | | | | | | | | | The `linux-dev-yaml` builder is being used to test out the switchover of the steps.yml file from the saltfs repo to the servo repo.
| * Sync steps.yml from saltfs and update Servo copyAneesh Agrawal2016-07-031-4/+15
| |
* | Adds explicit mime type to upload_nightly.shJim Berlage2016-07-011-1/+2
|/ | | | | | | | This changes the script to pass the `--mime-type` option to `s3cmd`, as described [here](http://s3tools.org/usage). The MIME type used is `application/octet-stream`. Fixes #12153.
* Add servo-latest on upload-nightlyJacob Clark2016-07-011-7/+16
| | | | Allows easy linking to nightly builds.
* Commit to the correct s3 folder, not fileLars Bergstrom2016-06-301-1/+1
|
* Change bucket nameLars Bergstrom2016-06-301-1/+1
|
* Add a script to upload nightly packages to S3Aneesh Agrawal2016-06-291-0/+47
| | | | | | | | | | The nightly package name includes the date, and so we use a glob to locate the package file without hard coding a value. However, globbing will not work with our Buildbot steps setup because we perform word splitting ourselves and pass an array to Buildbot, which will directly exec the array instead of passing it to the shell, meaning globbing does not occur. Instead, add a script to the servo repo where we can use globbing, and use `shopt -s failglob` to guard against bad globs.
* Auto merge of #11397 - mbrubeck:layout-viewer, r=glennwbors-servo2016-06-0814-698/+0
|\ | | | | | | | | | | | | | | | | | | | | Remove the layout trace viewer It hasn't worked for quite a while. Alternately, maybe @glennw could investigate what's broken and file some issues to get it working again. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11397) <!-- Reviewable:end -->
| * Remove the layout trace viewerMatt Brubeck2016-05-2414-698/+0
| | | | | | | | It's unmaintained and hasn't worked for years, I think.
* | Remove --faster flag from test-tidy, go fast by default. Fixes 11217Mitchell Hentges2016-05-251-1/+1
|/
* Move pipeline into the constellation crate.Ms2ger2016-05-211-1/+1
|
* Removed sources of panic from ports/glutin.Alan Jeffrey2016-05-201-1/+3
|
* Auto merge of #11251 - asajeffrey:check-no-unwrap-check-for-files, r=aneeshusabors-servo2016-05-191-1/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added test that files exist to etc/ci/check_no_unwrap.sh. 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 --faster` does not report any errors - [X] No github issue. Either: - [ ] There are tests for these changes OR - [X] These changes do not require tests because this PR updates test code. 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11251) <!-- Reviewable:end -->
| * Added test that files exist to etc/ci/check_no_unwrap.sh.Alan Jeffrey2016-05-191-1/+5
| |
* | Updated etc/ci/check_no_unwrap.sh for new constellation crate.Alan Jeffrey2016-05-181-1/+1
|/
* Remove etc/ci/retry.shAneesh Agrawal2016-04-301-19/+0
| | | | | | It was added with the intention of being used on the CI, but it was never added to the CI. We have better ways of finding test failures and intermittents these days.
* Clean up CI bash scripts, add docs/STYLE_GUIDE.mdAneesh Agrawal2016-04-305-16/+27
|
* Auto merge of #10917 - askeing:fix_10909, r=aneeshusabors-servo2016-04-301-1/+12
|\ | | | | | | | | | | | | | | | | | | | | The manifest_changed.sh doesn't need binary to update the manifests fix #10909 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10917) <!-- Reviewable:end -->
| * The manifest_changed.sh doesn't need binary to update the manifestsaskeing2016-04-301-1/+12
| |
* | Auto merge of #10902 - asajeffrey:remove-explicit-panic-from-compositor, ↵bors-servo2016-04-291-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r=aneeshusa Remove panic! from the compositor Fixes #10864, and adds a check to `/etc/ci/check_no_unwrap.sh`. r? @aneeshusa <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10902) <!-- Reviewable:end -->
| * | Remove panic! from the compositorAlan Jeffrey2016-04-291-1/+1
| |/
* | Auto merge of #10899 - asajeffrey:chaos-monkey-ci, r=aneeshusabors-servo2016-04-291-0/+50
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added /etc/ci/chaos_monkey_test.py. Add a test to `/etc/ci` which runs a subset of `test-wpt` with `--random-pipeline-failure-probability=0.2`, and checks to make sure that there's no `CRASH` reports, so the constellation survived the experience, even if a lot of tests failed. IRC conversation at http://logs.glob.uno/?c=mozilla%23servo&s=27+Apr+2016&e=27+Apr+2016#c416510 Fixes #10568. r? @aneeshusa <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10899) <!-- Reviewable:end -->
| * Added /etc/ci/chaos_monkey_test.py.Alan Jeffrey2016-04-291-0/+50
| |
* | Auto merge of #10849 - shinglyu:yaml, r=aneeshusabors-servo2016-04-271-0/+67
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | Move buildbot step to yaml This is a step of https://github.com/servo/saltfs/issues/316 After this patch lands, we'll PR the saltfs code to read from this yaml file, and dynamically generate test steps at runtime. cc @aneeshusa @edunham <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10849) <!-- Reviewable:end -->
| * Move buildbot step to yamlShing Lyu2016-04-281-0/+67
| |
* | Adding absolute_import to check_dynamic_symbols.pyaskeing2016-04-261-0/+2
| |
* | Put each unexpected dynamic symbols on its own lineaskeing2016-04-251-2/+2
|/
* Move Mako-related files into a new sub-directory.Simon Sapin2016-04-201-1/+1
| | | | There’s gonna be more of them.
* Merge list_properties.py into build_properties_rs.pySimon Sapin2016-04-201-1/+1
|
* travis: add and run script which checks if listed files contain "unwrap". ↵Matthias Krüger2016-04-081-0/+15
| | | | Should fix #10446.
* Generate html and json of supported css properties.Jussi Räsänen2016-03-281-0/+2
| | | | | Outputs html and json file of supported css properties to target/doc/ directory when deploying github-pages.
* Remove rustc wrapper script for gold in favor of using RUSTFLAGSLars Bergstrom2016-03-251-2/+0
|
* Add Python 3 compatibility to Android symbol checkerAneesh Agrawal2016-03-201-3/+3
| | | | | | | | | | | | Make the script that checks for undefined Android symbols compatible with both Python 2 and Python 3, to allow for future updates to the default system Python on our build machines. I'd like to land this before https://github.com/servo/saltfs/pull/249. We currently use Ubuntu 14.04 (an LTS release); Ubuntu is aiming for Python 3 as the default Python in the next LTS release, 16.04, and I'd like to have any scripts be ready for the transition.
* Add a script to CI to check dynamic symbols in Android binary #8351Cengiz Can2016-03-181-0/+34
|
* Use rustdoc’s new `--passes strip-priv-imports` flag.Simon Sapin2016-03-071-1/+1
| | | | | | | https://github.com/rust-lang/rust/pull/32055 This will make e.g. http://doc.servo.org/servo/index.html#reexports stop listing `extern crate` and `use` statements that don’t have `pub`.
* Disable the manifest check for css tests.Ms2ger2016-03-011-1/+0
|
* Add CI script to retry buildsManish Goregaokar2016-02-091-0/+17
|
* Revert "Remove gold hack, since it's in rustc automatically now"Lars Bergstrom2016-01-281-0/+2
| | | | This reverts commit 2955d895a4d723bc616f37a55a973c677318a950.
* Remove gold hack, since it's in rustc automatically nowLars Bergstrom2016-01-151-2/+0
|
* Add a valgrind suppression file.Alan Jeffrey2015-12-171-0/+31
| | | | | | | | Adding a suppression file reduces the number of false positives from memcheck. Run with: ``` valgrind --suppressions=etc/valgrind-memcheck.supp servo ... ``` For the moment, this just switches off the warnings generated by jemalloc.
* Also run checks for test-css MANIFEST.jsonMartin Feckie2015-11-211-0/+1
|
* Only use single * and ignore mach outputMartin Feckie2015-11-211-2/+2
|
* Run manifest-update without running tests prior to checking diffMartin Feckie2015-11-211-1/+2
|
* Add script to check if MANIFEST.json is changes in wptMartin Feckie2015-11-191-1/+1
|
* Add script to check if MANIFEST.json files changeMartin Feckie2015-11-191-0/+4
|