infra: reduce build time by running longest job early (#626)

Currently builds take roughly 15 minutes, as the longest job (pypy3) isn't
kicked off until one of the other jobs is finished running (max 5 concurrent
jobs). Prioritizing the longer jobs first should reduce the build time by about
5 minutes.
This commit is contained in:
alrex
2020-04-29 13:16:45 -07:00
committed by GitHub
parent d3e3dbdcab
commit 0c36640dbc

View File

@ -18,3 +18,4 @@ exclude =
ext/opentelemetry-ext-jaeger/src/opentelemetry/ext/jaeger/gen/
ext/opentelemetry-ext-jaeger/build/*
docs/examples/opentelemetry-example-app/src/opentelemetry_example_app/grpc/gen/
docs/examples/opentelemetry-example-app/build/*