Skip to content

Conversation

@rraulinio
Copy link
Member

Introduce EC variant to run specific functional tests under a separate repo.

@rraulinio rraulinio self-assigned this Dec 19, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces support for an "EC variant" that allows running enterprise-specific mc functional tests from a separate repository. The implementation adds conditional logic to switch between upstream mc tests and EC-provided tests based on environment configuration.

  • Adds MINT_MC_VARIANT environment variable to select between mc (default) and ec test variants
  • Modifies the test runner to conditionally execute EC tests from a mounted repository when variant is set to ec
  • Updates installation script to skip upstream mc installation when EC variant is selected

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
run/core/mc/run.sh Adds case statement to handle mc vs ec variants with configurable EC repo directory and runner script paths
run/core/mc/README.md Documents the new EC variant feature including required environment variables and directory structure
build/mc/install.sh Adds early exit when EC variant is selected to skip upstream mc installation
README.md Adds MINT_MC_VARIANT environment variable to the main configuration table

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rraulinio rraulinio marked this pull request as ready for review December 23, 2025 14:17
@rraulinio
Copy link
Member Author

This PR can go out independently.

Copy link
Contributor

@shtripat shtripat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants