Skip to content

Commit bc39b20

Browse files
committed
ci: bump barmetal functional test timeout to 9m in gha
1 parent a4c2458 commit bc39b20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/functional_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
driver: none
8888
cruntime: docker
8989
os: ubuntu-22.04
90-
test-timeout: 7m
90+
test-timeout: 9m
9191
- name: qemu-docker-macos-13-x86_64
9292
driver: qemu
9393
cruntime: docker

hack/preload-images/preload_images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func makePreload(cfg preloadCfg) error {
159159
fmt.Printf("skip upload of %q\n", tf)
160160
return nil
161161
}
162-
if err := uploadTarball(tf, kv); err != nil {
162+
if err := uploadTarballToGCS(tf, kv); err != nil {
163163
return errors.Wrap(err, fmt.Sprintf("uploading tarball for k8s version %s with %s", kv, cr))
164164
}
165165
return nil

0 commit comments

Comments
 (0)