-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(publisher): simplify the the publishing logic to fileserver (#…
…212) 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", ...... target ref keys are: - tidb: download/refs/pingcap/tidb/master/sha1 - tikv: download/refs/tikv/tikv/master/sha1 Signed-off-by: wuhuizuo <[email protected]> Signed-off-by: wuhuizuo <[email protected]>
- Loading branch information
Showing
11 changed files
with
318 additions
and
517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.