Merge "Add per-build ssh key to base job"
This commit is contained in:
commit
af20354a12
@ -1,3 +1,2 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- remove-build-sshkey
|
||||
roles: []
|
||||
|
@ -1,3 +1,2 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- add-build-sshkey
|
||||
roles: []
|
||||
|
3
playbooks/base/post-ssh.yaml
Normal file
3
playbooks/base/post-ssh.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- remove-build-sshkey
|
@ -1,4 +1,5 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- add-build-sshkey
|
||||
- prepare-workspace
|
||||
- openstack-info
|
||||
|
@ -27,7 +27,9 @@
|
||||
It also sets default timeout and nodeset values (which may be
|
||||
overidden).
|
||||
pre-run: playbooks/base/pre
|
||||
post-run: playbooks/base/post
|
||||
post-run:
|
||||
- playbooks/base/post-ssh
|
||||
- playbooks/base/post-logs
|
||||
roles:
|
||||
- zuul: openstack-infra/openstack-zuul-roles
|
||||
# TODO(jeblair): This will only work for our current 6 digit
|
||||
|
Loading…
x
Reference in New Issue
Block a user