blob: d382bad34269a5c1c9fa76c1686ddd5ed26e53a4 [file] [log] [blame]
Ghanshyam Mann61f57332020-11-25 11:46:20 -06001# NOTE(gmann): This file includes all tempest specific jobs definition which
2# are supposed to be run by Tempest gate only.
3- job:
4 name: tempest-full-oslo-master
5 parent: tempest-full-py3
6 description: |
7 Integration test using current git of oslo libs.
8 This ensures that when oslo libs get released that they
9 do not break OpenStack server projects.
10
11 Former name for this job was
12 periodic-tempest-dsvm-oslo-latest-full-master.
13 timeout: 10800
14 required-projects:
15 - opendev.org/openstack/oslo.cache
16 - opendev.org/openstack/oslo.concurrency
17 - opendev.org/openstack/oslo.config
18 - opendev.org/openstack/oslo.context
19 - opendev.org/openstack/oslo.db
20 - opendev.org/openstack/oslo.i18n
21 - opendev.org/openstack/oslo.log
22 - opendev.org/openstack/oslo.messaging
23 - opendev.org/openstack/oslo.middleware
24 - opendev.org/openstack/oslo.policy
25 - opendev.org/openstack/oslo.privsep
26 - opendev.org/openstack/oslo.reports
27 - opendev.org/openstack/oslo.rootwrap
28 - opendev.org/openstack/oslo.serialization
29 - opendev.org/openstack/oslo.service
30 - opendev.org/openstack/oslo.utils
31 - opendev.org/openstack/oslo.versionedobjects
32 - opendev.org/openstack/oslo.vmware
Ghanshyam268017f2025-05-14 11:41:07 -070033 # this is a workaround for a packaging bug in ubuntu
34 # remove when https://bugs.launchpad.net/nova/+bug/2109592
35 # is resolved and oslo config is not a dep of the novnc deb
36 # via the defunct python3-novnc package.
37 - novnc/novnc
Ghanshyam Mann518e4262023-02-10 19:57:36 -060038 vars:
39 tox_envlist: full
Ghanshyam268017f2025-05-14 11:41:07 -070040 devstack_localrc:
41 NOVNC_FROM_PACKAGE: false
Ghanshyam Mann61f57332020-11-25 11:46:20 -060042
43- job:
44 name: tempest-full-parallel
45 parent: tempest-full-py3
Ghanshyam Mann61f57332020-11-25 11:46:20 -060046 branches:
47 - master
48 description: |
49 Base integration test with Neutron networking.
50 It includes all scenarios as it was in the past.
51 This job runs all scenario tests in parallel!
52 timeout: 9000
53 vars:
54 tox_envlist: full-parallel
55 run_tempest_cleanup: true
56 run_tempest_dry_cleanup: true
Ghanshyam Mann05bc7f12021-02-10 12:09:06 -060057 devstack_localrc:
58 DEVSTACK_PARALLEL: True
Dan Smithd869e3a2023-02-13 14:14:52 -080059 MYSQL_REDUCE_MEMORY: true
Ghanshyam Mann61f57332020-11-25 11:46:20 -060060
61- job:
62 name: tempest-full-py3-ipv6
63 parent: devstack-tempest-ipv6
Ghanshyam Mann61f57332020-11-25 11:46:20 -060064 description: |
65 Base integration test with Neutron networking, IPv6 and py3.
66 vars:
67 tox_envlist: full
Luigi Dino Tamagnone9052dfc2023-04-09 15:24:45 +000068 run_tempest_cleanup: true
69 run_tempest_cleanup_prefix: true
Ghanshyam Mann61f57332020-11-25 11:46:20 -060070 devstack_localrc:
Ghanshyam Mann61f57332020-11-25 11:46:20 -060071 FORCE_CONFIG_DRIVE: true
72 devstack_services:
73 s-account: false
74 s-container: false
75 s-object: false
76 s-proxy: false
77 # without Swift, c-bak cannot run (in the Gate at least)
78 c-bak: false
79
80- job:
Ghanshyam Mann61f57332020-11-25 11:46:20 -060081 name: tempest-tox-plugin-sanity-check
82 parent: tox
83 description: |
84 Run tempest plugin sanity check script using tox.
Ghanshyam Mann040070a2024-10-10 21:04:00 -070085 nodeset: ubuntu-noble
Ghanshyam Mann61f57332020-11-25 11:46:20 -060086 vars:
87 tox_envlist: plugin-sanity-check
88 timeout: 5000
89
90- job:
Ghanshyam Mann61f57332020-11-25 11:46:20 -060091 name: tempest-full-test-account-no-admin-py3
Ghanshyam Maanb78b60c2026-03-07 04:02:23 +000092 parent: tempest-full-preprov-creds
Ghanshyam Mann61f57332020-11-25 11:46:20 -060093 description: |
94 This job runs the full set of tempest tests using pre-provisioned
95 credentials and py3 without having an admin account.
96 Former name for this job was:
97 - legacy-tempest-dsvm-neutron-full-non-admin
98
99 vars:
100 devstack_localrc:
101 TEMPEST_HAS_ADMIN: False
Ghanshyam Mann83d13e52020-12-29 13:13:40 -0600102
103- job:
104 name: tempest-stestr-master
105 parent: devstack-tempest
106 description: |
107 Smoke integration test with stestr master.
108 This ensures that new stestr release does
109 not break Temepst.
110 vars:
111 tox_envlist: stestr-master
112 devstack_services:
113 s-account: false
114 s-container: false
115 s-object: false
116 s-proxy: false
117 c-bak: false