pipelines: comment out BaremetalDeploymentTesting dependsOn in publish stage - #756
Merged
bfjelds (bfjelds) merged 1 commit intoAug 28, 2026
Merged
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
…h stage Comment out BaremetalDeploymentTesting_host and BaremetalDeploymentTesting_container in the Publishing stage dependsOn list. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
bfjelds (bfjelds)
force-pushed
the
user/bfjelds/remove-baremetal-publish-dependson
branch
from
August 28, 2026 17:57
873e8af to
9fc9ccf
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure Pipelines publishing stage template to stop gating the Publishing stage on the baremetal deployment test stages, so publishing on main is no longer blocked by BaremetalDeploymentTesting_* completion.
Changes:
- Removed
BaremetalDeploymentTesting_hostandBaremetalDeploymentTesting_containerfrom thedependsOnlist for thePublishingstage whenstageType == 'pre'.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Paco Huelsz (frhuelsz)
approved these changes
Aug 28, 2026
| - FunctionalTesting | ||
| - BaremetalDeploymentTesting_host | ||
| - BaremetalDeploymentTesting_container | ||
| # - BaremetalDeploymentTesting_host |
Contributor
There was a problem hiding this comment.
i'd rather do this via a checkbox param, but not blocking
Member
Author
There was a problem hiding this comment.
as discussed, leaving as is for now.
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.
Comments out BaremetalDeploymentTesting_host and BaremetalDeploymentTesting_container in the dependsOn list of the Publishing stage in .pipelines/templates/stages/publishing/publish.yml.