chore(ci): deactivate DMQ node in release networks - #3440
Open
jpraynaud wants to merge 2 commits into
Open
Conversation
jpraynaud
force-pushed
the
jpraynaud/3271-deactivate-dmq-release-infra
branch
from
July 29, 2026 13:20
842a7af to
ff8d3b3
Compare
jpraynaud
temporarily deployed
to
testing-preview
July 29, 2026 13:38 — with
GitHub Actions
Inactive
jpraynaud
temporarily deployed
to
testing-2-preview
July 29, 2026 13:38 — with
GitHub Actions
Inactive
There was a problem hiding this comment.
Pull request overview
This PR temporarily disables the DMQ/P2P setup for the release environments (release-preprod and release-mainnet) so releases can proceed while waiting for a stable DMQ 0.7.X rollout.
Changes:
- Removed
dmq-minimum-versionfor themainnetandpreprodentries innetworks.jsonso DMQ compatibility for release networks becomes “N/A” in generated compatibility output. - Disabled P2P/DMQ-related deployment flags for
release-preprodandrelease-mainnetin the release workflow matrix.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| networks.json | Removes DMQ minimum version metadata for release networks, effectively marking DMQ as not applicable there. |
| .github/workflows/release.yml | Turns off P2P/DMQ flags for release deployments to prevent DMQ node usage in release networks. |
jpraynaud
temporarily deployed
to
testing-preview
July 29, 2026 14:59 — with
GitHub Actions
Inactive
jpraynaud
temporarily deployed
to
testing-2-preview
July 29, 2026 14:59 — with
GitHub Actions
Inactive
turmelclem
approved these changes
Jul 29, 2026
jpraynaud
marked this pull request as ready for review
July 29, 2026 16:39
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.
Content
This PR includes the deactivation of the DMQ node in the release networks until a stable
0.7.Xis released:0.7.0version is released, the activation of the DMQ network can be done by merging the PR feat: upgrade DMQ node to0.7.0.0#3361 and following upgrade instructions in it.Pre-submit checklist
Issue(s)
Relates to #3271