diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-04-06 09:26:56 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-04-06 09:27:43 -0700 |
commit | c60dc23024ecf9b0cefcaa6e1d8ecc72aa24901d (patch) | |
tree | 11d5e452131d886e9c315be919963c6f21551b42 /jjb | |
parent | 5a179cd4ac1b3389cbf1fb20d0c25d0ac2f31380 (diff) |
Revert "Enable logshipping on ci-management jobs"
This reverts commit fbbf74b47e523b927463e9ccf3e8f42a296796b3.
Having issues with this right now and I don't have the time presently to
properly debug it.
Change-Id: Ida6890455f8a71129ecb1ada963cb7eadd178b1e
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 ce03e3469..3c76c19e9 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 |