Skip to content

Commit

Permalink
Use correct pipeline for OCP FBC builds (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr authored Oct 14, 2024
1 parent 295c5f1 commit fd5405b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/prowgen/prowgen_konflux.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,9 @@ func generateFBCApplications(soMetadata *project.Metadata, openshiftRelease Repo
ComponentNameFunc: func(cfg cioperatorapi.ReleaseBuildConfiguration, ib cioperatorapi.ProjectDirectoryImageBuildStepConfiguration) string {
return string(ib.To)
},
FBCImages: []string{
fmt.Sprintf("serverless-index-%s-fbc-%s", release, v),
},
ResourcesOutputPathSkipRemove: true,
PipelinesOutputPathSkipRemove: true,
IsHermetic: func(_ cioperatorapi.ReleaseBuildConfiguration, _ cioperatorapi.ProjectDirectoryImageBuildStepConfiguration) bool {
Expand Down

0 comments on commit fd5405b

Please sign in to comment.