From 353e48a42fb2c929d441792600e17421c4184170 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 12 Oct 2016 18:25:49 +0530 Subject: [PATCH] Add release test-stylo to buildbot steps, https://github.com/servo/saltfs/pull/508#issuecomment-253203920 --- etc/ci/buildbot_steps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index 0ffd5279512..a7a8e12a78b 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -77,6 +77,7 @@ linux-rel-css: - ./mach test-css --release --processes 16 --log-raw test-css.log --log-errorsummary css-errorsummary.log - ./mach build-cef --release - ./mach build-geckolib --release + - ./mach test-stylo --release - bash ./etc/ci/lockfile_changed.sh - bash ./etc/ci/manifest_changed.sh