Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRun etc/ci/chaos_monkey_test.py, non-gating #360
Conversation
|
cc @asajeffrey |
|
Indeed, it would be nice to run this without gating, just so we can see if we're getting new intermittents. If that's not doable, we could gate as long as we can ungate in a hurry if necessary! This may make Monday a better day to start gating than a Friday when I'm travelling :) |
|
@aneeshusa Current changes create a new builder, |
| @@ -34,6 +34,9 @@ linux-dev: | |||
| - bash ./etc/ci/manifest_changed.sh | |||
| - bash ./etc/ci/check_no_unwrap.sh | |||
|
|
|||
| linux-nogate: | |||
| - bash ./etc/ci/chaos_monkey_test.sh | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
failure on master is because
is 81 characters. @aneeshusa which workaround for this lint failure would you consider least objectionable -- renaming |
|
Get rid of |
|
r=me after switching the order of the commits (I think separate commits is better than squashing here). |
|
Also, if you have enough space on the line, it would be nice to rename |
|
|
|
Ping on finishing this - could prevent issues like servo/servo#11926. |
| @@ -160,6 +162,9 @@ class DynamicServoYAMLBuilder(util.BuilderConfig): | |||
| ) | |||
|
|
|||
| c['builders'] = [ | |||
| DynamicServoBuilder("linux-dev", LINUX_SLAVES, envs.build_linux), | |||
This comment has been minimized.
This comment has been minimized.
| @@ -160,6 +162,9 @@ class DynamicServoYAMLBuilder(util.BuilderConfig): | |||
| ) | |||
|
|
|||
| c['builders'] = [ | |||
| DynamicServoBuilder("linux-dev", LINUX_SLAVES, envs.build_linux), | |||
| DynamicServoBuilder("linux-nogate", LINUX_SLAVES, envs.build_linux), | |||
This comment has been minimized.
This comment has been minimized.
|
LGTM aside from the nits, please rebase + squash. |
|
|
|
@aneeshusa Updated this one to account for the refactors since I accidentally forgot it existed. |
Run chaos_monkey_test on the non-gating builder re #10927, servo/saltfs#360 the old salt pr became a salt pr + a servo pr due to the buildbot steps living over here now. <!-- 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/17734) <!-- Reviewable:end -->
… (from edunham:nogate); r=jdm re servo/servo#10927, servo/saltfs#360 the old salt pr became a salt pr + a servo pr due to the buildbot steps living over here now. Source-Repo: https://github.com/servo/servo Source-Revision: 8e14d936022b863061ffc42cccc86922be03951a --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 1ac0eb59d5103e203594f68b719cc34e530bc4d3
… (from edunham:nogate); r=jdm re servo/servo#10927, servo/saltfs#360 the old salt pr became a salt pr + a servo pr due to the buildbot steps living over here now. Source-Repo: https://github.com/servo/servo Source-Revision: 8e14d936022b863061ffc42cccc86922be03951a
… (from edunham:nogate); r=jdm re servo/servo#10927, servo/saltfs#360 the old salt pr became a salt pr + a servo pr due to the buildbot steps living over here now. Source-Repo: https://github.com/servo/servo Source-Revision: 8e14d936022b863061ffc42cccc86922be03951a
… (from edunham:nogate); r=jdm re servo/servo#10927, servo/saltfs#360 the old salt pr became a salt pr + a servo pr due to the buildbot steps living over here now. Source-Repo: https://github.com/servo/servo Source-Revision: 8e14d936022b863061ffc42cccc86922be03951a
… (from edunham:nogate); r=jdm re servo/servo#10927, servo/saltfs#360 the old salt pr became a salt pr + a servo pr due to the buildbot steps living over here now. Source-Repo: https://github.com/servo/servo Source-Revision: 8e14d936022b863061ffc42cccc86922be03951a
… (from edunham:nogate); r=jdm re servo/servo#10927, servo/saltfs#360 the old salt pr became a salt pr + a servo pr due to the buildbot steps living over here now. Source-Repo: https://github.com/servo/servo Source-Revision: 8e14d936022b863061ffc42cccc86922be03951a
|
Thanks @edunham for getting back to this! |
|
|
Run etc/ci/chaos_monkey_test.py, non-gating As requested in servo/servo#10927 r? @larsbergstrom <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/360) <!-- Reviewable:end -->
|
|
… (from edunham:nogate); r=jdm re servo/servo#10927, servo/saltfs#360 the old salt pr became a salt pr + a servo pr due to the buildbot steps living over here now. Source-Repo: https://github.com/servo/servo Source-Revision: 8e14d936022b863061ffc42cccc86922be03951a UltraBlame original commit: 307eb68974d8ce9567bcbf9f7110bc98e4f8fb18
… (from edunham:nogate); r=jdm re servo/servo#10927, servo/saltfs#360 the old salt pr became a salt pr + a servo pr due to the buildbot steps living over here now. Source-Repo: https://github.com/servo/servo Source-Revision: 8e14d936022b863061ffc42cccc86922be03951a UltraBlame original commit: 307eb68974d8ce9567bcbf9f7110bc98e4f8fb18
… (from edunham:nogate); r=jdm re servo/servo#10927, servo/saltfs#360 the old salt pr became a salt pr + a servo pr due to the buildbot steps living over here now. Source-Repo: https://github.com/servo/servo Source-Revision: 8e14d936022b863061ffc42cccc86922be03951a UltraBlame original commit: 307eb68974d8ce9567bcbf9f7110bc98e4f8fb18
edunham commentedMay 5, 2016
•
edited by larsbergstrom
As requested in servo/servo#10927
r? @larsbergstrom
This change is