Commit 5f688170 authored by ilevy@chromium.org's avatar ilevy@chromium.org

Add compiler_experiemental stage to fyi builder

Also deleting unused fyi_buildertester script

BUG=
TEST=


Review URL: https://chromiumcodereview.appspot.com/10802033

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151780 0039d316-1c4b-4281-b951-d872f2087c98
parent d29ba6c1
......@@ -74,15 +74,13 @@
}]
],
},
{
{
# Experimental / in-progress targets that are expected to fail
# but we still try to compile them on bots (turning the stage
# orange, not red).
'target_name': 'android_experimental',
'type': 'none',
'dependencies': [
'../chrome/chrome.gyp:unit_tests',
],
'dependencies': [],
},
{
# In-progress targets that are expected to fail and are NOT run
......
......@@ -15,4 +15,5 @@ BB_SRC_ROOT="$(cd "$(dirname $0)/../.."; pwd)"
bb_baseline_setup "$BB_SRC_ROOT" "$@"
bb_compile
bb_compile_experimental
bb_zip_build
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment