From: Zack Cerza Date: Mon, 13 Mar 2023 16:32:19 +0000 (-0600) Subject: suite.placeholder: Speed up ansible.cephlab X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f65b4d4f0ab603c3d3c133f12e2dc0d8f87ea6ca;p=teuthology.git 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 --- diff --git a/teuthology/suite/placeholder.py b/teuthology/suite/placeholder.py index 20b191d1d..14f8ab67d 100644 --- a/teuthology/suite/placeholder.py +++ b/teuthology/suite/placeholder.py @@ -58,6 +58,9 @@ dict_templ = { 'admin_socket': { 'branch': Placeholder('ceph_branch'), }, + 'ansible.cephlab': { + 'skip_tags': 'user,pubkeys,nagios,nrpe', + }, 'ceph': { 'conf': { 'mon': {