Skip to content

Always kill processes and remove direct reference to component governance task #7793

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 21, 2019

Conversation

natemcmaster
Copy link
Contributor

Addresses #7777

Component governance is automatically configured for all builds now.

cc @Eilon - targeting release/3.0-preview3 because this is affecting builds on all branches

…ance task

Component governance is automatically configured for all builds now
@natemcmaster natemcmaster requested a review from dougbu February 21, 2019 15:34
@natemcmaster
Copy link
Contributor Author

By the way, this is what I mean by "automatically configured". A post-build step is added automatically on all builds running in dnceng.

imagei

# Detect OSS Components in use in the product. Only needs to run on one OS in the matrix.
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
displayName: Detect components
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))
Copy link
Member

Choose a reason for hiding this comment

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

Nice to know about the new build step 😸

_kill git.exe
_kill vctip.exe
_kill chrome.exe
_kill h2spec.exe
Copy link
Member

Choose a reason for hiding this comment

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

What does this really change? The failure message taskkill spits out wasn't horrendous.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The default view in AzDO shows all stderr messages (even though we are ignoring them). I'm trying to address this:

image

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.

3 participants