add watcher cross job
This change adds a watcher cross job that runs watchers unit tests on the default py3 env. Depends-On: https://review.opendev.org/c/openstack/watcher/+/950345/1 Change-Id: I3b175a09f10fc12100a510d51e43c4280d99f1d2
This commit is contained in:
@@ -243,3 +243,11 @@
|
||||
files:
|
||||
- upper-constraints.txt
|
||||
- .zuul.d/cross-jobs.yaml
|
||||
|
||||
- job:
|
||||
name: cross-watcher-py3
|
||||
parent: requirements-cross-test
|
||||
description: Run cross-project tests on watcher with py3
|
||||
required-projects: openstack/watcher
|
||||
vars:
|
||||
tox_envlist: py3
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
- cross-octavia-py312
|
||||
- cross-osc-tox-docs
|
||||
- cross-swift-py312
|
||||
- cross-watcher-py3
|
||||
- openstacksdk-functional-devstack
|
||||
- tempest-full-py3:
|
||||
irrelevant-files:
|
||||
@@ -110,6 +111,7 @@
|
||||
- cross-octavia-py312
|
||||
- cross-osc-tox-docs
|
||||
- cross-swift-py312
|
||||
- cross-watcher-py3
|
||||
- openstacksdk-functional-devstack
|
||||
- tempest-full-py3:
|
||||
irrelevant-files:
|
||||
|
||||
Reference in New Issue
Block a user