File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 20
20
21
21
# This is the default. It can be overridden in the main Makefile after
22
22
# including build.make.
23
- REGISTRY_NAME =quay.io/k8scsi
23
+ REGISTRY_NAME? =quay.io/k8scsi
24
24
25
25
# Can be set to -mod=vendor to ensure that the "vendor" directory is used.
26
26
GOFLAGS_VENDOR =
Original file line number Diff line number Diff line change 16
16
# To promote release images, see https://github.com/kubernetes/k8s.io/tree/master/k8s.gcr.io/images/k8s-staging-sig-storage.
17
17
18
18
# This must be specified in seconds. If omitted, defaults to 600s (10 mins).
19
- timeout : 1800s
19
+ # Building three images in external-snapshotter takes roughly half an hour,
20
+ # sometimes more.
21
+ timeout : 3600s
20
22
# This prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
21
23
# or any new substitutions added in the future.
22
24
options :
You can’t perform that action at this time.
0 commit comments