diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-01-30 07:25:28 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-30 07:25:28 -0800 |
commit | 9cdf78d53d0a101d99e911088a00c677476f5bf1 (patch) | |
tree | eb9b60e2e4bbafb07650f5744db9cc948659cba9 | |
parent | 81712560cafbb6a5ed12c5306522a6ea0cbe09f7 (diff) | |
parent | 6ecd0456e224bfcc42a8ae5e9c56b98d2079ed18 (diff) | |
download | servo-9cdf78d53d0a101d99e911088a00c677476f5bf1.tar.gz servo-9cdf78d53d0a101d99e911088a00c677476f5bf1.zip |
Auto merge of #15284 - aneeshusa:remove-unused-windows-builders, r=larsbergstrom
Remove unused builders
These have been superseded by the windows-gnu and windows-msvc versions.
Removing them allows freeing up disk space on the Windows builders.
r? @larsbergstrom
<!-- Please describe your changes on the following line: -->
---
<!-- 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
- [ ] These changes do not require tests because _____
<!-- 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/15284)
<!-- Reviewable:end -->
-rw-r--r-- | etc/ci/buildbot_steps.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index 1d788f9e55f..3d883ac680e 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -100,11 +100,6 @@ arm64: - bash ./etc/ci/lockfile_changed.sh - bash ./etc/ci/manifest_changed.sh -windows-dev: - - ./mach build --dev - - ./mach test-unit - - ./mach build-geckolib - windows-gnu-dev: - ./mach build --dev - ./mach test-unit @@ -115,11 +110,6 @@ windows-msvc-dev: - mach.bat test-unit - mach.bat build-geckolib -windows-nightly: - - ./mach build --release - - ./mach package --release - - ./etc/ci/upload_nightly.sh windows-gnu - windows-gnu-nightly: - ./mach build --release - ./mach package --release |