CircleCI : reduced test duration
authorYann Collet <cyan@fb.com>
Mon, 1 Jul 2019 17:55:54 +0000 (10:55 -0700)
committerYann Collet <cyan@fb.com>
Mon, 1 Jul 2019 17:55:54 +0000 (10:55 -0700)
commit9ea2835eaa2da7415e3c97a010585e12705d6220
treee56b07286336521c3ff7f4c909061faf97fa508b
parent9dc5981368ebecbe8025eca26a897ea020589541
CircleCI : reduced test duration

Ideally, we want to make CircleCI a "fast" test environment, with short feedback loop (~5mn).
We are still far from this goal.

This patch starts this process by removing "long" tasks which are non-essential and redundant with travisCI.

It also acknowledges that parallelism is broken.
The script should be more heavily updated to support parallelism,
which might be important to support its goal.
.circleci/config.yml