Skip to content
StepArgumentsStatus
Start of Pipeline - (4 min 35 sec in block)
readJSON - (0.12 sec in self)
readTrusted - (21 sec in self)pipelines/pingcap/tidb/latest/pod-merged_integration_copr_test.yaml
podTemplate - (4 min 13 sec in block)
podTemplate block - (4 min 13 sec in block)
node - (4 min 13 sec in block)pingcap_tidb_merged_integration_copr_test_1068-9dfgr
node block - (4 min 6 sec in block)
stage - (5 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (4.9 sec in block)
checkout - (4.9 sec in self)
withEnv - (4 min 1 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (4 min 1 sec in block)
container - (4 min 1 sec in block)golang
container block - (4 min 1 sec in block)
withCredentials - (4 min 1 sec in block)
withCredentials block - (4 min 0 sec in block)
withEnv - (4 min 0 sec in block)FILE_SERVER_URL
withEnv block - (4 min 0 sec in block)
timeout - (4 min 0 sec in block)
timeout block - (4 min 0 sec in block)
stage - (1.5 sec in block)Debug info
stage block (Debug info) - (1.4 sec in block)
sh (Debug info) - (0.61 sec in self) printenv echo "-------------------------" go env echo "-------------------------" echo "debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-merged-integration-copr-test-1068-9dfgr-qws7-8s3c5 bash"
container - (0.76 sec in block)net-tool
container block - (0.63 sec in block)
sh - (0.6 sec in self)dig github.com
stage - (24 sec in block)Checkout
stage block (Checkout) - (24 sec in block)
timeout - (24 sec in block)
timeout block - (24 sec in block)
dir - (18 sec in block)tidb
dir block - (18 sec in block)
cache - (18 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 - (4.9 sec in block)
sh (Checkout and merge pull request(s) to target if exist) - (4.9 sec in self)
dir - (5.7 sec in block)tikv-copr-test
dir block - (5.7 sec in block)
cache - (5.6 sec in block)
cache block - (4.4 sec in block)
retry - (4.2 sec in block)2
retry block - (4.1 sec in block)
script - (4 sec in block)
script block - (3.9 sec in block)
checkout - (2.9 sec in self)
sh - (1 sec in self) git status git log -1
stage - (46 sec in block)Prepare
stage block (Prepare) - (46 sec in block)
dir - (46 sec in block)tidb
dir block - (45 sec in block)
container - (45 sec in block)golang
container block - (45 sec in block)
retry - (45 sec in block)3
retry block - (45 sec in block)
sh (download binary) - (45 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 - (2 min 48 sec in block)Tests
stage block (Tests) - (2 min 48 sec in block)
timeout - (2 min 48 sec in block)
timeout block - (2 min 48 sec in block)
dir - (0.89 sec in block)tidb
dir block - (0.84 sec in block)
sh (print version) - (0.8 sec in self) chmod +x bin/* ./bin/tikv-server -V ./bin/pd-server -V
dir - (2 min 47 sec in block)tikv-copr-test
dir block - (2 min 47 sec in block)
sh (Push Down Test) - (2 min 47 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