fe84ebb7ea
Interop repos have been removed from openstack namespace to osf namespace (Depends-On), which need update the .gitreview to start using the new location. Disable failing jobs to be able to merge this change. Depends-On: https://review.opendev.org/#/c/734669/ Change-Id: I015e8f1ee0c3bdfe490b4fbf9d67206a178af8a4
47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
- project:
|
|
templates:
|
|
- nodejs6-jobs
|
|
- publish-openstack-docs-pti
|
|
- openstack-cover-jobs
|
|
# Disable since it fails
|
|
# - openstack-python-jobs
|
|
# - openstack-python35-jobs
|
|
- openstack-python36-jobs
|
|
check:
|
|
jobs:
|
|
- refstack-tox-py27-func-mysql:
|
|
voting: false
|
|
- refstack-tox-py36-func-mysql
|
|
gate:
|
|
jobs:
|
|
# - refstack-tox-py27-func-mysql
|
|
- refstack-tox-py36-func-mysql
|
|
|
|
- job:
|
|
name: refstack-tox-py27-func-mysql
|
|
parent: openstack-tox
|
|
description: |
|
|
Run unit tests for an OpenStack Python project under cPython version 2.7.
|
|
|
|
Uses tox with the ``py27-func-mysql`` environment.
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
vars:
|
|
tox_envlist: py27-func-mysql
|
|
|
|
- job:
|
|
name: refstack-tox-py36-func-mysql
|
|
parent: openstack-tox
|
|
description: |
|
|
Run unit tests for an OpenStack Python project under cPython version 3.6.
|
|
|
|
Uses tox with the ``py36-func-mysql`` environment.
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
vars:
|
|
tox_envlist: py36-func-mysql
|