Skip to content

Commit 786e7d9

Browse files
committed
suite.placeholder: Speed up ansible.cephlab
By skipping the tags "user,pubkeys,nagios,nrpe" we can save ~3min per job, assuming users won't need to ssh in to a testnode while a job is running - which is probably very close to 100% of jobs. Signed-off-by: Zack Cerza <[email protected]>
1 parent 5c9057f commit 786e7d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

teuthology/suite/placeholder.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ def _substitute(input_dict, values_dict):
5858
'admin_socket': {
5959
'branch': Placeholder('ceph_branch'),
6060
},
61+
'ansible.cephlab': {
62+
'skip_tags': 'user,pubkeys,nagios,nrpe',
63+
},
6164
'ceph': {
6265
'conf': {
6366
'mon': {

0 commit comments

Comments
 (0)