From 65f2c537df929f3e8a55a7b96e73949ced6ddcaa Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 24 Jan 2023 16:32:40 +0100 Subject: [PATCH] ceph-container-prs: disable ceph-ansible tests ceph-container repo is being reworked. ceph-ansible is about to drop ceph/daemon entrypoints anyway so theses tests don't make sense anymore. This disables ceph-ansible tests in the ceph-container CI. Signed-off-by: Guillaume Abrioux --- ceph-container-prs/config/definitions/ceph-container-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-container-prs/config/definitions/ceph-container-prs.yml b/ceph-container-prs/config/definitions/ceph-container-prs.yml index 759333825..fbea3f7f2 100644 --- a/ceph-container-prs/config/definitions/ceph-container-prs.yml +++ b/ceph-container-prs/config/definitions/ceph-container-prs.yml @@ -40,7 +40,7 @@ - ceph skip-build-phrase: '^jenkins do not test.*|.*\[skip ci\].*' trigger-phrase: 'jenkins test ceph_ansible-{test}' - only-trigger-phrase: false + only-trigger-phrase: true github-hooks: true permit-all: true auto-close-on-fail: false -- 2.47.3