Codebase list python-castellan / 991b670
Migrate to zuulv3 ¯\_(ツ)_/¯ I don't know what I'm doing. Needed-by: I9dd75e601a59b0c50034b4faffc8bf8d4bc7ad12 Needed-by: Iebc0ca0b89b12e4863cf3ca33389182cba34c67f Change-Id: I1e91a2c4bb48887da6b61db558a1f04cd8ab37a2 Kaitlin Farr authored 5 years ago Davanum Srinivas (dims) committed 5 years ago
4 changed file(s) with 63 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 - job:
1 name: castellan-functional-devstack
2 parent: devstack
3 description: |
4 Run DevStack-based Castellan functional tests
5 pre-run: playbooks/devstack/pre.yaml
6 run: playbooks/devstack/run.yaml
7 post-run: playbooks/devstack/post.yaml
8 required-projects:
9 - name: openstack/castellan
10 - name: openstack/barbican
11 - name: openstack/python-barbicanclient
12 roles:
13 - zuul: openstack-infra/devstack
14 timeout: 9000
15 vars:
16 devstack_services:
17 # is there a way to disable all services? I only want barbican
18 ceilometer-acentral: False
19 ceilometer-acompute: False
20 ceilometer-alarm-evaluator: False
21 ceilometer-alarm-notifier: False
22 ceilometer-anotification: False
23 ceilometer-api: False
24 ceilometer-collector: False
25 horizon: False
26 s-account: False
27 s-container: False
28 s-object: False
29 s-proxy: False
30 devstack_plugins:
31 barbican: git://git.openstack.org/openstack/barbican
32 tox_environment:
33 PYTHONUNBUFFERED: 'true'
34 tox_install_siblings: False # I don't know what this means
35 tox_envlist: functional
36 zuul_work_dir: src/git.openstack.org/openstack/castellan
37
38 - project:
39 name: openstack/castellan
40 check:
41 jobs:
42 - castellan-functional-devstack
43 gate:
44 jobs:
45 - castellan-functional-devstack
0 - hosts: all
1 roles:
2 - fetch-tox-output
3 - fetch-stestr-output
0 - hosts: all
1 roles:
2 - run-devstack
3 - role: bindep
4 bindep_profile: test
5 bindep_dir: "{{ zuul_work_dir }}"
6 - test-setup
7 - ensure-tox
8 - role: tox-siblings
9 when: tox_install_siblings
0 - hosts: all
1 roles:
2 - tox