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

Faster windows test #1886

Merged
merged 1 commit into from Feb 24, 2019

Commits on Feb 24, 2019

  1. tests: make windows test run a bit faster

    * Remove need to pull 'latest' server core
    
    By removing the :latest tag from all windowsservercore containers,
    we will have the tests use the container thats already baked into
    the AMI.
    
    * Remove depdency on golang and python containers
    
    We are removing the need to use any containers other than servercore
    and nanoserver. This reduces the number of downloads needed and the
    number of builds that happen before the tests start running.
    
    * Explicit timeouts on order tests
    
    The ordering tests are broken at the moment, so we are capping them
    with a fixed timeout.
    petderek committed Feb 24, 2019
    Copy the full SHA
    c065ad3 View commit details
    Browse the repository at this point in the history