summaryrefslogtreecommitdiffstats
path: root/jjb/include-raw-deploy-archives.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-11-18Modify the serverIdVanessa Rene Valderrama1-1/+1
Modifying the serverID for log shipping to use the correct serverId Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I05b48ca46ee58786b40c2d84464011f7ad7c2840
2020-10-13Clean up vpp jenkins scripts & docker dirDave Wallace1-0/+15
- Remove docker/vpp Dockerfile definitions and colateral files for image now being build by https://gerrit.fd.io/r/c/ci-management/+/28022 - Remove opensuse support which has been elided from the vpp build in https://gerrit.fd.io/r/c/vpp/+/28999 - Remove unused scripts. - Output script name marker for all jjb scripts following LFIT practices. - Remove old/unused output from scripts. - Add logic to use vpp-ext-deps download cache in the executor images to speed up build jobs. - Add copyright notifcations to modified files without an existing copyright. - Make all vpp/docs jobs use '-{stream}-{os}-{executor}' suffix in their names. - Consolidate executor logging into setup_executor_env.sh and call it first for all jobs. Change-Id: I4ffb67ed476659f0127ca8c84f20a305d06149bf Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2019-11-05Modify log publisherVanessa Rene Valderrama1-2/+2
Adding a timeout to the log publisher script to provide more information for troubleshooting. Change-Id: I3c5de3bffdac9be0844a2fa020128bdfde2bd610 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-10-24Modify log script for hung jobs issueVanessa Rene Valderrama1-2/+2
Modifying the log script to stop wget from appeading to the logs while downloading the logs which can create an endless loop. Change-Id: I2ea6de9ebcccd60001c3993f45e28a2b8439748b Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-12-21Fix log upload URL for log shippingAndrew Grimberg1-1/+1
Nexus uncompress magic happens on a special service URL. If it's not used then compressed objects won't get expanded Change-Id: I19c1bf1f2de1544f82bef3b915dc01558251a471 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2016-12-21Global log shipping macroVanessa Rene Valderrama1-0/+106
Ship all console and environment logs as well as anything in $WORKSPACE/archives to https://logs.fd.io. All text files will be pre-compressed for quicker serving from the log hosting which is configured to properly serve the files so they will expand properly in the browser. Change-Id: Ica8be1ca9af82dfc64d063a5d3fa30be3585253c Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>