зеркало из https://github.com/mozilla/bugbug.git
Make it possible to use the test job related features with the commit extractor
This commit is contained in:
Родитель
ef0e4baa16
Коммит
c68d469489
|
@ -266,6 +266,8 @@ class CommitExtractor(BaseEstimator, TransformerMixin):
|
|||
continue
|
||||
|
||||
res = feature_extractor(commit["bug"])
|
||||
elif "test_scheduling_features" in feature_extractor.__module__:
|
||||
res = feature_extractor(commit["test_job"])
|
||||
else:
|
||||
res = feature_extractor(commit)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче