diff options
author | Aneesh Agrawal <aneeshusa@gmail.com> | 2016-07-03 15:32:58 +0000 |
---|---|---|
committer | Aneesh Agrawal <aneeshusa@gmail.com> | 2016-07-03 15:32:58 +0000 |
commit | d4c441218ae03ed958aa91ef6cfdcac9aa55c34e (patch) | |
tree | 8c31f27fe788d99c638b6746ae8be46d2266a217 | |
parent | 9b3ad26256fc186661fa4ae09868456c6b09c90a (diff) | |
download | servo-d4c441218ae03ed958aa91ef6cfdcac9aa55c34e.tar.gz servo-d4c441218ae03ed958aa91ef6cfdcac9aa55c34e.zip |
Add linux-dev-yaml to buildbot_steps.yml
The `linux-dev-yaml` builder is being used to test out the switchover
of the steps.yml file from the saltfs repo to the servo repo.
-rw-r--r-- | etc/ci/buildbot_steps.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index ff911f33e39..473c6379d5a 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -39,6 +39,18 @@ linux-dev: - bash ./etc/ci/manifest_changed.sh - bash ./etc/ci/check_no_unwrap.sh +linux-dev-yaml: + - ./mach test-tidy --no-progress --all + - ./mach test-tidy --no-progress --self-test + - ./mach build --dev + - ./mach test-compiletest + - ./mach test-unit + - ./mach build-cef + - ./mach build-geckolib + - bash ./etc/ci/lockfile_changed.sh + - bash ./etc/ci/manifest_changed.sh + - bash ./etc/ci/check_no_unwrap.sh + linux-rel: - ./mach build --release - ./mach test-wpt-failure |