From 71498a407a0d679895a0bd56fb51fc04dfda7de2 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Sat, 20 Apr 2019 22:07:44 +0200 Subject: [PATCH] ci: remove integration test "uname -a" command (#30006) We recently added the "uname -a" command to the CircleCI integration test in order to identify Linux kernels that broke Chrome sandboxing. Since this issue seems to be claimed as fixed by the CircleCI support and we didn't see any sandboxing issues the last month, we are removing the debugging command we added. PR Close #30006 --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 88ac7277de..f59748f4a0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -454,7 +454,6 @@ 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}