From ff2096b12558826a0f90785eeba02ed57da8d0ff Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 12 Aug 2020 13:09:15 -0400 Subject: [PATCH] ceph*setup: Give ceph*build jobs permission to copy artifacts This is a new setting in the newest CopyArtifact plugin. https://stackoverflow.com/a/32084538/6225562 Signed-off-by: David Galloway --- ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml | 2 ++ ceph-dev-setup/config/definitions/ceph-dev-setup.yml | 2 ++ ceph-setup/config/definitions/ceph-setup.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml b/ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml index 56337af6..af3dafe5 100644 --- a/ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml +++ b/ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml @@ -14,6 +14,8 @@ artifact-num-to-keep: -1 - github: url: https://github.com/ceph/ceph-ci + - copyartifact: + projects: ceph-dev-new-build parameters: - string: diff --git a/ceph-dev-setup/config/definitions/ceph-dev-setup.yml b/ceph-dev-setup/config/definitions/ceph-dev-setup.yml index ab67e116..c10e3046 100644 --- a/ceph-dev-setup/config/definitions/ceph-dev-setup.yml +++ b/ceph-dev-setup/config/definitions/ceph-dev-setup.yml @@ -14,6 +14,8 @@ artifact-num-to-keep: -1 - github: url: https://github.com/ceph/ceph + - copyartifact: + projects: ceph-dev-build parameters: - string: diff --git a/ceph-setup/config/definitions/ceph-setup.yml b/ceph-setup/config/definitions/ceph-setup.yml index aaa321f1..73792a22 100644 --- a/ceph-setup/config/definitions/ceph-setup.yml +++ b/ceph-setup/config/definitions/ceph-setup.yml @@ -14,6 +14,8 @@ artifact-num-to-keep: -1 - github: url: https://github.com/ceph/ceph + - copyartifact: + projects: ceph-build parameters: - string: -- 2.39.5