Skip to content

Broadside: support YAML merge keys in config#4702

Merged
mauriceyap merged 1 commit intomasterfrom
broadside-yaml-merge-keys-config
Feb 20, 2026
Merged

Broadside: support YAML merge keys in config#4702
mauriceyap merged 1 commit intomasterfrom
broadside-yaml-merge-keys-config

Conversation

@mauriceyap
Copy link
Collaborator

@mauriceyap mauriceyap commented Feb 20, 2026

For example:

queueConfig:
  - &regular-queue
    name: regular-queue-1
    proportion: 0.5
    jobSetConfig:
      - name: jobset-1
        proportion: 0.7
        historicalJobsConfig:
          numberOfJobs: 10_500_000
          proportionSucceeded: 0.8
          proportionErrored: 0.1
          proportionCancelled: 0.05
          proportionPreempted: 0.05
      - name: jobset-2
        proportion: 0.3
        historicalJobsConfig:
          numberOfJobs: 3_000_000
          proportionSucceeded: 0.9
          proportionErrored: 0.05
          proportionCancelled: 0.03
          proportionPreempted: 0.02
  - { "<<": *regular-queue, name: regular-queue-2 }

@mauriceyap mauriceyap merged commit 2b3665f into master Feb 20, 2026
16 checks passed
@mauriceyap mauriceyap deleted the broadside-yaml-merge-keys-config branch February 20, 2026 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants