Skip to content

Commit 771facd

Browse files
authored
Merge pull request #45 from pohly/prow-update-master
master: update release-tools
2 parents 0b34631 + 9bb3ce4 commit 771facd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

release-tools/cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# To promote release images, see https://github.com/kubernetes/k8s.io/tree/master/k8s.gcr.io/images/k8s-staging-sig-storage.
1717

1818
# This must be specified in seconds. If omitted, defaults to 600s (10 mins).
19-
timeout: 1200s
19+
timeout: 1800s
2020
# This prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
2121
# or any new substitutions added in the future.
2222
options:

release-tools/filter-junit.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ limitations under the License.
1515
*/
1616

1717
/*
18-
* This command filters a JUnit file such that only tests with a name
19-
* matching a regular expression are passed through. By concatenating
20-
* multiple input files it is possible to merge them into a single file.
21-
*/
18+
This command filters a JUnit file such that only tests with a name
19+
matching a regular expression are passed through. By concatenating
20+
multiple input files it is possible to merge them into a single file.
21+
*/
2222
package main
2323

2424
import (

0 commit comments

Comments
 (0)