958b33820c
nova compute requires libvirt 7.0.0 or newer, which means no job can be executed on Ubuntu 20.04 Besides, devstack drops support for focal on this patch: https://review.opendev.org/c/openstack/devstack/+/885468 Change-Id: I6fa5b70558e886b17c63dab61fad3c7a2728d148
24 lines
522 B
YAML
24 lines
522 B
YAML
---
|
|
|
|
- project-template:
|
|
name: devstack-tobiko-heat
|
|
description: |
|
|
DevStack jobs intended to gate heat project changes
|
|
check: &CHECK
|
|
jobs:
|
|
- devstack-tobiko-heat
|
|
periodic: *CHECK
|
|
|
|
|
|
# --- STANDALONE -------------------------------------------------------------
|
|
|
|
- job:
|
|
name: devstack-tobiko-heat
|
|
parent: devstack-tobiko-minimal
|
|
nodeset: devstack-tobiko-jammy
|
|
required-projects:
|
|
- openstack/heat
|
|
voting: true
|
|
vars:
|
|
test_workflow: create-resources-heat
|