castellan/.zuul.yaml
Ian Wienand 79b30bf068 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I931f5b56b2043753cfa727fd47b48c0b70cac144
2019-03-24 20:32:44 +00:00

69 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: https://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
- barbican-simple-crypto-devstack-tempest-castellan-from-git
gate:
jobs:
- castellan-functional-vault
- castellan-functional-devstack
- barbican-simple-crypto-devstack-tempest-castellan-from-git
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3