Skip to content

Commit

Permalink
perf: drop the push-sbom-to-pyxis task
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Bean <[email protected]>
  • Loading branch information
ralphbean committed Mar 18, 2024
1 parent aba7388 commit ba8ac11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/release/pipelines/rh_push_to_external_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,6 @@ var _ = framework.ReleasePipelinesSuiteDescribe("[HACBS-1571]test-release-e2e-pu
sbomImage := release.Image{}
Expect(json.Unmarshal(body, &sbomImage)).To(Succeed(), "failed to unmarshal body content: %s", string(body))

if sbomImage.ContentManifest.ID == "" {
return fmt.Errorf("ContentManifest field is empty for sbom image: %+v", sbomImage)
}

return nil
}, releasecommon.ReleaseCreationTimeout, releasecommon.DefaultInterval).Should(Succeed())
}
Expand Down

0 comments on commit ba8ac11

Please sign in to comment.