628c3d00e9
Use the ubuntu-xenial nodeset for most jobs. Change-Id: Id33dd0195ef2fe617230b732eb51f93b0f5bd53b
41 lines
1.0 KiB
YAML
41 lines
1.0 KiB
YAML
---
|
|
- job:
|
|
name: jjb-tox-cross-jenkins-job-builder
|
|
description: Tests compatibility with master branch of jenkins-job-builder
|
|
parent: tox-py27
|
|
nodeset: ubuntu-xenial
|
|
required-projects:
|
|
- jjb/python-jenkins
|
|
- jjb/jenkins-job-builder
|
|
voting: true
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
# Only in check:
|
|
- tox-cover:
|
|
nodeset: ubuntu-xenial
|
|
# Jobs common to gate pipeline
|
|
- tox-linters
|
|
- opendev-tox-docs:
|
|
nodeset: ubuntu-xenial
|
|
- tox-py27:
|
|
nodeset: ubuntu-xenial
|
|
- tox-py35:
|
|
nodeset: ubuntu-xenial
|
|
- tox-py36:
|
|
nodeset: ubuntu-bionic
|
|
- jjb-tox-cross-jenkins-job-builder
|
|
gate:
|
|
jobs:
|
|
- tox-linters
|
|
- opendev-tox-docs:
|
|
nodeset: ubuntu-xenial
|
|
- tox-py27:
|
|
nodeset: ubuntu-xenial
|
|
- tox-py35:
|
|
nodeset: ubuntu-xenial
|
|
- tox-py36:
|
|
nodeset: ubuntu-bionic
|
|
- jjb-tox-cross-jenkins-job-builder
|