-
Notifications
You must be signed in to change notification settings - Fork 1
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
refactor(publisher): simplify the the publishing logic to fileserver #212
Conversation
SummaryThe pull request refactors the publishing logic to the file server with the following key changes:
Potential Problems
Suggestions
|
BREAKING CHANGE: the target file key is changed on the fileserver, now some of the file keys are: - tidb: - download/builds/pingcap/tidb/master/abc123def/linux_amd64/tidb.tar.gz - download/builds/pingcap/tidb/master/abc123def/linux_amd64/br.tar.gz - download/builds/pingcap/tidb/master/abc123def/linux_amd64/dumpling.tar.gz - download/builds/pingcap/tidb/master/abc123def/linux_amd64/tidb-lightning.tar.gz - download/builds/pingcap/tidb/master/abc123def/linux_amd64/tidb-lightning-ctl.tar.gz - tikv: - download/builds/tikv/tikv/master/abc123def/linux_amd64/linux_amd64/tikv.tar.gz", - download/builds/tikv/tikv/master/abc123def/linux_amd64/linux_amd64/tikv-ctl.tar.gz", ...... Signed-off-by: wuhuizuo <[email protected]>
74db4b9
to
f6cb705
Compare
This is a large refactor that simplifies the logic for publishing to a file server. The main changes are:
Potential Problems:
Fixing suggestions:
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wuhuizuo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This Pull Request refactors the publishing logic to the file server. The changes include:
Potential Problems:
Fixing Suggestions:
|
BREAKING CHANGE:
the target file key is changed on the fileserver, now some of the file keys are:
......
target ref keys are:
Signed-off-by: wuhuizuo [email protected]