devstack-plugin-tobiko/zuul.d/devstack-tobiko-functional.yaml
Eduardo Olivares a0e2832fe9 Cleanup tobiko jobs
Removed devstack-tobiko-minimal, as it was just the same as
devstack-tobiko, but on setups with lower requirements, and this caused
some inestabilities recently.

Removed devstack-tobiko-heat which tested functional tests
(devstack-tobiko-functional already covers this) and create-resources
tests, which are covered in many other jobs.

Removed devstack-tobiko-storage job, which tested create-resources,
already covered in many other jobs.

Removed devstack-tobiko-sanity, because the sanity tests are run by many
other jobs (those running the faults workflow, for example).

Removed unused jobs devstack-tobiko-ovs-dvr,
devstack-tobiko-ovs-dvr-snat and devstack-tobiko-multinode-ovs.

Removed devstack-tobiko-designate and devstack-tobiko-designate-ovs
because their tests will be executed in devstack-tobiko and
devstack-tobiko-ovs respectively.

Depends-On: Id8ee0323ad09297c08685ce19a60df469ae16826
Depends-On: I7a658f7a965f54ff4337615d7107314b4faa44d4

Change-Id: I6015af347dba6b8a587fa3b3811ca4c8cdd41b7a
2025-01-22 16:21:38 +01:00

38 lines
991 B
YAML

---
- project-template:
name: devstack-tobiko-functional
description: Run tobiko functional test cases
check: &CHECK
jobs:
- devstack-tobiko-functional
gate: *CHECK
periodic: *CHECK
# --- Minimal jobs -----------------------------------------------------------
- job:
abstract: false
name: devstack-tobiko-functional
parent: devstack-tobiko
voting: true
description: Run tobiko functional test cases
vars:
test_workflow: functional
# TODO(eolivare): investigate why this test fails with Fedora instances
pytest_addopts_global: >-
--skipregex='AdvancedServerStackTest.test_ipv4_subnet_nameservers'
irrelevant-files: &IRRELEVANT_FILES
- ^.*\.rst$
- ^doc/
- ^infrared_plugin/
- ^playbooks/vagrant
- ^releasenotes/
- ^report/
- ^tobiko/tests/faults/
- ^tobiko/tests/sanity/
- ^tobiko/tests/scenario/
- ^tobiko/tests/unit/
- ^Vagrantfile