Skip to content

Commit

Permalink
suite.placeholder: Speed up ansible.cephlab
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
zmc committed Mar 13, 2023
1 parent 5c9057f commit 786e7d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions teuthology/suite/placeholder.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ def _substitute(input_dict, values_dict):
'admin_socket': {
'branch': Placeholder('ceph_branch'),
},
'ansible.cephlab': {
'skip_tags': 'user,pubkeys,nagios,nrpe',
},
'ceph': {
'conf': {
'mon': {
Expand Down

0 comments on commit 786e7d9

Please sign in to comment.