forked from openstack/kolla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdebian.yaml
52 lines (48 loc) · 1.09 KB
/
debian.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
- project:
check:
jobs:
- kolla-build-debian-source
- kolla-build-debian-binary
- kolla-ansible-debian-source
periodic:
jobs:
- kolla-publish-debian-source
release:
jobs:
- kolla-publish-debian-source
- kolla-publish-debian-binary
- job:
name: kolla-build-debian-source
parent: kolla-base
nodeset: kolla-debian-buster
voting: false
vars:
action: build
base_distro: debian
install_type: source
- job:
name: kolla-build-debian-binary
parent: kolla-base
nodeset: kolla-debian-buster
voting: false
vars:
action: build
base_distro: debian
install_type: binary
- job:
name: kolla-publish-debian-binary
parent: kolla-build-debian-binary
post-run: tests/playbooks/publish.yml
vars:
publisher: true
secrets:
- kolla_dockerhub_creds
- job:
name: kolla-publish-debian-source
parent: kolla-build-debian-source
post-run: tests/playbooks/publish.yml
vars:
publisher: true
secrets:
- kolla_dockerhub_creds