From 9a9d7283e1d3282e9e401484a9cf6b0d67fb7dba Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 23 Mar 2023 12:56:10 -0600 Subject: [PATCH] try skipping cpan too --- teuthology/suite/placeholder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/suite/placeholder.py b/teuthology/suite/placeholder.py index 14f8ab67d5..a8ee60a0f6 100644 --- a/teuthology/suite/placeholder.py +++ b/teuthology/suite/placeholder.py @@ -59,7 +59,7 @@ dict_templ = { 'branch': Placeholder('ceph_branch'), }, 'ansible.cephlab': { - 'skip_tags': 'user,pubkeys,nagios,nrpe', + 'skip_tags': 'user,pubkeys,nagios,nrpe,cpan', }, 'ceph': { 'conf': { -- 2.39.5