From 7d0aa921e805e22c7af142bccc770706d9c37375 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Mon, 22 Feb 2016 09:06:18 -0800 Subject: [PATCH] Remove unneeded ci-management weekly job We've found that as the projects grow that having a weekly job to refresh the JJB fails more often than it succeeds. As this can be done as a manual process by the releng team it's better to just remove the job than have it sit around failing. Change-Id: I48d154d3cb459171f76526844ef6b64269982c42 Signed-off-by: Andrew Grimberg --- jjb/ci-management-jobs.yaml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/jjb/ci-management-jobs.yaml b/jjb/ci-management-jobs.yaml index 343a34e9e..dec69b0a7 100644 --- a/jjb/ci-management-jobs.yaml +++ b/jjb/ci-management-jobs.yaml @@ -3,7 +3,6 @@ jobs: - 'ci-management-verify-jjb' - 'ci-management-merge' - - 'ci-management-weekly' project: 'ci-management' @@ -67,42 +66,3 @@ - shell: !include-raw-escape include-raw-jjb-update.sh -- job-template: - name: 'ci-management-weekly' - - # ci-management-weekly job to run JJB update weekly - # - # This job's purpose is to update all the JJB on a weekly (Sunday) - # basis with --flush-cache enabled to ensure jobs are properly configured in Jenkins - - project-type: freestyle - node: jjb - - logrotate: - daysToKeep: 30 - numToKeep: 40 - artifactDaysToKeep: -1 - artifactNumToKeep: 5 - - parameters: - - project-parameter: - project: '{project}' - - scm: - - git-scm: - credentials-id: '{ssh-credentials}' - branch: 'master' - - wrappers: - - ssh-agent-credentials: - users: - - '{ssh-credentials}' - - triggers: - - timed: 'H H * * 0' - - builders: - - shell: | - jenkins-jobs --flush-cache update --recursive jjb/ - - -- 2.16.6