Skip to content
StepArgumentsStatus
Start of Pipeline - (49 min in block)
readJSON - (0.1 sec in self)
readTrusted - (6.3 sec in self)pipelines/pingcap/tidb/release-8.1/pod-ghpr_build.yaml
podTemplate - (49 min in block)
podTemplate block - (49 min in block)
node - (49 min in block)pingcap_tidb_release-8_1_ghpr_build_115-f6mb4
node block - (49 min in block)
stage - (16 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (15 sec in block)
checkout - (15 sec in self)
withEnv - (48 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (48 min in block)
container - (48 min in block)golang
container block - (48 min in block)
withEnv - (48 min in block)FILE_SERVER_URL
withEnv block - (48 min in block)
timeout - (48 min in block)
timeout block - (48 min in block)
stage - (1.6 sec in block)Debug info
stage block (Debug info) - (1.6 sec in block)
sh (Debug info) - (0.63 sec in self) printenv echo "-------------------------" go env echo "-------------------------" ls -l /dev/null echo "debug command: kubectl -n jenkins-tidb exec -ti pingcap-tidb-release-8-1-ghpr-build-115-f6mb4-0252q-dd4cf bash"
container - (0.9 sec in block)net-tool
container block - (0.85 sec in block)
sh - (0.81 sec in self)dig github.com
stage - (26 sec in block)Checkout
stage block (Checkout) - (26 sec in block)
dir - (26 sec in block)tidb
dir block - (26 sec in block)
cache - (26 sec in block)
cache block - (20 sec in block)
script - (20 sec in block)
script block - (20 sec in block)
withCredentials - (2.4 sec in block)
withCredentials block - (2.3 sec in block)
sh (Set git ssh key) - (2.3 sec in self) [ -d ~/.ssh ] || mkdir ~/.ssh && chmod 0700 ~/.ssh cp "$SSH_KEY" ~/.ssh/id_rsa chmod 400 ~/.ssh/id_rsa ssh-keyscan -t rsa,dsa github.com >> ~/.ssh/known_hosts
retry - (17 sec in block)2
retry block - (17 sec in block)
sh (Checkout and merge pull request(s) to target if exist) - (17 sec in self)
stage - (39 min in block)Build tidb-server community edition
stage block (Build tidb-server community edition) - (39 min in block)
dir - (38 min in block)tidb
dir block - (38 min in block)
sh - (38 min in self)make bazel_build
dir - (1 sec in block)tidb
dir block - (1 sec in block)
archiveArtifacts - (0.99 sec in self)
dir - (47 sec in block)tidb
dir block - (47 sec in block)
sh (create tidb-server tarball) - (27 sec in self) rm -rf .git tar czvf tidb-server.tar.gz ./* echo "pr/f595d17b133b1c60b882ccb14308daf6a62d462a" > sha1 echo "done" > done
sh (upload to tidb dir) - (11 sec in self) filepath="builds/pingcap/tidb/pr/f595d17b133b1c60b882ccb14308daf6a62d462a/centos7/tidb-server.tar.gz" donepath="builds/pingcap/tidb/pr/f595d17b133b1c60b882ccb14308daf6a62d462a/centos7/done" refspath="refs/pingcap/tidb/pr/53020/sha1" curl -F ${filepath}=@tidb-server.tar.gz ${FILE_SERVER_URL}/upload curl -F ${donepath}=@done ${FILE_SERVER_URL}/upload curl -F ${refspath}=@sha1 ${FILE_SERVER_URL}/upload
sh (upload to tidb-checker dir) - (8.3 sec in self) filepath="builds/pingcap/tidb-check/pr/f595d17b133b1c60b882ccb14308daf6a62d462a/centos7/tidb-server.tar.gz" donepath="builds/pingcap/tidb-check/pr/f595d17b133b1c60b882ccb14308daf6a62d462a/centos7/done" curl -F ${filepath}=@tidb-server.tar.gz ${FILE_SERVER_URL}/upload curl -F ${donepath}=@done ${FILE_SERVER_URL}/upload
stage - (3 min 6 sec in block)Build tidb-server enterprise edition
stage block (Build tidb-server enterprise edition) - (3 min 6 sec in block)
dir - (3 min 6 sec in block)tidb
dir block - (3 min 6 sec in block)
sh - (3 min 6 sec in self)make enterprise-prepare enterprise-server-build && ./bin/tidb-server -V
stage - (5 min 52 sec in block)Test plugin
stage block (Test plugin) - (5 min 52 sec in block)
dir - (5.2 sec in block)enterprise-plugin
dir block - (5.2 sec in block)
cache - (5.2 sec in block)
cache block - (5 sec in block)
retry - (4.9 sec in block)2
retry block - (4.8 sec in block)
script - (4.8 sec in block)
script block - (4.7 sec in block)
checkout - (4.6 sec in self)
sh (Test plugins) - (5 min 47 sec in self) mkdir -p plugin-so # compile go plugin: audit pushd enterprise-plugin/audit && go mod tidy && popd pushd tidb && go run ./cmd/pluginpkg -pkg-dir ../enterprise-plugin/audit -out-dir ../plugin-so && popd # compile go plugin: whitelist pushd enterprise-plugin/whitelist && go mod tidy && popd pushd tidb && go run ./cmd/pluginpkg -pkg-dir ../enterprise-plugin/whitelist -out-dir ../plugin-so && popd # test them. make server -C tidb ./tidb/bin/tidb-server -plugin-dir=./plugin-so -plugin-load=audit-1,whitelist-1 | tee ./loading-plugin.log & sleep 30 ps aux | grep tidb-server killall -9 -r tidb-server
stage - (8.8 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (8.7 sec in block)
container - (8.6 sec in block)report
container block - (8.6 sec in block)
sh - (8.5 sec in self)bash scripts/plugins/report_job_result.sh SUCCESS result.json || true
archiveArtifacts - (0.11 sec in self)