diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-04-06 09:09:07 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-04-06 09:09:07 -0700 |
commit | fbbf74b47e523b927463e9ccf3e8f42a296796b3 (patch) | |
tree | cfc99faaea15101fb03a2549d7e84a2db85bf818 /jjb | |
parent | 6a9a259a435d8501c0a5cafe30b6ba3bb5470d1f (diff) |
Enable logshipping on ci-management jobs
With ONAP now being anonymous accessible we can start shipping logs like
we do for our other CI systems. Enable the log shipping on the
ci-management jobs first so that we may verify that everything is
properly setup first.
Change-Id: Ie0e2db5b33a5fc31fbe405fcf8ed42ea7a43d3a0
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/ci-management/ci-management.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/jjb/ci-management/ci-management.yaml b/jjb/ci-management/ci-management.yaml index 3c76c19e9..ce03e3469 100644 --- a/jjb/ci-management/ci-management.yaml +++ b/jjb/ci-management/ci-management.yaml @@ -75,8 +75,8 @@ gzip archives/job_output/* - ci-management-check-unicode -# publishers: -# - infra-shiplogs + publishers: + - infra-shiplogs - job-template: name: '{project}-merge-jjb' @@ -124,8 +124,8 @@ pip install jenkins-job-builder jenkins-jobs --conf $JJBINI update --delete-old --workers 4 jjb/ -# publishers: -# - infra-shiplogs + publishers: + - infra-shiplogs - job-template: name: '{project}-verify-packer' @@ -163,8 +163,8 @@ builders: - packer-validate -# publishers: -# - infra-shiplogs + publishers: + - infra-shiplogs - job-template: name: '{project}-merge-packer-{platforms}-{templates}' @@ -205,5 +205,5 @@ platform: '{platforms}' template: '{templates}' -# publishers: -# - infra-shiplogs + publishers: + - infra-shiplogs |