You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst discovering buildkite/agent#1181 I came across the desire for bk run or bk local run to split out its behaviour and run a local pipeline, but use remote agents.
I like bk local run -- it allows me to test a new pipeline before I "commit" all future PRs/commits/team members to the pipeline changes. You can iterate on the pipeline.
The command happens to run the steps locally; though to me this is tangential.
I can imagine this is not a small PR. I wanted to raise the topic and perhaps someone can contribute if its a good or bad idea.
The text was updated successfully, but these errors were encountered:
👋 We don't currently support a local run command in the new CLI version (3.x.x). As you've seen, there are some complexities around having a local run command in the CLI and we're looking at other methods of providing this functionality.
Whilst discovering buildkite/agent#1181 I came across the desire for
bk run
orbk local run
to split out its behaviour and run a local pipeline, but use remote agents.I like
bk local run
-- it allows me to test a new pipeline before I "commit" all future PRs/commits/team members to the pipeline changes. You can iterate on the pipeline.The command happens to run the steps locally; though to me this is tangential.
I can imagine this is not a small PR. I wanted to raise the topic and perhaps someone can contribute if its a good or bad idea.
The text was updated successfully, but these errors were encountered: