[zorg] r210248 - Disable Perf submission on arm bot. Still too unstable
Renato Golin
renato.golin at linaro.org
Thu Jun 5 01:56:27 PDT 2014
Author: rengolin
Date: Thu Jun 5 03:56:27 2014
New Revision: 210248
URL: http://llvm.org/viewvc/llvm-project?rev=210248&view=rev
Log:
Disable Perf submission on arm bot. Still too unstable
Modified:
zorg/trunk/buildbot/osuosl/master/config/builders.py
Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=210248&r1=210247&r2=210248&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Thu Jun 5 03:56:27 2014
@@ -245,7 +245,6 @@ def _get_clang_builders():
'builddir':"clang-native-arm-lnt",
'factory' : LNTBuilder.getLNTFactory(triple='armv7l-unknown-linux-gnueabihf',
nt_flags=['--cflag', '-mcpu=cortex-a15', '-j2'],
- submitURL='http://llvm.org/perf/submitRun',
jobs=2, use_pty_in_tests=True, clean=False,
testerName='LNT-TestOnly-O3', run_cxx_tests=True)},
More information about the llvm-commits
mailing list