Skip to content

Commit

Permalink
Merge pull request #28288 from coreydaley/2023-09-27-fix-build-timing…
Browse files Browse the repository at this point in the history
…-test

OCPBUGS-19909: Updating parameters for build timing PushImage test
  • Loading branch information
openshift-merge-robot authored Sep 29, 2023
2 parents 9956893 + 684fd49 commit 88b5c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/builds/build_timing.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var _ = g.Describe("[sig-builds][Feature:Builds][timing] capture build stages an
expectedBuildStages := make(map[string][]string)
expectedBuildStages["PullImages"] = []string{"", "1000s"}
expectedBuildStages["Build"] = []string{"10ms", "1000s"}
expectedBuildStages["PushImage"] = []string{"100ms", "1000s"}
expectedBuildStages["PushImage"] = []string{"75ms", "1000s"}

g.By("creating test image stream")
err := oc.Run("create").Args("-f", isFixture).Execute()
Expand Down

0 comments on commit 88b5c9e

Please sign in to comment.