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

Build: Fix meta plugin integ test installation #28286

Merged
merged 2 commits into from
Jan 18, 2018

Commits on Jan 18, 2018

  1. Build: Fix meta plugin integ test installation

    Integ test clusters should use the plugin method of ClusterConfiguration
    to install plugins. Without it, meta plugins install based on the name
    of the project directory, rather than the actual configured plugin name.
    This commit fixes that, and also corrects the distribution used to be
    the default integ-test-zip, to match that of PluginBuildPlugin. This
    ensures plugins are tested in isolation by default.
    rjernst committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    0392d1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    920037e View commit details
    Browse the repository at this point in the history