
This is a mechanically generated patch to add a unit test job running under Python 3.6 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I24d9d33c90a64d36ffbdd3b7c1f1140a4a1b6d24 Story: #2002586 Task: #24322
70 lines
2.1 KiB
YAML
70 lines
2.1 KiB
YAML
- job:
|
|
name: castellan-functional-vault
|
|
parent: openstack-tox-py27
|
|
description: |
|
|
Run tox functional-vault target
|
|
required-projects:
|
|
- name: openstack/castellan
|
|
vars:
|
|
tox_envlist: functional-vault
|
|
|
|
- job:
|
|
name: castellan-functional-devstack
|
|
parent: devstack
|
|
description: |
|
|
Run DevStack-based Castellan functional tests
|
|
pre-run: playbooks/devstack/pre.yaml
|
|
run: playbooks/devstack/run.yaml
|
|
post-run: playbooks/devstack/post.yaml
|
|
required-projects:
|
|
- name: openstack/castellan
|
|
- name: openstack/barbican
|
|
- name: openstack/python-barbicanclient
|
|
roles:
|
|
- zuul: openstack-infra/devstack
|
|
timeout: 9000
|
|
vars:
|
|
devstack_services:
|
|
# is there a way to disable all services? I only want barbican
|
|
ceilometer-acentral: false
|
|
ceilometer-acompute: false
|
|
ceilometer-alarm-evaluator: false
|
|
ceilometer-alarm-notifier: false
|
|
ceilometer-anotification: false
|
|
ceilometer-api: false
|
|
ceilometer-collector: false
|
|
horizon: false
|
|
s-account: false
|
|
s-container: false
|
|
s-object: false
|
|
s-proxy: false
|
|
devstack_plugins:
|
|
barbican: git://git.openstack.org/openstack/barbican
|
|
tox_environment:
|
|
PYTHONUNBUFFERED: 'true'
|
|
tox_install_siblings: false # I don't know what this means
|
|
tox_envlist: functional
|
|
zuul_work_dir: src/git.openstack.org/openstack/castellan
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- castellan-functional-vault
|
|
- castellan-functional-devstack
|
|
- openstack-tox-lower-constraints
|
|
- barbican-simple-crypto-devstack-tempest-castellan-from-git
|
|
gate:
|
|
jobs:
|
|
- castellan-functional-vault
|
|
- castellan-functional-devstack
|
|
- openstack-tox-lower-constraints
|
|
- barbican-simple-crypto-devstack-tempest-castellan-from-git
|
|
templates:
|
|
- openstack-python-jobs
|
|
- openstack-python35-jobs
|
|
- release-notes-jobs-python3
|
|
- publish-openstack-docs-pti
|
|
- check-requirements
|
|
- periodic-stable-jobs
|
|
- openstack-python36-jobs
|