Skip to content
StepArgumentsStatus
Start of Pipeline - (5 min 1 sec in block)
readJSON - (0.12 sec in self)
readTrusted - (14 sec in self)pipelines/pingcap/tidb/latest/pod-merged_integration_copr_test.yaml
podTemplate - (4 min 46 sec in block)
podTemplate block - (4 min 46 sec in block)
node - (4 min 46 sec in block)pingcap_tidb_merged_integration_copr_test_1064-k7432
node block - (4 min 36 sec in block)
stage - (4.9 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (4.9 sec in block)
checkout - (4.8 sec in self)
withEnv - (4 min 31 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (4 min 31 sec in block)
container - (4 min 31 sec in block)golang
container block - (4 min 31 sec in block)
withCredentials - (4 min 31 sec in block)
withCredentials block - (4 min 31 sec in block)
withEnv - (4 min 31 sec in block)FILE_SERVER_URL
withEnv block - (4 min 31 sec in block)
timeout - (4 min 30 sec in block)
timeout block - (4 min 30 sec in block)
stage - (1.3 sec in block)Debug info
stage block (Debug info) - (1.3 sec in block)
sh (Debug info) - (0.63 sec in self) printenv echo "-------------------------" go env echo "-------------------------" echo "debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-merged-integration-copr-test-1064-k7432-tk32-fqv3h bash"
container - (0.62 sec in block)net-tool
container block - (0.59 sec in block)
sh - (0.55 sec in self)dig github.com
stage - (29 sec in block)Checkout
stage block (Checkout) - (29 sec in block)
timeout - (29 sec in block)
timeout block - (29 sec in block)
dir - (17 sec in block)tidb
dir block - (17 sec in block)
cache - (17 sec in block)
cache block - (5.5 sec in block)
retry - (5.5 sec in block)2
retry block - (5.4 sec in block)
script - (5.4 sec in block)
script block - (5.3 sec in block)
sh (Checkout and merge pull request(s) to target if exist) - (5.3 sec in self)
dir - (11 sec in block)tikv-copr-test
dir block - (11 sec in block)
cache - (10 sec in block)
cache block - (8.1 sec in block)
retry - (8 sec in block)2
retry block - (8 sec in block)
script - (8 sec in block)
script block - (7.9 sec in block)
checkout - (7.3 sec in self)
sh - (0.55 sec in self) git status git log -1
stage - (48 sec in block)Prepare
stage block (Prepare) - (48 sec in block)
dir - (48 sec in block)tidb
dir block - (48 sec in block)
container - (48 sec in block)golang
container block - (48 sec in block)
retry - (47 sec in block)3
retry block - (47 sec in block)
sh (download binary) - (47 sec in self) chmod +x /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_copr_test/scripts/PingCAP-QE/tidb-test/*.sh /home/jenkins/agent/workspace/pingcap/tidb/merged_integration_copr_test/scripts/PingCAP-QE/tidb-test/download_pingcap_artifact.sh --pd=master --tikv=master rm -rf bin && mkdir -p bin mv third_bin/tikv-server bin/ mv third_bin/pd-server bin/ ls -alh bin/
stage - (3 min 11 sec in block)Tests
stage block (Tests) - (3 min 11 sec in block)
timeout - (3 min 11 sec in block)
timeout block - (3 min 11 sec in block)
dir - (0.68 sec in block)tidb
dir block - (0.63 sec in block)
sh (print version) - (0.61 sec in self) chmod +x bin/* ./bin/tikv-server -V ./bin/pd-server -V
dir - (3 min 10 sec in block)tikv-copr-test
dir block - (3 min 10 sec in block)
sh (Push Down Test) - (3 min 10 sec in self)#!/usr/bin/env bash pd_bin=/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_copr_test/tidb/bin/pd-server tikv_bin=/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_copr_test/tidb/bin/tikv-server tidb_src_dir=/home/jenkins/agent/workspace/pingcap/tidb/merged_integration_copr_test/tidb make push-down-test