release-tools: update
Commit summary:1fdf2d53
cloud build: bump timeout in Prow job5a54e67d
filter-junit: Fix gofmt error36ea4ffa
filter-junit: Fix golint error
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
# To promote release images, see https://github.com/kubernetes/k8s.io/tree/master/k8s.gcr.io/images/k8s-staging-sig-storage.
|
# To promote release images, see https://github.com/kubernetes/k8s.io/tree/master/k8s.gcr.io/images/k8s-staging-sig-storage.
|
||||||
|
|
||||||
# This must be specified in seconds. If omitted, defaults to 600s (10 mins).
|
# This must be specified in seconds. If omitted, defaults to 600s (10 mins).
|
||||||
timeout: 1200s
|
timeout: 1800s
|
||||||
# This prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
|
# This prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
|
||||||
# or any new substitutions added in the future.
|
# or any new substitutions added in the future.
|
||||||
options:
|
options:
|
||||||
|
@@ -15,10 +15,10 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This command filters a JUnit file such that only tests with a name
|
This command filters a JUnit file such that only tests with a name
|
||||||
* matching a regular expression are passed through. By concatenating
|
matching a regular expression are passed through. By concatenating
|
||||||
* multiple input files it is possible to merge them into a single file.
|
multiple input files it is possible to merge them into a single file.
|
||||||
*/
|
*/
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Reference in New Issue
Block a user