mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
scripts: Integrate ./scripts/release with new code for tagging modules.
Changes: - signing tags. - allows to override BRANCH and REPOSITORY using env variables. Tested by a release in my private fork: BRANCH="20201126-ptabor-release" REPOSITORY="git@github.com:ptabor/etcd.git" ./scripts/release 3.5.0-alpha.20
This commit is contained in:
@@ -29,7 +29,7 @@ import (
|
||||
// 1. implement "Case" interface
|
||||
// 2. define fail case name in "rpcpb.Case"
|
||||
type Case interface {
|
||||
// Inject injeccts the failure into the testing cluster at the given
|
||||
// Inject injects the failure into the testing cluster at the given
|
||||
// round. When calling the function, the cluster should be in health.
|
||||
Inject(clus *Cluster) error
|
||||
// Recover recovers the injected failure caused by the injection of the
|
||||
|
||||
Reference in New Issue
Block a user