Add zuul jobs
Change-Id: I825abea71dc1f9bcee038a60ac6d23b66c05c7df
This commit is contained in:
parent
c33a9a7844
commit
7e610873a9
@ -1,4 +1,4 @@
|
|||||||
[gerrit]
|
[gerrit]
|
||||||
host=review.opendev.org
|
host=review.opendev.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack/ansible-role-thales-hsm.git
|
project=openstack/ansible-role-lunasa-hsm.git
|
||||||
|
10
.zuul.yaml
Normal file
10
.zuul.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
- project:
|
||||||
|
check:
|
||||||
|
jobs:
|
||||||
|
- openstack-tox-linters
|
||||||
|
gate:
|
||||||
|
jobs:
|
||||||
|
- openstack-tox-linters
|
||||||
|
post:
|
||||||
|
jobs:
|
||||||
|
- publish-openstack-python-branch-tarball
|
@ -5,7 +5,7 @@ description-file =
|
|||||||
README.rst
|
README.rst
|
||||||
author = TripleO Team
|
author = TripleO Team
|
||||||
author-email = alee@redhat.com
|
author-email = alee@redhat.com
|
||||||
home-page = https://github.com/vakwetu/ansible-role-lunasa-hsm
|
home-page = https://opendev.org/openstack/ansible-role-lunasa-hsm
|
||||||
classifier =
|
classifier =
|
||||||
License :: OSI Approved :: Apache Software License
|
License :: OSI Approved :: Apache Software License
|
||||||
Development Status :: 4 - Beta
|
Development Status :: 4 - Beta
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
loop: "{{ lunasa_hsms }}"
|
loop: "{{ lunasa_hsms }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
extended: yes
|
extended: yes
|
||||||
when: ansible_loop.first != True
|
when: not ansible_loop.first
|
||||||
register: result
|
register: result
|
||||||
failed_when:
|
failed_when:
|
||||||
- "'Command Result : No Error' not in result.stdout"
|
- "'Command Result : No Error' not in result.stdout"
|
||||||
|
Loading…
Reference in New Issue
Block a user