#2203 Disable new builds during branching
Merged 2 months ago by jnsamyak. Opened 2 months ago by jnsamyak.
fedora-infra/ jnsamyak/ansible disable_builds  into  main

@@ -74,11 +74,11 @@ 

  # KojiTraceback = normal

  

  ## These options are intended for planned outages

- #ServerOffline = True

+ ServerOffline = True

  #OfflineMessage = 'planned outage see https://www.fedorastatus.org'

  #OfflineMessage = 'koji is being migrated to a new datacenter'

- #LockOut = True

- #OfflineMessage = 'We are in the middle of branching new fedora release'

+ OfflineMessage = 'We are in the middle of branching new fedora release'

+ LockOut = True

  

  ## If ServerOffline is True, the server will always report a ServerOffline fault (with

  ## OfflineMessage as the fault string).

So, I was thinking on this. we could instead perhaps just disable koji in haproxy on proxy01 and proxy10. This would have the downside of blocking all builds, not just rawhide ones, but has the advantage of letting us build and do things internally (which goes via proxy110 and proxy101 that are internal only). It does mean we would have to do our builds and such on compose-x86-01 or the like, but we could...

rebased onto 117adfb

2 months ago

rebased onto 117adfb

2 months ago

I'm opening this discussion for next time the branching happens, with my limited capacity and knowledge don't want to explore new things at the time

rebased onto 117adfb

2 months ago

Pull-Request has been merged by jnsamyak

2 months ago
Metadata