ci: speed up GitHub Actions - #25
Merged
Merged
Conversation
Signed-off-by: Jay Zeng <jayzeng@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pull_request, while retainingpushverification formainnpm run test:e2ecommandRecent paired CI runs consumed about 12 runner-minutes per commit (335 seconds for
pull_requestplus 385 seconds for the duplicatepushrun). The Windows qmd smoke was the critical path at 119-178 seconds, mostly from installing qmd.Test plan
npm test— 168 passednpm test— failed as expected because the new split workflow files did not existnpm test— 172 passednpm run buildnpm run lintnpm pack --dry-runnpm audit --omit=dev— 0 vulnerabilitiesruby -e 'require "yaml"; Dir[".github/workflows/*.yml"].sort.each { |f| YAML.parse_file(f) }'go run github.com/rhysd/actionlint/cmd/actionlint@v1.7.12git diff --checkCompatibility