blob: 5bccda3b7f0293d94c366307c5359d50b43f3c92 [file] [log] [blame]
---
# CORD API tests using cord-tester
- job-template:
id: api-test
name: 'verify_{project}{name-extension}_api-test'
description: |
Created by {id} job-template from ci-management/jjb/api-test.yaml, using script: {pipeline-script}
triggers:
- cord-infra-gerrit-trigger-patchset:
gerrit-server-name: '{gerrit-server-name}'
project-regexp: '^{project}$'
branch-regexp: '{branch-regexp}'
file-include-regexp: '{api-test-files-regexp}'
dependency-jobs: '{dependency-jobs}'
properties:
- cord-infra-properties:
build-days-to-keep: '{build-days-to-keep}'
artifact-num-to-keep: '{artifact-num-to-keep}'
wrappers:
- lf-infra-wrappers:
build-timeout: '60'
jenkins-ssh-credential: '{jenkins-ssh-credential}'
parameters:
- string:
name: buildNode
default: 'ubuntu18.04-basebuild-4c-8g'
description: 'Name of the Jenkins node to run the job on'
- string:
name: manifestUrl
default: '{gerrit-server-url}/{cord-repo-manifest}'
description: 'URL to the repo manifest'
- string:
name: manifestBranch
default: '$GERRIT_BRANCH'
description: 'Name of the repo branch to use'
- string:
name: gerritProject
default: '$GERRIT_PROJECT'
description: 'Name of the Gerrit project'
- string:
name: gerritChangeNumber
default: '$GERRIT_CHANGE_NUMBER'
description: 'Changeset number in Gerrit'
- string:
name: gerritPatchsetNumber
default: '$GERRIT_PATCHSET_NUMBER'
description: 'PatchSet number in Gerrit'
- bool:
name: ArchiveLogs
default: true
description: 'Archive all pod logs after test run'
project-type: pipeline
concurrent: true
dsl: !include-raw: pipeline/{pipeline-script}
# [EOF]