Make the alphabetized check self-gating

When putting the alphabetize script into slave_scripts, we run the risk
of bugs entering the script without being tested before they are rolled
live and become part of the gate. This just recently happened. Instead,
move it to the tools dir, which makes it easy for a dev to run, and also
which makes changes to the script self-gating.

Change-Id: Ia5e1870f84b0cbc0c6f172b6982263440af5575e
This commit is contained in:
Monty Taylor 2014-01-26 08:54:27 -08:00
parent cc5c802da7
commit da1465db09
2 changed files with 1 additions and 2 deletions

View File

@ -66,8 +66,7 @@
builders: builders:
- gerrit-git-prep - gerrit-git-prep
- shell: | - shell: "tools/check_projects_yaml_alphabetized.sh"
/usr/local/jenkins/slave_scripts/check_projects_yaml_alphabetized.sh
publishers: publishers:
- console-log - console-log