Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pipelines/templates/stages/publishing/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ stages:
- DeploymentTesting_host
- DeploymentTesting_container
- FunctionalTesting
- BaremetalDeploymentTesting_host
- BaremetalDeploymentTesting_container
# - BaremetalDeploymentTesting_host

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'd rather do this via a checkbox param, but not blocking

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as discussed, leaving as is for now.

# - BaremetalDeploymentTesting_container
- ServicingTesting
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main') )

Expand Down
Loading