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
Running the new pipeline locally is not yet fully supported. The steps required currently are:
* install [bk](https://github.com/buildkite/cli)
* install [buildkite-agent](https://github.com/buildkite/agent)
* `.builkite/pipeline2.sh > full-pipeline.yml`
* `bk local run --env LOGNAME=$USER full-pipeline.yml`
More information about local running: #3286Fixes#3574Fixes#3568
The old CI pipeline (
.buildkite/pipeline.sh
) is no longer executed in CI. We should remove its code from the repository.We should also rename the
v2 scionproto
pipeline to something that more accurately describes its function, e.g., call it thescion
pipeline.The text was updated successfully, but these errors were encountered: