[zorg] r236766 - Rename builder lldb-x86_64-ubuntu-14.04-cross-compilation to lldb-x86_64-ubuntu-14.04-android

Ying Chen chying at google.com
Thu May 7 12:49:56 PDT 2015


Author: chying
Date: Thu May  7 14:49:56 2015
New Revision: 236766

URL: http://llvm.org/viewvc/llvm-project?rev=236766&view=rev
Log:
Rename builder lldb-x86_64-ubuntu-14.04-cross-compilation to lldb-x86_64-ubuntu-14.04-android

Test Plan: Test on local buildbot master

Reviewers: sivachandra, vharron

Subscribers: tberghammer, llvm-commits

Differential Revision: http://reviews.llvm.org/D9571

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=236766&r1=236765&r2=236766&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Thu May  7 14:49:56 2015
@@ -754,7 +754,7 @@ def _get_lldb_builders():
          'slavenames': ["lldb-x86_64-darwin-13.4"],
          'builddir': "buildDir",
          'factory': LLDBBuilder.getLLDBxcodebuildFactory()},
-        {'name': "lldb-x86_64-ubuntu-14.04-cross-compilation",
+        {'name': "lldb-x86_64-ubuntu-14.04-android",
          'slavenames': ["lldb-lab-linux01"],
          'builddir': "lldb-cross-compile",
          'factory': LLDBBuilder.getLLDBUbuntuCMakeBuildFactory(





More information about the llvm-commits mailing list