TriggerMail / rules_pyz

Bazel Python rules that package everything in an executable zip
Apache License 2.0
29 stars 19 forks source link

.circleci/config.yml: Collect junit test results #9

Closed evanj closed 6 years ago

evanj commented 6 years ago

Enables nice reports when tests fail on CircleCI.

flatten_test_logs_circleci.py: Copies test results from a nested directory to a single directory. CircleCI only collects JUnit output files from a single level of a directory tree.

Update image golang:1.10.1-stretch -> golang:1.10.2-stretch Update Bazel 0.13.0 -> 0.14.0 Test first, then build, which should allow better parallelization.