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

build: upgrade circleci configuration #11889

Merged
merged 1 commit into from
Jan 24, 2022
Merged

build: upgrade circleci configuration #11889

merged 1 commit into from
Jan 24, 2022

Commits on Jan 24, 2022

  1. build: upgrade and speedup circleci configuration

    This PR upgrades our CI images and fixes some affected tests.
    
    - upgrade go-machine-image to premade latest ubuntu LTS (ubuntu-2004:202111-02)
    
    - eliminate go-machine-recent-image (no longer necessary)
    
    - manage GOPATH in GNUMakefile (see https://discuss.circleci.com/t/gopath-is-set-to-multiple-directories/7174)
    
    - fix tcp dial error check (message seems to be OS specific)
    
    - spot check values measured instead of specifically 'RSS' (rss no longer reported in cgroups v2)
    
    - use safe MkdirTemp for generating tmpfiles
    
    NOT applied: (too flakey)
    
    - eliminate setting GOMAXPROCS=1 (build tools were also affected by this setting)
    
    - upgrade resource type for all imanges to large (2C -> 4C)
    shoenig committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8492c65 View commit details
    Browse the repository at this point in the history