--- - project: name: csit-validate jobs: - 'csit-verify-tox-{stream}' project: 'csit' branch: 'master' stream: - master: branch: 'master' - '1901': branch: 'rls1901' - '1904': branch: 'rls1904' - job-template: name: 'csit-verify-tox-{stream}' project-type: freestyle node: ubuntu1804-us concurrent: true archive-artifacts: '*.log' latest-only: 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}' - gerrit-refspec-parameter - 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: build-timeout: '{build-timeout}' triggers: - gerrit-trigger-patch-submitted: name: '{project}' branch: '{branch}' builders: - shell: ./resources/libraries/bash/entry/tox.sh publishers: # TODO: Remove this when a voting pylint difference checker # with nice enough output is implemented. - violations: pylint: min: 10 max: 250 unstable: 250 pattern: 'pylint.log' - fdio-infra-shiplogs: maven-version: 'mvn33-new'