From 786e7d97b8ea506d8ef8379c36e767869eb8186b Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 13 Mar 2023 10:32:19 -0600 Subject: [PATCH] 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 --- teuthology/suite/placeholder.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/teuthology/suite/placeholder.py b/teuthology/suite/placeholder.py index 20b191d1da..14f8ab67d5 100644 --- a/teuthology/suite/placeholder.py +++ b/teuthology/suite/placeholder.py @@ -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': {