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

Use 'test-setting' to extract platform / build / runtime data out of test tasks #557

Open
ahal opened this issue Nov 19, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ahal
Copy link
Member

ahal commented Nov 19, 2021

In https://bugzilla.mozilla.org/show_bug.cgi?id=1632870, we added a new test-setting property to the extra section of test tasks. We should parse this to obtain platform / build / runtime properties of test tasks rather than relying on the label. E.g:

def get_configuration_from_label(label: str) -> str:

We should also provide an abstraction for settings, and a way to group tasks by any arbitrary subset of the setting. This will unlock some exciting possibilities, like finer grained selection of tasks in the bugbug ML, better dashboards in Orangefactor, a way for a tool to try to identify commonalities of intermittents, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant