-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support Runner Agents #6119
base: main
Are you sure you want to change the base?
Conversation
… after it's ready
|
||
// IsKubeshopGitURI checks if the content has a git URI that contains "kubeshop" | ||
func IsKubeshopGitURI(content *testworkflowsv1.Content) bool { | ||
return content != nil && content.Git != nil && strings.Contains(content.Git.Uri, "kubeshop") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this const?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure - in general I don't think that this code is correct, but I don't know what were the expectations set before; I personally only moved it into Event Bus, when earlier it was part of execution directly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good some minor questions
# Conflicts: # cmd/api-server/main.go # internal/app/api/v1/server.go # pkg/api/v1/client/interface.go
Pull request description
Checklist (choose whats happened)