make test THREADS=`mk/detect-cpu-count.sh` SKIP_PERF_TESTS=$SKIP_PERF_TESTS TEST_ENV=$TEST_ENV JUNIT_FILE=../../test-results/junit.xml METRICS_FILE=$METRICS_FILE
-&store_test_results
store_test_results:
path:test-results
-&push_perf_note
run:
name:Push Performance Git Notes
command:.circleci/push-test-metrics.sh
-&store_test_artifacts
store_artifacts:
# we might want to add the whole output of the test phase
# too at some point
path:test-results/junit.xml
-&slowtest
run:
name:Full Test
command:|
mkdir -p test-results
make slowtest SKIP_PERF_TESTS=YES THREADS=`mk/detect-cpu-count.sh` JUNIT_FILE=../../test-results/junit.xml