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

(FEAT) - Add ability to supply a custom matrix and override default provisioner #506

Merged
merged 7 commits into from
Jul 6, 2023

Conversation

jordanbreen28
Copy link
Contributor

@jordanbreen28 jordanbreen28 commented Jul 6, 2023

Summary

This PR adds the ability to override the default provider for the litmus images from docker to the provision_service, by supplying the --provision-service flag.
It also adds the ability to supply a custom matrix (supplied as a file path), so the user can define their images, providers and labels used by matrix_from_metadata_v2. This can be done by passing the --custom-matrix /path/to/matrix.json argument.

Additional Context

This PR also removes the unnecessary provision:: prefix from the provisioner, to prevent this error being continuously thrown:
Unsupported provisioner 'provision::docker', try abs/docker/docker_exp/provision_service/vagrant/vmpooler

Related Issues (if any)

Closes #453

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified.

@jordanbreen28 jordanbreen28 requested a review from a team as a code owner July 6, 2023 12:48
@jordanbreen28 jordanbreen28 force-pushed the feat-override_default_provisioner branch from 11fd067 to 7d9c9ad Compare July 6, 2023 13:12
Co-authored-by: Gavin Patton <[email protected]>
@GSPatton GSPatton merged commit e4fef41 into main Jul 6, 2023
2 checks passed
@GSPatton GSPatton deleted the feat-override_default_provisioner branch July 6, 2023 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update matrix_from_metadata_v2 to allow preference for GCP
2 participants