• Dave Cheney's avatar
    test: limit runoutput tests on arm platforms · dc75670a
    Dave Cheney authored
    runoutput styles tests generally consume a lot of memory. On arm platforms rotate?.go consume around 200mb each to compile, and as tests are sorted alphabetically, they all tend to run at once.
    
    This change limits the number of runoutput jobs to 2 on arm platforms.
    
    R=minux.ma, remyoudompheng, bradfitz, lucio.dere
    CC=golang-dev
    https://golang.org/cl/7099047
    dc75670a
run.go 17.7 KB