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

[release/6.0] Docker fixes for the enterprise linux testing pipeline #68913

Merged
merged 3 commits into from
May 16, 2022

Commits on May 5, 2022

  1. attempt to fix up EnterpriseTests (dotnet#65981)

    * attemp to fix up EnterpriseTests
    
    * fix text
    
    * increase timoeout on build step
    
    * fix temeout
    
    * add jobs
    
    * update job
    
    * fix formating
    
    * fix name
    
    * update server check
    
    * restore original resolver before tests
    
    * fix path
    
    * experiment
    
    (cherry picked from commit 9174037)
    wfurt authored and akoeplinger committed May 5, 2022
    Configuration menu
    Copy the full SHA
    94b58c6 View commit details
    Browse the repository at this point in the history
  2. upgrade docker to get clang9 to prevent coreclr crashes (dotnet#68311)

    (cherry picked from commit edb9c49)
    wfurt authored and akoeplinger committed May 5, 2022
    Configuration menu
    Copy the full SHA
    59fc420 View commit details
    Browse the repository at this point in the history
  3. Use Docker images from mcr.microsoft.com in EnterpriseTests (dotnet#6…

    …8875)
    
    We started getting warnings in the build about using images from docker directly, see https://docs.opensource.microsoft.com/tools/nuget_security_analysis/container_registry_analysis/
    
    The image from dotnet-buildtools-prereqs-docker can be used instead.
    
    (cherry picked from commit bafae1b)
    akoeplinger committed May 5, 2022
    Configuration menu
    Copy the full SHA
    204f6a2 View commit details
    Browse the repository at this point in the history