Skip to content

Rework Config.js to accept fleets from different envs #1123

@vipulgupta2048

Description

@vipulgupta2048

At the moment, config.js can only accept multiple fleets from a single environment as input with improvements made in #836
The current schema and client code are unable to find compatible workers across multiple environments. To resolve this, a new specification for the workers property is needed that is:

  1. Can scale to accept multiple environments and look into multiple fleets within those environments (BC, BM, local devices)
  2. Provides backward compatibility to the existing config.js schema in order to not break tests
  3. Create as few changes as possible in Core.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions