Remove ssh key in base-test cleanup run.
If the builds ssh key is removed during post run no cleanup actions can be made on remote hosts by jobs inheriting from the base job. It also causes problems with ssh keys not being removed for static nodes when jobs are aborted. Change-Id: I4e8772e697dbb98e8adfa4f8693c3ff71bf02ba1
This commit is contained in:
parent
4c7aa7ea35
commit
ee6e77a30c
3
playbooks/base-test/cleanup.yaml
Normal file
3
playbooks/base-test/cleanup.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- remove-build-sshkey
|
@ -1,10 +1,3 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- fetch-output
|
||||
|
||||
- hosts: all
|
||||
# NOTE(pabelanger): We ignore_errors for the following tasks as not to fail
|
||||
# successful jobs.
|
||||
ignore_errors: yes
|
||||
roles:
|
||||
- remove-build-sshkey
|
||||
|
Loading…
Reference in New Issue
Block a user