ci: retire dormant btc-linux job from build.yml - #126
Merged
Conversation
The btc-linux job ("BTC embedded smoke (Linux x86_64)") was gated solely
to btc-embedded branch involvement (ref/head/base == btc-embedded) and
never fired on master. BTC is now covered on master by the coin-matrix.yml
btc cell, whose "btc smoke (Linux x86_64)" check is required. Removing the
job changes no live coverage.
A tombstone comment preserves the deferred btc test-wiring note
(share_test / template_parity_test), which remains owned by the
btc-heap-opt arc.
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
Removes the legacy
btc-linuxjob ("BTC embedded smoke (Linux x86_64)") from.github/workflows/build.yml. The job was gated solely to btc-embedded branch involvement (ref/head/base == btc-embedded) and never fired on master.BTC is now covered on master by the
coin-matrix.ymlbtccell, whose btc smoke (Linux x86_64) check is required. Removing this dormant job changes no live coverage — this is the follow-up the original build.yml comment deferred, now that the coin-matrix btc gate is green and required on master.Preserved
A tombstone comment retains the deferred btc test-wiring note (
share_test.cpp/template_parity_test.cpp), which remains owned by the btc-heap-opt arc.Validation
build.ymlparses;jobskeys: linux, linux-asan, macos, qt-webengine, web-static, windows (btc-linux gone).btc-linuxreferences remain outside the tombstone comment.Diff: +11 / −68, one file. Merge gated on operator push-approval — not self-merging.