diff --git a/.circleci/config.yml b/.circleci/config.yml index 804806ca3a..e696162916 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -463,6 +463,7 @@ jobs: steps: - *attach_workspace - *init_environment + - run: uname -r # Runs the integration tests in parallel across multiple CircleCI container instances. The # amount of container nodes for this job is controlled by the "parallelism" option. - run: ./integration/run_tests.sh ${CIRCLE_NODE_INDEX} ${CIRCLE_NODE_TOTAL}