Skip to content
StepArgumentsStatus
Start of Pipeline - (10 min in block)
readJSON - (0.13 sec in self)
readTrusted - (15 sec in self)pipelines/pingcap/tidb/latest/pod-merged_e2e_test.yaml
podTemplate - (9 min 44 sec in block)
podTemplate block - (9 min 44 sec in block)
node - (9 min 43 sec in block)pingcap_tidb_merged_e2e_test_1064-j2bn3
node block - (9 min 29 sec in block)
stage - (4.1 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (4 sec in block)
checkout - (4 sec in self)
withEnv - (9 min 24 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (9 min 24 sec in block)
container - (9 min 24 sec in block)golang
container block - (9 min 24 sec in block)
withEnv - (9 min 24 sec in block)FILE_SERVER_URL
withEnv block - (9 min 24 sec in block)
timeout - (9 min 24 sec in block)
timeout block - (9 min 24 sec in block)
stage - (1.3 sec in block)Debug info
stage block (Debug info) - (1.2 sec in block)
sh (Debug info) - (0.58 sec in self) printenv echo "-------------------------" go env echo "-------------------------" echo "debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-merged-e2e-test-1064-j2bn3-m4t67-h6wpw bash"
container - (0.6 sec in block)net-tool
container block - (0.57 sec in block)
sh - (0.54 sec in self)dig github.com
stage - (35 sec in block)Checkout
stage block (Checkout) - (35 sec in block)
dir - (35 sec in block)tidb
dir block - (35 sec in block)
cache - (35 sec in block)
cache block - (5.1 sec in block)
retry - (5.1 sec in block)2
retry block - (5 sec in block)
script - (5 sec in block)
script block - (5 sec in block)
sh (Checkout and merge pull request(s) to target if exist) - (4.9 sec in self)
stage - (3 min 36 sec in block)Prepare
stage block (Prepare) - (3 min 36 sec in block)
dir - (3 min 36 sec in block)tidb
dir block - (3 min 36 sec in block)
retry - (3 min 36 sec in block)3
retry block - (3 min 36 sec in block)
sh (tidb-server) - (2 min 59 sec in self)[ -f bin/tidb-server ] || make
sh (download binary) - (36 sec in self) chmod +x ${WORKSPACE}/scripts/PingCAP-QE/tidb-test/*.sh ${WORKSPACE}/scripts/PingCAP-QE/tidb-test/download_pingcap_artifact.sh --pd=master --tikv=master mv third_bin/tikv-server bin/ mv third_bin/pd-server bin/ ls -alh bin/ ./bin/pd-server -V ./bin/tikv-server -V ./bin/tidb-server -V
stage - (5 min 10 sec in block)Tests
stage block (Tests) - (5 min 10 sec in block)
timeout - (5 min 10 sec in block)
timeout block - (5 min 10 sec in block)
dir - (5 min 10 sec in block)tidb
dir block - (5 min 10 sec in block)
sh (test graceshutdown) - (28 sec in self) cd tests/graceshutdown && make ./run-tests.sh
sh (test globalkilltest) - (4 min 42 sec in self) cd tests/globalkilltest && make cp /home/jenkins/agent/workspace/pingcap/tidb/merged_e2e_test/tidb/bin/tikv-server /home/jenkins/agent/workspace/pingcap/tidb/merged_e2e_test/tidb/bin/pd-server ./bin/ PD=./bin/pd-server TIKV=./bin/tikv-server ./run-tests.sh