[zorg] r367629 - Update URL for last-good-build.properties

Jessica Paquette via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 1 15:47:51 PDT 2019


Author: paquette
Date: Thu Aug  1 15:47:51 2019
New Revision: 367629

URL: http://llvm.org/viewvc/llvm-project?rev=367629&view=rev
Log:
Update URL for last-good-build.properties

The last_good_build.properties file is no longer hosted at

http://labmaster2.local/artifacts/clang-stage1-configure-RA

Update it to point to its new home at

http://labmaster2.local/artifacts/clang-stage1-RA

(This might cause some things to break, which were relying on LLVM_REV being
set. Those things were needlessly spinning on the same compiler though, so
they really ought to be broken anyway.)

Modified:
    zorg/trunk/zorg/jenkins/relay.groovy

Modified: zorg/trunk/zorg/jenkins/relay.groovy
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/jenkins/relay.groovy?rev=367629&r1=367628&r2=367629&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/relay.groovy (original)
+++ zorg/trunk/zorg/jenkins/relay.groovy Thu Aug  1 15:47:51 2019
@@ -54,7 +54,7 @@ curl -fksSO "${last_good_properties_url}
 
 def pipeline(job_pattern,
         artifact_url='http://labmaster2.local/artifacts/',
-        last_good_properties_url='http://labmaster2.local/artifacts/clang-stage1-configure-RA/last_good_build.properties') {
+        last_good_properties_url='http://labmaster2.local/artifacts/clang-stage1-RA/last_good_build.properties') {
     node('master') {
         stage('main') {
             relay_steps job_pattern, artifact_url, last_good_properties_url




More information about the llvm-commits mailing list