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 @@ ...@@ -74,15 +74,13 @@
}] }]
], ],
}, },
{ {
# Experimental / in-progress targets that are expected to fail # Experimental / in-progress targets that are expected to fail
# but we still try to compile them on bots (turning the stage # but we still try to compile them on bots (turning the stage
# orange, not red). # orange, not red).
'target_name': 'android_experimental', 'target_name': 'android_experimental',
'type': 'none', 'type': 'none',
'dependencies': [ 'dependencies': [],
'../chrome/chrome.gyp:unit_tests',
],
}, },
{ {
# In-progress targets that are expected to fail and are NOT run # In-progress targets that are expected to fail and are NOT run
......
...@@ -15,4 +15,5 @@ BB_SRC_ROOT="$(cd "$(dirname $0)/../.."; pwd)" ...@@ -15,4 +15,5 @@ BB_SRC_ROOT="$(cd "$(dirname $0)/../.."; pwd)"
bb_baseline_setup "$BB_SRC_ROOT" "$@" bb_baseline_setup "$BB_SRC_ROOT" "$@"
bb_compile bb_compile
bb_compile_experimental
bb_zip_build 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