From baf7ad65adb14b6eb0eb9cf30c186321ad5bf2e1 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 14 Apr 2016 11:33:29 -0400 Subject: [PATCH] Gate on forbidden additions of unwrap --- buildbot/master/files/config/master.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/buildbot/master/files/config/master.cfg b/buildbot/master/files/config/master.cfg index 20d4fe94..3b9c7e9e 100644 --- a/buildbot/master/files/config/master.cfg +++ b/buildbot/master/files/config/master.cfg @@ -130,6 +130,7 @@ linux_rel_factory = create_servo_factory([ steps.Compile(command=["./mach", "build-geckolib", "--release"], env=linux_headless_env), steps.ShellCommand(command=["bash", "./etc/ci/lockfile_changed.sh"], env=linux_headless_env), steps.ShellCommand(command=["bash", "./etc/ci/manifest_changed.sh"], env=linux_headless_env), + steps.ShellCommand(command=["bash", "./etc/ci/check_no_unwrap.sh"], env=linux_headless_env), ]) mac_rel_wpt_factory = create_servo_factory([