Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: specify tidb commit #10589

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/download-integration-test-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ function download_binaries() {
file_server_url="http://fileserver.pingcap.net"

# Get sha1 based on branch name.
tidb_sha1=$(curl "${file_server_url}/download/refs/pingcap/tidb/${branch}/sha1")
# tidb_sha1=$(curl "${file_server_url}/download/refs/pingcap/tidb/${branch}/sha1")
tidb_sha1=ff8b3d356d604db05d8ca18e93d2c6b81db9c449
tikv_sha1=$(curl "${file_server_url}/download/refs/pingcap/tikv/${branch}/sha1")
# pd_sha1=$(curl "${file_server_url}/download/refs/pingcap/pd/v7.5.0/sha1")
pd_sha1=fb6606aa3f41cc5dc4b804d4715e1613d30835bf
Expand Down
Loading