Skip to content

Commit

Permalink
fix(KONFLUX-3152): update integration-service reference after migrati…
Browse files Browse the repository at this point in the history
…on (konflux-ci#131)

fix(KONFLUX-3152): update integration-svc reference after migration

Signed-off-by: Dheeraj<[email protected]>
  • Loading branch information
dheerajodha authored May 21, 2024
1 parent 1c58ede commit f3b3313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/prow/prow.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ func determineJobTargetFromProwJobURL(prowJobURL string) (jobTarget string, err
case strings.Contains(prowJobURL, "pull-ci-redhat-appstudio-e2e-tests"):
// prow URL is from e2e-tests repo
jobTarget = "redhat-appstudio-e2e"
case strings.Contains(prowJobURL, "pull-ci-redhat-appstudio-integration-service"):
case strings.Contains(prowJobURL, "pull-ci-konflux-ci-integration-service"):
// prow URL is from integration-service repo
jobTarget = "integration-service-e2e"
default:
Expand Down

0 comments on commit f3b3313

Please sign in to comment.