Skip to content

Commit

Permalink
check binary image also
Browse files Browse the repository at this point in the history
  • Loading branch information
tisutisu committed Mar 6, 2024
1 parent 4273464 commit a7b8cab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/build/build_templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ var _ = framework.BuildSuiteDescribe("Build templates E2E test", Label("build",
logs, err := kubeadminClient.TektonController.GetTaskRunLogs(pr.GetName(), "show-summary", testNamespace)
Expect(err).ShouldNot(HaveOccurred())
Expect(logs).To(HaveLen(1))
buildSummaryLog := logs["step-appstudio-summary"]
binaryImage := build.GetBinaryImage(pr)
Expect(buildSummaryLog).To(ContainSubstring(binaryImage))
})

It("check for source images if enabled in pipeline", Label(buildTemplatesTestLabel), func() {
Expand Down

0 comments on commit a7b8cab

Please sign in to comment.