summaryrefslogtreecommitdiffstats
path: root/jjb/global-macros.yaml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2021-01-14 12:19:17 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2021-01-14 12:19:17 -0800
commit2a6a38013765e729cd487daa026642eb649c65d3 (patch)
tree498a8114bb21899671b09c2046b37434c262facc /jjb/global-macros.yaml
parent193d61489a92f3d66978c84b1d752b41a95472bc (diff)
Deprecate infra-shiplogs macro
We should be using lf-infra-publish as a publisher macro. This global-jjb macro performs a job-cost run that we need to report for all jobs. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Iff43723322ac7eb92f1e9e93e49dfe9595af6450
Diffstat (limited to 'jjb/global-macros.yaml')
-rw-r--r--jjb/global-macros.yaml29
1 files changed, 0 insertions, 29 deletions
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml
index 13afecf1c..0c614bf85 100644
--- a/jjb/global-macros.yaml
+++ b/jjb/global-macros.yaml
@@ -239,35 +239,6 @@
new-normal: 1
new-low: 1
-- publisher:
- name: infra-shiplogs
- # lf-infra macro to finish up a build.
- #
- # Handles the following:
- # - Shipping logs to Nexus logs site repository
- # - Cleanup workspace
- publishers:
- - postbuildscript:
- builders:
- - role: BOTH
- build-on:
- - ABORTED
- - FAILURE
- - NOT_BUILT
- - SUCCESS
- - UNSTABLE
- build-steps:
- - lf-infra-sysstat
- - lf-infra-ship-logs
- mark-unstable-if-failed: true
- - workspace-cleanup:
- exclude:
- # Do not clean up *.jenkins-trigger files for jobs that use a
- # properties file as input for triggering another build.
- - '**/*.jenkins-trigger'
- fail-build: false
-
-
# SCMS
- scm:
name: git-scm