835fd3b9e4
Also leave py3.6 test as it's still trendy Remove l-c job definition from tox.ini, it was not used anyway and we're removing l-c jobs everywhere Fix tempest test Change-Id: Ibdb5be75cf9e1c7a2ce26c05ee1e5e5d85d20482
28 lines
677 B
YAML
28 lines
677 B
YAML
- job:
|
|
name: virtualbmc-tempest-ironic
|
|
parent: ironic-base
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^virtualbmc/tests/.*$
|
|
- ^setup.cfg$
|
|
- ^test-requirements.txt$
|
|
- ^tools/.*$
|
|
- ^tox.ini$
|
|
timeout: 10800
|
|
required-projects:
|
|
- openstack/virtualbmc
|
|
vars:
|
|
devstack_localrc:
|
|
EBTABLES_RACE_FIX: True
|
|
IRONIC_BOOT_MODE: bios
|
|
IRONIC_DEFAULT_BOOT_OPTION: netboot
|
|
IRONIC_DEFAULT_RESCUE_INTERFACE: ""
|
|
devstack_services:
|
|
dstat: false
|
|
|
|
# Remove when no longer used on pyghmi
|
|
- job:
|
|
name: virtualbmc-tempest-ironic-ipmi-iscsi
|
|
parent: virtualbmc-tempest-ironic
|