refstack/.zuul.yaml
jskunda 75eb3c0bf1 Update jobs for Bobcat development cycle
- Adds an Antelope job as upstream has just released it and moved to
  the Bobcat development cycle
- Update nodejs version to Node.js 18

Change-Id: Ia83c1a0e7ae011657bd195c23b0aae36381ff3a7
2023-05-18 08:53:36 +00:00

32 lines
746 B
YAML

- project:
templates:
- nodejs18-jobs
- openstack-cover-jobs
- openstack-python3-antelope-jobs
check:
jobs:
- openstack-tox-py39
- refstack-tox-functional
- opendev-tox-docs
gate:
jobs:
- openstack-tox-py39
- refstack-tox-functional
- opendev-tox-docs
promote:
jobs:
- opendev-promote-docs
- job:
name: refstack-tox-functional
parent: openstack-tox-with-sudo
description: |
Run functional tests for an OpenStack Python project under cPython 3.
Uses tox with the ``functional`` environment.
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
vars:
tox_envlist: functional