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

integration: enforce features compat through env vars #3711

Merged
merged 3 commits into from Mar 14, 2023

Conversation

crazy-max
Copy link
Member

@crazy-max crazy-max commented Mar 13, 2023

follow-up moby/moby#44079 (comment)

Adds ability to enforce features compatibility check through env vars in integration tests.

For example to disable integration.FeatureCacheExport and integration.FeatureCacheImport feature you can set BUILDKIT_TEST_DISABLE_FEATURES=cache_export,cache_import. Set BUILDKIT_TEST_ENABLE_FEATURES=cache_export,cache_import to enable.

Also adds extra features compat for specific cache backends and mergediff.

@crazy-max

This comment was marked as resolved.

@crazy-max crazy-max force-pushed the test-feature-envs branch 3 times, most recently from ff9b137 to 94d8883 Compare March 13, 2023 21:41
@crazy-max crazy-max marked this pull request as ready for review March 13, 2023 22:05
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
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.

None yet

3 participants