]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
suite.placeholder: Speed up ansible.cephlab timing-short-ansible
authorZack Cerza <zack@redhat.com>
Mon, 13 Mar 2023 16:32:19 +0000 (10:32 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 13 Mar 2023 16:32:19 +0000 (10:32 -0600)
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 <zack@redhat.com>
teuthology/suite/placeholder.py

index 20b191d1daf5d7ebae6db0ac4abfdda517928ce4..14f8ab67d55793a0ec4e0d8072f9f441e390920d 100644 (file)
@@ -58,6 +58,9 @@ dict_templ = {
         'admin_socket': {
             'branch': Placeholder('ceph_branch'),
         },
+        'ansible.cephlab': {
+            'skip_tags': 'user,pubkeys,nagios,nrpe',
+        },
         'ceph': {
             'conf': {
                 'mon': {