CSIT: Remove docs-verify 28/21328/1
authorPeter Mikus <pmikus@cisco.com>
Thu, 15 Aug 2019 12:22:55 +0000 (12:22 +0000)
committerPeter Mikus <pmikus@cisco.com>
Thu, 15 Aug 2019 12:22:55 +0000 (12:22 +0000)
- Replaced by TOX and saves the executor.

Change-Id: Ie437b39331571e97c4b85dc95942067bf6a62adb
Signed-off-by: Peter Mikus <pmikus@cisco.com>
jjb/csit/csit.yaml

index 8b22071..2f1dc85 100644 (file)
@@ -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'
       - 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}'