From 0dc1c19631ffe9c76c53aff721858383060ddfcb Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 11 Mar 2019 13:41:30 -0700 Subject: [PATCH] Disable wheel mirror updates for afs server upgrades We are upgrading the afs fileservers. Disable the wheel mirror jobs during this time so that they don't interfere with the upgrades. Change-Id: I6d051d076c736f9b34ff8d905d7ced04c7645568 --- zuul.d/projects.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 8bf623fb28..a3e86e3e31 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -7656,16 +7656,16 @@ branches: master periodic: jobs: - - publish-wheel-mirror-centos-7 - - publish-wheel-mirror-ubuntu-bionic - - publish-wheel-mirror-ubuntu-trusty - - publish-wheel-mirror-ubuntu-xenial - - release-wheel-mirror: - dependencies: - - publish-wheel-mirror-centos-7 - - publish-wheel-mirror-ubuntu-bionic - - publish-wheel-mirror-ubuntu-trusty - - publish-wheel-mirror-ubuntu-xenial + #- publish-wheel-mirror-centos-7 + #- publish-wheel-mirror-ubuntu-bionic + #- publish-wheel-mirror-ubuntu-trusty + #- publish-wheel-mirror-ubuntu-xenial + #- release-wheel-mirror: + # dependencies: + # - publish-wheel-mirror-centos-7 + # - publish-wheel-mirror-ubuntu-bionic + # - publish-wheel-mirror-ubuntu-trusty + # - publish-wheel-mirror-ubuntu-xenial - propose-updates: nodeset: ubuntu-bionic branches: master