[zorg] r255648 - [mips] Enable uploading of artifacts to the 'llvmlab bisect' bucket for clang-cmake-mipsel.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 06:41:21 PST 2015


Author: dsanders
Date: Tue Dec 15 08:41:21 2015
New Revision: 255648

URL: http://llvm.org/viewvc/llvm-project?rev=255648&view=rev
Log:
[mips] Enable uploading of artifacts to the 'llvmlab bisect' bucket for clang-cmake-mipsel.

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=255648&r1=255647&r2=255648&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Tue Dec 15 08:41:21 2015
@@ -732,8 +732,7 @@ def _get_sanitizer_builders():
                            extra_cmake_args=["-DLLVM_HOST_TRIPLE=mipsel-unknown-linux-gnu",
                                              "-DLLVM_DEFAULT_TARGET_TRIPLE=mipsel-unknown-linux-gnu",
                                              "-DLLVM_TARGET_ARCH=Mips"],
-                           # Don't upload for the first few builds.
-                           #stage1_upload_directory='clang-cmake-mipsel',
+                           stage1_upload_directory='clang-cmake-mipsel',
                            env = {'BOTO_CONFIG': '/var/buildbot/llvmlab-build-artifacts.boto'})},
           ]
 




More information about the llvm-commits mailing list