From e868c4c9b7b45f59ad70a24c628b65b4c7ab96ed Mon Sep 17 00:00:00 2001 From: "E. Dunham" Date: Fri, 14 Jul 2017 10:02:09 -0700 Subject: [PATCH] Run chaos_monkey_test on the non-gating builder --- etc/ci/buildbot_steps.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index 72de02e9862..89fa5303940 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -63,6 +63,11 @@ linux-rel-intermittent: - ./mach build --release - ./etc/ci/check_intermittents.sh --log-raw intermittents.log +linux-rel-nogate: + - ./mach clean-nightlies --keep 3 --force + - ./mach build --release + - python ./etc/ci/chaos_monkey_test.py + mac-rel-intermittent: - ./mach clean-nightlies --keep 3 --force - ./mach build --release