summaryrefslogtreecommitdiffstats
path: root/jjb/csit/csit.yaml
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-08-15 12:22:55 +0000
committerPeter Mikus <pmikus@cisco.com>2019-08-15 12:22:55 +0000
commitf2a4b79c9eaeb1d3a76c9e00895740bdbd7605a2 (patch)
tree76910ca1a58aef23f09a19eba2dc0d9b24d23222 /jjb/csit/csit.yaml
parent5f2ebdc4507e70e47ebf4d15d623e25a77e3b254 (diff)
CSIT: Remove docs-verify
- Replaced by TOX and saves the executor. Change-Id: Ie437b39331571e97c4b85dc95942067bf6a62adb Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'jjb/csit/csit.yaml')
-rw-r--r--jjb/csit/csit.yaml65
1 files changed, 0 insertions, 65 deletions
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}'