Skip to content
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

Open
wants to merge 165 commits into
base: main
Choose a base branch
from
Open

feat: support Runner Agents #6119

wants to merge 165 commits into from

Conversation

rangoo94
Copy link
Member

@rangoo94 rangoo94 commented Jan 17, 2025

Pull request description

Checklist (choose whats happened)

  • breaking change! (describe)
  • tested locally
  • tested on cluster
  • added new dependencies
  • updated the docs
  • added a test


// 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")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this const?

Copy link
Member Author

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

pkg/runner/agent.go Outdated Show resolved Hide resolved
pkg/runner/agent.go Outdated Show resolved Hide resolved
pkg/runner/agent.go Outdated Show resolved Hide resolved
Copy link
Collaborator

@vsukhin vsukhin left a 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

@rangoo94 rangoo94 requested review from a team as code owners January 22, 2025 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants