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
This commit is contained in:
parent
a5c747f46d
commit
80379697e2
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue