Skip to content
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

testing: enable the Build Cop Bot #1615

Closed
tbpg opened this issue Feb 25, 2020 · 3 comments · Fixed by #1634
Closed

testing: enable the Build Cop Bot #1615

tbpg opened this issue Feb 25, 2020 · 3 comments · Fixed by #1634
Assignees
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@tbpg
Copy link
Contributor

tbpg commented Feb 25, 2020

Instructions here: https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop

@tbpg
Copy link
Contributor Author

tbpg commented Feb 25, 2020

I installed the bot on the repo (first step of the instructions). We still need to call the buildcop binary to publish the test logs.

@yoshi-automation yoshi-automation added the triage me I really want to be triaged. label Feb 26, 2020
@fhinkel fhinkel added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. and removed triage me I really want to be triaged. labels Feb 26, 2020
@fhinkel fhinkel self-assigned this Feb 27, 2020
@fhinkel
Copy link
Contributor

fhinkel commented Feb 27, 2020

We need to update all the tests to generate xUnit xml output before we can turn on the bot.

@tbpg
Copy link
Contributor Author

tbpg commented Mar 2, 2020

Snippet I've seen elsewhere:

npm test -- --reporter=xunit --reporter-option='output=sponge_log.xml'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants