Merge "Feat!: Decommission log shipping on Nexus"
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 7 Oct 2021 22:48:30 +0000 (22:48 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 7 Oct 2021 22:48:30 +0000 (22:48 +0000)
jenkins-config/global-vars-releng.sh
jenkins-config/global-vars-sandbox.sh
jjb/autorelease/notify-build-failure.sh
jjb/copy-sandbox-logs.sh
jjb/releng-macros.yaml

index 66104cd33fe012d93b56e99ea09440f5be4eff3f..1da2fd269ed659b37e8ea6a348e10751b0120d92 100644 (file)
@@ -6,7 +6,6 @@ GERRIT_URL=https://git.opendaylight.org/gerrit
 GIT_BASE=git://devvexx.opendaylight.org/mirror/$PROJECT
 GIT_URL=git://devvexx.opendaylight.org/mirror
 JENKINS_HOSTNAME=vex-yul-odl-jenkins-1
-LOGS_SERVER=https://logs.opendaylight.org
 NEXUS_URL=https://nexus.opendaylight.org
 ODLNEXUSPROXY=https://nexus.opendaylight.org
 REGISTRY_PORTS=10001 10002 10003 10004
index 290fc69c42bd8b2bf32c52192fbd5ac7ed39cd72..f32a5546caf19131be594dabf00bde514a8b3988 100644 (file)
@@ -6,7 +6,6 @@ GERRIT_URL=https://git.opendaylight.org/gerrit
 GIT_BASE=git://devvexx.opendaylight.org/mirror/$PROJECT
 GIT_URL=git://devvexx.opendaylight.org/mirror
 JENKINS_HOSTNAME=vex-yul-odl-jenkins-2
-LOGS_SERVER=https://logs.opendaylight.org
 NEXUS_URL=https://nexus.opendaylight.org
 ODLNEXUSPROXY=https://nexus.opendaylight.org
 REGISTRY_PORTS=10001 10002 10003 10004
index 6eafef7b4383d1bf4687aec1876b03cc9d62ef4a..805a1fa8f093581af20532149440ddc4d3175d0b 100644 (file)
@@ -107,7 +107,7 @@ Autorelease $STREAM failed to build $ARTIFACT_ID$PROJECT_STRING in build
 $BUILD_NUMBER. \${!ATTACHMENT} ${PROJECT:+${NEWLINE}${GROUPLIST}}
 
 Console Logs:
-https://logs.opendaylight.org/$SILO/$ARCHIVES_DIR
+https://s3-logs.opendaylight.org/logs/$SILO/$ARCHIVES_DIR
 
 Jenkins Build:
 $BUILD_URL
index e3885e5897bc102e2728cf2ee00c9b586907356d..3edb1345dc1904aa31009dd276f28433d70ed0b7 100644 (file)
@@ -19,7 +19,7 @@
 echo "---> copy-sandbox-logs.sh"
 
 build_path="$(echo "$GERRIT_EVENT_COMMENT_TEXT" | base64 -d | grep 'copy-logs:' | awk -F: '{print $2}' | tr -d '[:space:]')"
-fetch_url="https://logs.opendaylight.org/sandbox/vex-yul-odl-jenkins-2/$build_path"
+fetch_url="https://s3-logs.opendaylight.org/logs/sandbox/vex-yul-odl-jenkins-2/$build_path"
 
 COPY_DIR="$WORKSPACE/archives"
 mkdir -p "$COPY_DIR"
index 21ee6b7bfd7dfbdf6f58e0ae3681baf421246084..4e9c74a4899ee8cfc3ccaf42d1772922cdadea4f 100644 (file)
@@ -29,7 +29,9 @@
             **/hs_err_*.log
             **/target/feature/feature.xml
           # TODO: **/*.hprof is too large, compress with xz first
-          description: "Space separated glob patterns for artifacts to archive into logs.opendaylight.org"
+          description: |
+            Space separated glob patterns for artifacts to archive
+            into s3-logs.opendaylight.org/logs
       - string:
           name: GERRIT_PROJECT
           default: "{project}"
             and use the Jenkins Build URL as a last resort.
 
             Console Logs URL:
-            https://logs.opendaylight.org/$SILO/$JENKINS_HOSTNAME/$JOB_NAME/$BUILD_NUMBER
+            https://s3-logs.opendaylight.org/logs/$SILO/$JENKINS_HOSTNAME/$JOB_NAME/$BUILD_NUMBER
 
             Jenkins Build URL:
             $BUILD_URL