diff options
-rw-r--r-- | jjb/csit/csit.yaml | 65 |
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}' |