Add a voting CI job running unit tests with driver-requirements
This seems to get broken quite often (RDO runs something similar). Change-Id: I53fd5f86dfcee5b14318d4324c43d5f02b86702c
This commit is contained in:
parent
699bd410c7
commit
15fafe686c
@ -503,3 +503,11 @@
|
||||
description: ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode
|
||||
parent: ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode
|
||||
pre-run: playbooks/ci-workarounds/set-stack-key.yaml
|
||||
|
||||
- job:
|
||||
name: ironic-tox-unit-with-driver-libs
|
||||
parent: tox
|
||||
description: |
|
||||
Run unit tests with driver dependencies installed.
|
||||
vars:
|
||||
tox_envlist: unit-with-driver-libs
|
||||
|
@ -11,6 +11,7 @@
|
||||
- release-notes-jobs-python3
|
||||
check:
|
||||
jobs:
|
||||
- ironic-tox-unit-with-driver-libs
|
||||
- ironic-standalone
|
||||
- ironic-tempest-functional-python2
|
||||
- ironic-tempest-functional-python3
|
||||
@ -36,6 +37,7 @@
|
||||
gate:
|
||||
queue: ironic
|
||||
jobs:
|
||||
- ironic-tox-unit-with-driver-libs
|
||||
- ironic-standalone
|
||||
- ironic-tempest-functional-python2
|
||||
- ironic-tempest-functional-python3
|
||||
|
Loading…
x
Reference in New Issue
Block a user