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
This commit is contained in:
Paul Gschwendtner 2019-04-20 22:07:44 +02:00 committed by Ben Lesh
parent 8cba4e1f6b
commit 71498a407a
1 changed files with 0 additions and 1 deletions

View File

@ -454,7 +454,6 @@ jobs:
steps: steps:
- *attach_workspace - *attach_workspace
- *init_environment - *init_environment
- run: uname -r
# Runs the integration tests in parallel across multiple CircleCI container instances. The # 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. # amount of container nodes for this job is controlled by the "parallelism" option.
- run: ./integration/run_tests.sh ${CIRCLE_NODE_INDEX} ${CIRCLE_NODE_TOTAL} - run: ./integration/run_tests.sh ${CIRCLE_NODE_INDEX} ${CIRCLE_NODE_TOTAL}