eclipse-cbi / jiro

Jenkins infrastructure for projects hosted by the Eclipse Foundation
Other
10 stars 37 forks source link

Make storage quota customizable #401

Closed fredg02 closed 1 month ago

fredg02 commented 1 month ago

Quota can be customized in config.jsonnetlike this:

{
  project+: {
    fullName: "foo.bar",
    displayName: "Eclipse Bar",
  },
  storage: {
    quota: "250Gi"
  }
fredg02 commented 1 month ago

@heurtematte @pstankie FYI