feat(devbox): add smoke test for devbox ecosystem#541
Open
andoniaf wants to merge 2 commits into
Open
Conversation
Add ripgrep@14.1.0 fixture pinned to a known-outdated version so the smoke test can verify a bump to 14.1.1. The ignore-conditions cap on the smoke test file will stabilise the target even as newer versions ship on nixhub.
Pins ripgrep@14.1.0 as fixture and records a bump to 14.1.1. The ignore-condition cap (>14.1.1) stabilises the target version even as newer nixhub releases ship. Recorded against a local devbox updater image built from the add-devbox-package-version-update-support branch of dependabot-core. Ref: dependabot/dependabot-core#9065
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
devbox/devbox.jsonanddevbox/devbox.lockfixture, pinningripgrep@14.1.0(a known-outdated version with a stable update target of14.1.1)tests/smoke-devbox.yamlwith full recorded output:update_dependency_list→create_pull_request(14.1.0 → 14.1.1) →mark_as_processedignore-conditionscap (>14.1.1) stabilises the target version even as newer nixhub releases ship, keeping the test cacheable/reproducibleDetails
Package manager:
devbox(beta, gated byenable_beta_ecosystems: true)Fixture:
ripgrep@14.1.0pinned to an exact three-part version.devbox update --no-installinside the updater container resolves the lockfile against the devbox search API (nixhub) without downloading Nix store paths.Recorded against: local devbox updater image built from andoniaf/dependabot-core@add-devbox-package-version-update-support — the upstream PR that adds the devbox ecosystem.
Upstream core PR: dependabot/dependabot-core#9065
Test plan
dependabot test -f tests/smoke-devbox.yamlpasses locally with the local-core imagedevboxsuite when this PR is opened