chocolatey-community / chocolatey-test-environment

A testing setup related to how the Chocolatey Package Verifier runs testing. Used for manual testing or prior to submission
Apache License 2.0
117 stars 187 forks source link

(#74)(ENGTASKS-3605) Update ReadMe and Vagrantfile in preperation for release of new box version with Hyper-V provider #77

Closed Windos closed 3 weeks ago

Windos commented 3 weeks ago

Description Of Changes

This PR includes two small tweaks to the Vagrantfile specific to the Hyper-V provider that came out of testing using Hyper-V to run the Chocolatey Test Environment. Specifically, it increases the timeout for getting an IP address when first booting the image and it also sets the "maximum memory" to nil so that the user can specify any amount of memory as allowed by their available resources.

It also updates the ReadMe with information specific to running this testing environment under Hyper-V, including warning about the limitations that may be encountered while doing so.

Motivation and Context

We're about to release v3.2.0 of the Vagrant box used by this test environment and re-introduce a Hyper-V version of the box.

Testing

These changes come as a result of testing the new Hyper-V provider version of the test-environment box (v3.2.0).

Operating Systems Testing

N/A

Change Types Made

Change Checklist

Related Issue

pauby commented 3 weeks ago

@Windos I don't think we should merge this in until the box is on the Vagrant Cloud?

Windos commented 3 weeks ago

Thanks for the review and suggested edits, @pauby, I agreed with and applied all of them.

Agreed that this should be merged at the same time as the blog post and the boxes are released (those are ready to go now, thankfully)

pauby commented 3 weeks ago

Thanks @Windos for getting this updated!