ci: retire test_updated_cargo_deps (backport of #9789 to dev-v2.10.x)#9823
Open
aaronArinder wants to merge 1 commit into
Open
ci: retire test_updated_cargo_deps (backport of #9789 to dev-v2.10.x)#9823aaronArinder wants to merge 1 commit into
aaronArinder wants to merge 1 commit into
Conversation
Backport of #9789 to dev-v2.10.x. This job wiped Cargo.lock and ran `cargo fetch` before testing, as a canary for upstream dependency breakage ahead of an actual `cargo update`. It was retired on `dev` on 2026-07-10 after failing every night for weeks (rhai_codegen 3.2.0 incompatibility, then an unrelated http-crate panic), with no one acting on the alerts, and it only ever covered one platform (amd_linux) -- the nightly workflow's cross-platform test matrix already covers what we actually ship. That retirement was never backported, so dev-v2.10.x kept running the job nightly and kept failing (job 393535 and others, tracked informally under ROUTER-1930, whose actual fix PR #9665 was closed in favor of a rhai version bump that only landed on dev). Removes the test_updated job, the test_updated_cargo_deps workflow and pipeline parameter, and its references in the ci_checks/release/security-scans exclusion lists -- mirroring #9789 exactly for this branch. ROUTER-1930 <!-- ROUTER-1930 -->
Contributor
✅ Docs preview readyThe preview is ready to be viewed. View the preview File Changes 15 new, 64 changed, 4 removedBuild ID: 48c43bbe91d7a247b4490577 URL: https://www.apollographql.com/docs/deploy-preview/48c43bbe91d7a247b4490577 ✅ AI Style Review — No Changes DetectedNo MDX files were changed in this pull request. Review Log: View detailed log
|
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
test_updated_cargo_depswipedCargo.lockand rancargo fetchbefore testing, as a canary for upstream dependency breakage ahead of an actualcargo update.devvia ci: retire test_updated_cargo_deps #9789 (merged 2026-07-10) after failing every night for weeks — first on arhai_codegen3.2.0 incompatibility, then on an unrelatedhttp-crate panic — with no one acting on the alerts. It only ever covered one platform (amd_linux_test); the nightly workflow's cross-platform test matrix already covers what's actually shipped.dev-v2.10.x, so this branch kept running the job nightly and kept failing (visible in#ii-router-ci-notificationsthrough 2026-07-16).dev-v2.10.x: removes thetest_updatedjob, thetest_updated_cargo_depsworkflow and pipeline parameter, and its references in theci_checks/release/security-scansexclusion lists. Not a cherry-pick (the two configs had diverged enough to conflict) — hand-applied the same diff shape and diffed againstdev-v2.10.xto confirm it's pure deletions.Fixes ROUTER-1930.
Follow-up (not in this repo)
Per #9789, the CircleCI Project Settings scheduled trigger that sets
test_updated_cargo_deps=truenightly needs to be disabled/deleted for this branch too, if that was only done fordev.Test plan
ruby -ryaml)git diffagainstdev-v2.10.xconfirms pure deletions, no unintended changesdev-v2.10.xstill runs cleanly without this workflow after merge