Skip to content

Conversation

@bschnurr
Copy link
Member

@bschnurr bschnurr commented Nov 28, 2025

try to fix current integration test not running (I think because our build changed from PTVS-BUILD-DEV17 to PTVS-BUILD
converted test stage from azure devops to yml.

trying to convert our azurdevops task group to yml
PTVS-UI-TESTS
https://devdiv.visualstudio.com/DevDiv/_taskgroup/78997fbf-510d-4ae3-9982-edd03e5257b7

@bschnurr bschnurr requested a review from a team as a code owner November 28, 2025 00:11
@sonarqubecloud
Copy link

@bschnurr
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

_vs.RunTest(nameof(PythonToolsUITests.TestExplorerTests.DebugUnittestProject));
}

[Ignore]
Copy link
Member Author

Choose a reason for hiding this comment

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

test debugging is flaky for some reason. disable for now

# All PTVS build artifacts come from this pipeline and are referenced like this:
# $(Pipeline.Workspace)\ComponentBuildUnderTest\<artifactName>\<filePath>
- pipeline: ComponentBuildUnderTest
source: PTVS-Build-Dev17
Copy link
Member Author

Choose a reason for hiding this comment

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

update to latest build name. trying to get this pipeline to run

@@ -0,0 +1,149 @@
parameters:
Copy link
Member Author

Choose a reason for hiding this comment

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

converted from json export to yml

failOnStderr: false

- task: VSTest@2
displayName: '[MultiConfiguration] Run UI Test ${{ parameters.UITestNames }}'
Copy link
Contributor

Choose a reason for hiding this comment

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

The VSTest@2 is the task they provided to tag our tests as part of their global tests?

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm not sure yet.. I think they do support vstest but I think this is all going to change after i check it in

@bschnurr
Copy link
Member Author

bschnurr commented Dec 1, 2025

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants