From 8d629a796fccf86b375ee3ee57550ec3764f7994 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 13 Mar 2019 12:41:27 -0700 Subject: [PATCH] Disable wheel mirror updates We are upgrading the afs db servers. During that process disable the wheel mirror update jobs to avoid unwanted writes to the afs volumes and vos releases. Change-Id: I7235023428c0560e7101a36b6a8a0bfda2c27499 --- 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