Skip to content

Commit

Permalink
Merge pull request #1272 from michelle192837/podinfo
Browse files Browse the repository at this point in the history
Clarify message for missing podinfo.json.
  • Loading branch information
google-oss-prow[bot] authored Feb 28, 2024
2 parents 872928e + 8b28731 commit 0422de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/gcs/read.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ type PodInfo struct {

const (
// MissingPodInfo appears when builds complete without a podinfo.json report.
MissingPodInfo = "podinfo.json not found, please install prow's GCS reporter"
MissingPodInfo = "podinfo.json not found in job artifacts (has not uploaded, or Prow's GCS reporter is not enabled)."
// NoPodUtils appears when builds run without decoration.
NoPodUtils = "not using decoration, please set decorate: true on prowjob"
NoPodUtils = "Decoration is not enabled; set `decorate: true` on Prowjob."
)

func truncate(s string, max int) string {
Expand Down

0 comments on commit 0422de0

Please sign in to comment.