Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core-services/prow/02_config/_boskos: Shard AWS, Azure, and GCP by region #12589

Merged
merged 2 commits into from
Oct 15, 2020

Commits on Oct 14, 2020

  1. core-services/prow/02_config: Enumerate multi-count names

    The names are used for custom resources, so we need unique names for
    each entry [1].  Consuming jobs will have to split on the --, which is
    hopefully unique enough, to get the raw name (if they plan to use it
    to select a region or similar).  I'm not using '-', because:
    
    a. I wanted to avoid enumerating single-count entries.
    b. I wanted consumers to not have to care about whether they were
       drawing from a single-count or multi-count entry.
    
    Using a separator that is not part of the raw names means that
    consumers can always split on that separator without having to worry
    about whether they were drawing from a single-count or a multi-count
    name.
    
    [1]: openshift#12589 (comment)
    wking committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    0ec8261 View commit details
    Browse the repository at this point in the history
  2. core-services/prow/02_config/_boskos: Shard AWS, Azure, and GCP by re…

    …gion
    
    With some guessing about what we support.  No consumers yet, but
    consumer rehearsals run against the production Boskos server [1], so
    we need to land these before we can consume them.
    
    [1]: openshift#12584 (comment)
    wking committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    0cb81d0 View commit details
    Browse the repository at this point in the history