Update hack/jenkins/test-flake-chart/report_flakes/main.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
pull/19217/head
錦南路之花 2024-06-25 22:02:53 +02:00 committed by Medya Ghazizadeh
parent c9569857b2
commit 80a6ee4dce
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ const (
// $2 is the ROOT_JOB // $2 is the ROOT_JOB
// $3 is the file containing a list of finished environments, one item per line // $3 is the file containing a list of finished environments, one item per line
func main() { func main() {
client, err := storage.NewClient(context.TODO()) client, err := storage.NewClient(context.Background())
if err != nil { if err != nil {
fmt.Printf("failed to connect to gcp: %v\n", err) fmt.Printf("failed to connect to gcp: %v\n", err)
os.Exit(1) os.Exit(1)