2019-08-27 17:29:51 +02:00
|
|
|
- job:
|
|
|
|
name: ironic-python-agent-build-image-base
|
|
|
|
parent: publish-openstack-artifacts
|
|
|
|
pre-run: playbooks/ironic-python-agent-build-image/pre.yaml
|
|
|
|
run: playbooks/ironic-python-agent-build-image/run.yaml
|
2019-09-16 12:29:18 +02:00
|
|
|
post-run: playbooks/ironic-python-agent-build-image/post.yaml
|
2019-08-27 17:29:51 +02:00
|
|
|
timeout: 1800
|
|
|
|
required-projects:
|
|
|
|
- openstack/requirements
|
|
|
|
- openstack/ironic-python-agent
|
|
|
|
- openstack/ironic-python-agent-builder
|
2019-09-03 17:43:26 +02:00
|
|
|
vars:
|
|
|
|
ipa_raw_dir: '{{ ansible_user_dir }}/src/opendev.org/openstack/ironic-python-agent/UPLOAD_RAW'
|
|
|
|
ipa_tar_dir: '{{ ansible_user_dir }}/src/opendev.org/openstack/ironic-python-agent/UPLOAD_TAR'
|
2019-08-27 17:29:51 +02:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: ironic-python-agent-build-image-tinyipa
|
|
|
|
parent: ironic-python-agent-build-image-base
|
|
|
|
vars:
|
|
|
|
image_type: 'tinyipa'
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: ironic-python-agent-build-image-dib-centos7
|
|
|
|
parent: ironic-python-agent-build-image-base
|
2020-02-06 15:46:12 +01:00
|
|
|
override-branch: stable/train
|
2019-08-27 17:29:51 +02:00
|
|
|
required-projects:
|
|
|
|
- openstack/diskimage-builder
|
|
|
|
vars:
|
|
|
|
image_type: 'dib'
|
|
|
|
image_distro: 'centos7'
|
|
|
|
|
2019-11-27 19:29:47 +01:00
|
|
|
- job:
|
|
|
|
name: ironic-python-agent-build-image-dib-centos8
|
|
|
|
parent: ironic-python-agent-build-image-base
|
|
|
|
required-projects:
|
|
|
|
- openstack/diskimage-builder
|
|
|
|
vars:
|
|
|
|
image_type: 'dib'
|
2020-10-13 12:08:37 +02:00
|
|
|
image_distro: 'centos'
|
2020-12-15 14:03:39 +00:00
|
|
|
image_release: 8
|
2019-11-27 19:29:47 +01:00
|
|
|
|
2019-08-27 17:29:51 +02:00
|
|
|
- job:
|
|
|
|
name: ironic-python-agent-check-image-base
|
|
|
|
parent: base
|
2020-11-25 08:58:30 +01:00
|
|
|
nodeset: ubuntu-focal
|
2019-08-27 17:29:51 +02:00
|
|
|
pre-run: playbooks/ironic-python-agent-build-image/pre.yaml
|
|
|
|
run: playbooks/ironic-python-agent-build-image/run.yaml
|
|
|
|
timeout: 1800
|
|
|
|
required-projects:
|
|
|
|
- openstack/requirements
|
|
|
|
- openstack/ironic-python-agent
|
|
|
|
- openstack/ironic-python-agent-builder
|
2019-09-25 14:38:31 +02:00
|
|
|
irrelevant-files:
|
|
|
|
- ^.*\.rst$
|
|
|
|
- ^doc/.*$
|
|
|
|
- ^releasenotes/.*$
|
|
|
|
- ^setup.cfg$
|
|
|
|
- ^test-requirements.txt$
|
|
|
|
- ^tools/.*$
|
|
|
|
- ^tox.ini$
|
2019-09-03 17:43:26 +02:00
|
|
|
vars:
|
|
|
|
ipa_raw_dir: '{{ ansible_user_dir }}/src/opendev.org/openstack/ironic-python-agent/UPLOAD_RAW'
|
|
|
|
ipa_tar_dir: '{{ ansible_user_dir }}/src/opendev.org/openstack/ironic-python-agent/UPLOAD_TAR'
|
2019-08-27 17:29:51 +02:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: ironic-python-agent-check-image-tinyipa
|
|
|
|
parent: ironic-python-agent-check-image-base
|
|
|
|
vars:
|
|
|
|
image_type: 'tinyipa'
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: ironic-python-agent-check-image-dib-centos7
|
|
|
|
parent: ironic-python-agent-check-image-base
|
2020-02-06 15:46:12 +01:00
|
|
|
override-branch: stable/train
|
2019-08-27 17:29:51 +02:00
|
|
|
required-projects:
|
|
|
|
- openstack/diskimage-builder
|
|
|
|
vars:
|
|
|
|
image_type: 'dib'
|
|
|
|
image_distro: 'centos7'
|
|
|
|
|
2020-07-31 17:13:20 +02:00
|
|
|
- job:
|
|
|
|
name: ironic-python-agent-check-image-dib-centos7-python3
|
|
|
|
parent: ironic-python-agent-check-image-base
|
|
|
|
required-projects:
|
|
|
|
- openstack/diskimage-builder
|
|
|
|
vars:
|
|
|
|
image_type: 'dib'
|
|
|
|
image_distro: 'centos7'
|
|
|
|
|
2019-10-15 11:33:32 +02:00
|
|
|
- job:
|
|
|
|
name: ironic-python-agent-check-image-dib-centos8
|
|
|
|
parent: ironic-python-agent-check-image-base
|
|
|
|
required-projects:
|
|
|
|
- openstack/diskimage-builder
|
|
|
|
vars:
|
|
|
|
image_type: 'dib'
|
2020-10-13 12:08:37 +02:00
|
|
|
image_distro: 'centos'
|
2020-12-15 14:03:39 +00:00
|
|
|
image_release: 8
|
2019-10-15 11:33:32 +02:00
|
|
|
|
2020-09-24 10:08:35 +02:00
|
|
|
- job:
|
|
|
|
name: ironic-python-agent-check-image-dib-centos8-extra
|
|
|
|
parent: ironic-python-agent-check-image-dib-centos8
|
|
|
|
vars:
|
|
|
|
extra_elements: ["extra-hardware"]
|
|
|
|
|
2019-09-30 14:11:36 +02:00
|
|
|
- job:
|
|
|
|
name: ironic-python-agent-check-image-dib-fedora
|
|
|
|
parent: ironic-python-agent-check-image-base
|
|
|
|
required-projects:
|
|
|
|
- openstack/diskimage-builder
|
|
|
|
vars:
|
|
|
|
image_type: 'dib'
|
|
|
|
image_distro: 'fedora'
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: ironic-python-agent-check-image-dib-debian
|
|
|
|
parent: ironic-python-agent-check-image-base
|
|
|
|
required-projects:
|
|
|
|
- openstack/diskimage-builder
|
|
|
|
vars:
|
|
|
|
image_type: 'dib'
|
|
|
|
image_distro: 'debian'
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: ironic-python-agent-check-image-dib-ubuntu
|
|
|
|
parent: ironic-python-agent-check-image-base
|
|
|
|
required-projects:
|
|
|
|
- openstack/diskimage-builder
|
|
|
|
vars:
|
|
|
|
image_type: 'dib'
|
|
|
|
image_distro: 'ubuntu'
|