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

fix(executor): Fix emissary bugs #5187

Merged
merged 4 commits into from
Feb 24, 2021
Merged

fix(executor): Fix emissary bugs #5187

merged 4 commits into from
Feb 24, 2021

Conversation

alexec
Copy link
Contributor

@alexec alexec commented Feb 24, 2021

No description provided.

Copy link
Member

@lippertmarkus lippertmarkus left a comment

Choose a reason for hiding this comment

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

Windows specific code should work


func Kill(pid int, s syscall.Signal) error {
if pid < 0 {
pid = -pid // // we cannot kill a negative process on windows
Copy link
Member

Choose a reason for hiding this comment

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

duplicated //

@alexec alexec changed the title fix(executor): Compile emissary or windows fix(executor): Compile emissary on Windows Feb 24, 2021
@alexec alexec changed the title fix(executor): Compile emissary on Windows fix(executor): Fix emissary bugs Feb 24, 2021
@alexec alexec requested a review from whynowy February 24, 2021 16:52
@alexec
Copy link
Contributor Author

alexec commented Feb 24, 2021

@whynowy can I please get approval?

@alexec alexec marked this pull request as ready for review February 24, 2021 16:52
@alexec
Copy link
Contributor Author

alexec commented Feb 24, 2021

@lippertmarkus FYI - I don't expect the Emissary to work on Windows because I' not able to test it. Would you or anyone else @argoproj/argo-windows like to try it out?

Copy link
Member

@whynowy whynowy left a comment

Choose a reason for hiding this comment

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

LGTM

@alexec alexec merged commit 23415b2 into master Feb 24, 2021
@alexec alexec deleted the dev-windows branch February 24, 2021 17:54
This was referenced Mar 1, 2021
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.

3 participants