5b93848e10
ceilometer is no longer installed by the core devstack now, after its deployment was migrated to ceilometer's own devstack plugin. Change-Id: If07fcf56bf131267b4bebab1fc8c79be0e623c07
58 lines
1.6 KiB
YAML
58 lines
1.6 KiB
YAML
- job:
|
|
name: castellan-functional-vault
|
|
parent: openstack-tox-py310
|
|
description: |
|
|
Run tox functional-vault target
|
|
required-projects:
|
|
- name: openstack/castellan
|
|
vars:
|
|
tox_envlist: functional-vault-py310
|
|
|
|
- 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:
|
|
horizon: false
|
|
s-account: false
|
|
s-container: false
|
|
s-object: false
|
|
s-proxy: false
|
|
devstack_plugins:
|
|
barbican: https://opendev.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/opendev.org/openstack/castellan
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- castellan-functional-vault
|
|
- castellan-functional-devstack
|
|
- barbican-tempest-plugin-simple-crypto-castellan-src
|
|
gate:
|
|
jobs:
|
|
- castellan-functional-vault
|
|
- castellan-functional-devstack
|
|
- barbican-tempest-plugin-simple-crypto-castellan-src
|
|
templates:
|
|
- check-requirements
|
|
- openstack-python3-jobs
|
|
- periodic-stable-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|