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

[Azure Pipelines] limit triggers to branches actually used #20441

Merged
merged 3 commits into from Nov 27, 2019

Conversation

foolip
Copy link
Member

@foolip foolip commented Nov 25, 2019

Branches like epochs/six_hourly wouldn't do anything, but they create
a lot of entries in the Azure DevOps dashboard:
https://dev.azure.com/web-platform-tests/wpt/_build?definitionId=1

The no-op builds are mostly harmless, but make it harder to find the
interesting builds.

Branches like epochs/six_hourly wouldn't do anything, but they create
a lot of entries in the Azure DevOps dashboard:
https://dev.azure.com/web-platform-tests/wpt/_build?definitionId=1

The no-op builds are mostly harmless, but make it harder to find the
interesting builds.
Copy link
Contributor

@LukeZielinski LukeZielinski left a comment

Choose a reason for hiding this comment

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

lgtm % nit

@@ -16,8 +16,12 @@
# https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/v2-windows

trigger:
- epochs/*
- triggers/*
- epochs/daily
Copy link
Contributor

Choose a reason for hiding this comment

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

Curious why only these epochs - worth a comment maybe?

Copy link
Member Author

Choose a reason for hiding this comment

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

They're the only ones referenced in the following config, I'll add a comment.

@foolip foolip merged commit 733805e into master Nov 27, 2019
@foolip foolip deleted the foolip/fewer-azure-triggers branch November 27, 2019 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants