We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2913d65 commit e868c4cCopy full SHA for e868c4c
etc/ci/buildbot_steps.yml
@@ -63,6 +63,11 @@ linux-rel-intermittent:
63
- ./mach build --release
64
- ./etc/ci/check_intermittents.sh --log-raw intermittents.log
65
66
+linux-rel-nogate:
67
+ - ./mach clean-nightlies --keep 3 --force
68
+ - ./mach build --release
69
+ - python ./etc/ci/chaos_monkey_test.py
70
+
71
mac-rel-intermittent:
72
- ./mach clean-nightlies --keep 3 --force
73
0 commit comments