Files
tobiko/zuul.d/infrared.yaml
Eduardo Olivares e442e61e3c Replace F42 advanced image with already customized image
Depends-On: https://review.opendev.org/c/x/devstack-plugin-tobiko/+/967678

Change-Id: Ifb867437b2991cd44bb94c23781e8f8a78ab1801
2025-11-19 14:05:30 +01:00

62 lines
1.6 KiB
YAML

---
- project-template:
name: tobiko-infrared
description: |
Infrared jobs intended to gate infrared Tobiko plugin changes
check:
jobs:
- tobiko-infrared
gate:
jobs:
- tobiko-infrared
periodic:
jobs:
- tobiko-infrared
- job:
name: tobiko-infrared
parent: tox
nodeset: tobiko-infrared-single-node-centos-9
timeout: 3600
description: |
Run test cases using tobiko infrared plugin
pre-run: playbooks/infrared/pre.yaml
run: playbooks/infrared/run.yaml
required-projects:
- name: x/tobiko
voting: true
vars:
ensure_pip_from_packages_with_python2: no
test_collect_dir: '{{ zuul_output_dir }}/logs'
test_inventory_file: '{{ zuul_work_dir }}/ansible_hosts'
test_inventory_groups: {undercloud: [primary]}
tox_envlist: infrared
tox_extra_args: >-
--
--collect-dir {{ test_collect_dir | quote }}
--customized-fedora-image-url
https://github.com/openstack-k8s-operators/openstack-k8s-operators-ci/releases/download/v1.0.0/tobiko-custom-v1.0.0.qcow2
tox_environ:
ANSIBLE_INVENTORY: '{{ test_inventory_file }}'
zuul_output_dir: '{{ ansible_user_dir }}/zuul-output'
zuul_work_dir: "{{ zuul.projects['opendev.org/x/tobiko'].src_dir }}"
irrelevant-files:
- ^.*\.rst$
- ^doc/
- ^releasenotes/
- ^report/
- ^tobiko/tests/scenario/
- ^tobiko/tests/faults/
- nodeset:
name: tobiko-infrared-single-node-centos-9
nodes:
- name: primary
label: centos-9-stream
groups:
- name: undercloud
nodes:
- primary