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(exec): make sure to call StreamBuild #378

Merged
merged 2 commits into from
Aug 1, 2022
Merged

Conversation

wass3r
Copy link
Collaborator

@wass3r wass3r commented Jul 31, 2022

fixes go-vela/community#655

this essentially mimics https://github.com/go-vela/worker/blob/v0.14.0/cmd/vela-worker/exec.go#L135-L143. we don't have a timeout for local execution, so i didn't introduce another context or timeout.

@wass3r wass3r requested a review from a team as a code owner July 31, 2022 04:20
@codecov
Copy link

codecov bot commented Jul 31, 2022

Codecov Report

Merging #378 (b719123) into master (0588d20) will decrease coverage by 0.14%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #378      +/-   ##
==========================================
- Coverage   85.52%   85.38%   -0.15%     
==========================================
  Files         122      122              
  Lines        5368     5377       +9     
==========================================
  Hits         4591     4591              
- Misses        638      647       +9     
  Partials      139      139              
Impacted Files Coverage Δ
action/pipeline/exec.go 0.00% <0.00%> (ø)

Copy link
Contributor

@jbrockopp jbrockopp left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@KellyMerrick KellyMerrick left a comment

Choose a reason for hiding this comment

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

lgtm

@wass3r wass3r merged commit c475ef4 into master Aug 1, 2022
@wass3r wass3r deleted the fix/pipeline-exec branch August 1, 2022 14:16
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.

cli: local pipeline execution doesn't work
3 participants