From 80379697e2755fadb313512654291891f1851659 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Thu, 14 Mar 2019 18:31:51 +0100 Subject: [PATCH] ci: debug sandbox issue for circleci team (#29309) The CircleCI team needs to know what causes the Kernel inconsistency that most likely causes our no usable sandbox errors. Therefore we add "uname -r" PR Close #29309 --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) 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}