Skip to content

Commit a17657e

Browse files
authored
Merge pull request #3419 from buildkite/pipeline-upload-processing
Make the 'Pipeline upload not yet applied: processing' message info, not warning
2 parents ca7255c + 1f1ac14 commit a17657e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/pipeline_uploader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ func (u *PipelineUploader) pollForPiplineUploadStatus(ctx context.Context, l log
209209
case "pending", "processing":
210210
setNextIntervalFromResponse(r, resp)
211211
err := fmt.Errorf("Pipeline upload not yet applied: %s", uploadStatus.State)
212-
l.Warn("%s (%s)", err, r)
212+
l.Info("%s (%s)", err, r)
213213
return err
214214
case "rejected", "failed":
215215
l.Error("Unrecoverable error, skipping retries")

0 commit comments

Comments
 (0)