Skip to content

Commit e868c4c

Browse files
committed
Run chaos_monkey_test on the non-gating builder
1 parent 2913d65 commit e868c4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

etc/ci/buildbot_steps.yml

+5
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ linux-rel-intermittent:
6363
- ./mach build --release
6464
- ./etc/ci/check_intermittents.sh --log-raw intermittents.log
6565

66+
linux-rel-nogate:
67+
- ./mach clean-nightlies --keep 3 --force
68+
- ./mach build --release
69+
- python ./etc/ci/chaos_monkey_test.py
70+
6671
mac-rel-intermittent:
6772
- ./mach clean-nightlies --keep 3 --force
6873
- ./mach build --release

0 commit comments

Comments
 (0)