From: Peter Mikus Date: Thu, 15 Aug 2019 12:22:55 +0000 (+0000) Subject: CSIT: Remove docs-verify X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=f2a4b79c9eaeb1d3a76c9e00895740bdbd7605a2;p=ci-management.git CSIT: Remove docs-verify - Replaced by TOX and saves the executor. Change-Id: Ie437b39331571e97c4b85dc95942067bf6a62adb Signed-off-by: Peter Mikus --- diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 8b2207127..2f1dc8554 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -17,7 +17,6 @@ description: 'CSIT Jenkins jobs.' jobs: - - 'csit-docs-verify-{stream}' - 'csit-docs-merge-{stream_timed}' - 'csit-report-merge-{stream}' - 'csit-report-merge-1901_3' @@ -56,70 +55,6 @@ - project-view project-name: csit - -- job-template: - name: 'csit-docs-verify-{stream}' - - project-type: freestyle - node: '{executor}' - concurrent: true - archive-artifacts: 'resources/tools/doc_gen/csit.docs.tar.gz' - allow-empty: 'true' - fingerprint: false - only-if-success: true - default-excludes: false - - build-discarder: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' - artifactDaysToKeep: '{build-artifact-days-to-keep}' - artifactNumToKeep: '{build-artifact-num-to-keep}' - - parameters: - - project-parameter: - project: '{project}' - - gerrit-parameter: - branch: '{branch}' - - maven-exec: - maven-version: 'mvn33-new' - - string: - name: ARCHIVE_ARTIFACTS - default: '{archive-artifacts}' - description: Artifacts to archive to the logs server. - - scm: - - gerrit-trigger-scm: - credentials-id: 'jenkins-gerrit-credentials' - refspec: '$GERRIT_REFSPEC' - choosing-strategy: 'gerrit' - - wrappers: - - fdio-infra-wrappers-non-activity-timeout: - build-timeout: '{build-timeout}' - - triggers: - - gerrit-trigger-patch-submitted: - name: '{project}' - branch: '{branch}' - - builders: - - maven-target: - maven-version: 'mvn33-new' - goals: '--version' - settings: 'csit-settings' - settings-type: cfp - global-settings: 'global-settings' - global-settings-type: cfp - - provide-maven-settings: - settings-file: 'csit-settings' - global-settings-file: 'global-settings' - - shell: - !include-raw-escape: include-raw-csit-docs.sh - - publishers: - - fdio-infra-shiplogs: - maven-version: 'mvn33-new' - - job-template: name: 'csit-docs-merge-{stream_timed}'