Skip to content

Commit d49666b

Browse files
committed
update
1 parent 4188980 commit d49666b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.ci/magician/cmd/collect_nightly_test_status.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,12 @@ func createTestReport(pVersion provider.Version, tc TeamcityClient, gcs Cloudsto
191191
return err
192192
}
193193

194-
// // Upload test status data file to gcs bucket
195-
// objectName := fmt.Sprintf("test-metadata/%s/%s", pVersion.String(), testStatusFileName)
196-
// err = gcs.WriteToGCSBucket(NightlyDataBucket, objectName, testStatusFileName)
197-
// if err != nil {
198-
// return err
199-
// }
194+
// Upload test status data file to gcs bucket
195+
objectName := fmt.Sprintf("test-metadata/%s/%s", pVersion.String(), testStatusFileName)
196+
err = gcs.WriteToGCSBucket(NightlyDataBucket, objectName, testStatusFileName)
197+
if err != nil {
198+
return err
199+
}
200200

201201
return nil
202202
}

0 commit comments

Comments
 (0)