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

Enable environment overrides for job clusters #658

Merged
merged 2 commits into from
Aug 14, 2023

Commits on Aug 11, 2023

  1. Enable environment overrides for job clusters

    While they are a slice, we can identify a job cluster by its job cluster key.
    A job definition with multiple job clusters with the same key is always
    invalid.  We can therefore merge definitions with the same key into one.
    This is compatible with how environment overrides are applied; merging a slice
    means appending to it. The override will end up in the job cluster slice of the
    original, which gives us a deterministic way to merge them.
    pietern committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0c1e56e View commit details
    Browse the repository at this point in the history
  2. Update test bundle name

    pietern committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    5a27731 View commit details
    Browse the repository at this point in the history