-
Notifications
You must be signed in to change notification settings - Fork 202
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
Support Windows 2016 #291
Support Windows 2016 #291
Conversation
AWS has replaced EC2Config with EC2Launch on Windows 2016. http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2launch.html
Rubocop 0.28 requires rake < 12
@@ -8,7 +8,7 @@ gem "winrm-fs" | |||
gem "activesupport", "~> 4.0" | |||
|
|||
group :test do | |||
gem "rake" | |||
gem "rake", "< 12" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason for this particular pin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rake 12 isn't compatible with rubocop 0.28, which is pinned by finstyle 1.4.0.
And the gemspec file says
style and complexity libraries are tightly version pinned as newer releases may introduce new and undesireable style choices which would be immediately enforced in CI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just tried updating to finstyle 1.5.0. It still isn't compatible with rake 12, and it picks up 11 more style offences :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're moving away from finstyle and I didn't realize this repo was still on it so new things to do
.travis.yml
Outdated
- 2.0.0 | ||
- 2.1 | ||
- 2.2 | ||
- 2.1.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Safe to drop 2.1.x and keep somewhat in line with https://github.com/test-kitchen/test-kitchen/blob/master/.travis.yml#L3-L6
Aside from the inline comments this look great! |
AWS has changed a number of characteristics of Windows Server 2016 instances:
Windows_Server-2016-English-<Style>-*
, where<Style>
is one ofFull-Base
for regular servers,Nano-Base
for Nano servers, orFull-Containers
for server with containersEC2Launch
instead ofEC2Config
http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/windows-ami-version-history.html#win2k16-amis