Skip to content

ci: Remove init-pipeline.yaml

Administrator requested to merge core/ci-directly-run-gen-pipeline.go into master

Created by: keegancsmith

We now directly specify the generation step in the pipeline settings. This removes a step from the critical path which had varying runtimes. For example in the last buildkite build I looked at it took 21s and waited 2s.

Additionally we introduce a README lightly explaining how this script fits in.

Here is the example:

image

That first step took 23s total (with wait time), and all it does is run our actual generation logic. This is on the critical path, so moving to this shaves of 10s of seconds on CI time.

Test plan:

Merge request reports

Loading