Skip to content

Redesign the plugins CI using a modular approach #760

Description

@ekoops

Motivation

Currently, the CI uses a monolithic approach to build all the plugins, installing the dependencies needed by the build process of each plugin in a shared environment, and building all the plugins in that shared environment. This sometimes prevents different plugins to depend on different versions/configurations of the same tools. Moreover, it doesn't allow to optimally isolate the environment (i.e.: a plugin build environment is polluted with dependencies coming from other plugins).

Feature

Creating a modular CI, composed of reusable workflows that can be used to build different plugins independently and, at the same time, in an isolated environment.

Alternatives

Additional context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions