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:
|
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}
|
||||||
|
|
Loading…
Reference in New Issue