ci: stop funding devnet, keep only sepolia envs in Ensure Funded Environments#23745
Draft
AztecBot wants to merge 1 commit into
Draft
ci: stop funding devnet, keep only sepolia envs in Ensure Funded Environments#23745AztecBot wants to merge 1 commit into
AztecBot wants to merge 1 commit into
Conversation
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.
What
The "Ensure Funded Environments" workflow was funding the dynamically discovered
v*-devnet-*namespaces in addition to the static envs. The only environments still running against sepolia arenext-net,testnetandstaging-public, so the daily funding job (and the per-env Slack failure alerts, e.g. the recentdevnetfailure) should no longer cover devnet.Changes
ensure-funded-environments.yml: drop the active-devnet discovery step and the Node setup it required; the funding matrix is now just the three static sepolia envs (staging-public,next-net,testnet). Renamed the prep jobdiscover→build-matrixsince it no longer discovers anything.ensure-funded-environment.yml: removedevnetfrom the manualworkflow_dispatchenvironment dropdown.staging-ignition was not in the funded-environments list, so no change was needed for it — the resulting funded set matches the requested
next-net,testnet,staging-public.Note:
spartan/scripts/get_active_devnets.tsis left in place (it sharesdevnet_utils.tswith the still-used devnet deploy scripts); it is simply no longer invoked by the funding workflow.Created by claudebox · group:
slackbot