2019-04-26 15:56:49 +03:00
|
|
|
version: 1
|
|
|
|
tasks:
|
2019-06-23 00:18:08 +03:00
|
|
|
$let:
|
|
|
|
year: {$eval: 'now[0:4]'}
|
|
|
|
month: {$eval: 'now[5:7]'}
|
|
|
|
day: {$eval: 'now[8:10]'}
|
|
|
|
hour: {$eval: 'now[11:13]'}
|
|
|
|
minute: {$eval: 'now[14:16]'}
|
|
|
|
second: {$eval: 'now[17:19]'}
|
2019-12-11 21:55:38 +03:00
|
|
|
repository: https://github.com/mozilla/bugbug
|
2020-03-04 13:28:52 +03:00
|
|
|
taskboot_image: mozilla/taskboot:0.2.2
|
2019-06-23 00:18:08 +03:00
|
|
|
in:
|
2019-12-16 19:48:25 +03:00
|
|
|
- ID: microannotate-generate-tokenize
|
|
|
|
created: {$fromNow: ''}
|
2020-02-12 03:19:20 +03:00
|
|
|
deadline: {$fromNow: '5 days'}
|
2019-12-16 19:48:25 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-08 16:35:19 +03:00
|
|
|
workerType: batch
|
2019-12-16 19:48:25 +03:00
|
|
|
payload:
|
|
|
|
env:
|
2020-08-28 18:41:54 +03:00
|
|
|
TC_SECRET_ID: project/bugbug/production
|
2020-01-29 12:28:14 +03:00
|
|
|
maxRunTime: 604800
|
2019-12-16 19:48:25 +03:00
|
|
|
image: mozilla/bugbug-commit-retrieval:${version}
|
|
|
|
command:
|
|
|
|
- bugbug-microannotate-generate
|
|
|
|
- /cache/
|
|
|
|
- https://github.com/marco-c/gecko-dev-wordified
|
|
|
|
- --tokenize
|
|
|
|
cache:
|
|
|
|
bugbug-mercurial-repository: /cache
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
|
|
|
- "docker-worker:cache:bugbug-mercurial-repository"
|
2020-08-28 18:41:54 +03:00
|
|
|
- "secrets:get:project/bugbug/production"
|
2020-02-12 15:43:37 +03:00
|
|
|
- "auth:aws-s3:read-write:communitytc-bugbug/*"
|
2019-12-16 19:48:25 +03:00
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.microannotate_gecko-dev-wordified.${version}
|
|
|
|
- index.project.bugbug.microannotate_gecko-dev-wordified.latest
|
2019-12-16 19:48:25 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug microannotate tokenized repository generator
|
|
|
|
description: bugbug microannotate tokenized repository generator
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: microannotate-generate-remove-comments
|
|
|
|
created: {$fromNow: ''}
|
2020-02-12 03:19:20 +03:00
|
|
|
deadline: {$fromNow: '5 days'}
|
2019-12-16 19:48:25 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-08 16:35:19 +03:00
|
|
|
workerType: batch
|
2019-12-16 19:48:25 +03:00
|
|
|
payload:
|
|
|
|
env:
|
2020-08-28 18:41:54 +03:00
|
|
|
TC_SECRET_ID: project/bugbug/production
|
2020-02-12 03:19:20 +03:00
|
|
|
maxRunTime: 432000
|
2019-12-16 19:48:25 +03:00
|
|
|
image: mozilla/bugbug-commit-retrieval:${version}
|
|
|
|
command:
|
|
|
|
- bugbug-microannotate-generate
|
|
|
|
- /cache/
|
|
|
|
- https://github.com/marco-c/gecko-dev-comments-removed
|
|
|
|
- --remove-comments
|
|
|
|
cache:
|
|
|
|
bugbug-mercurial-repository: /cache
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
|
|
|
- "docker-worker:cache:bugbug-mercurial-repository"
|
2020-08-28 18:41:54 +03:00
|
|
|
- "secrets:get:project/bugbug/production"
|
2020-02-12 15:43:37 +03:00
|
|
|
- "auth:aws-s3:read-write:communitytc-bugbug/*"
|
2019-12-16 19:48:25 +03:00
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.microannotate_gecko-dev-comments-removed.${version}
|
|
|
|
- index.project.bugbug.microannotate_gecko-dev-comments-removed.latest
|
2019-12-16 19:48:25 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug microannotate repository with comments removed generator
|
|
|
|
description: bugbug microannotate repository with comments removed generator
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: microannotate-generate-tokenize-and-remove-comments
|
|
|
|
created: {$fromNow: ''}
|
2020-02-12 03:19:20 +03:00
|
|
|
deadline: {$fromNow: '5 days'}
|
2019-12-16 19:48:25 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-08 16:35:19 +03:00
|
|
|
workerType: batch
|
2019-12-16 19:48:25 +03:00
|
|
|
payload:
|
|
|
|
env:
|
2020-08-28 18:41:54 +03:00
|
|
|
TC_SECRET_ID: project/bugbug/production
|
2020-02-12 03:19:20 +03:00
|
|
|
maxRunTime: 432000
|
2019-12-16 19:48:25 +03:00
|
|
|
image: mozilla/bugbug-commit-retrieval:${version}
|
|
|
|
command:
|
|
|
|
- bugbug-microannotate-generate
|
|
|
|
- /cache/
|
|
|
|
- https://github.com/marco-c/gecko-dev-wordified-and-comments-removed
|
|
|
|
- --tokenize
|
|
|
|
- --remove-comments
|
|
|
|
cache:
|
|
|
|
bugbug-mercurial-repository: /cache
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
|
|
|
- "docker-worker:cache:bugbug-mercurial-repository"
|
2020-08-28 18:41:54 +03:00
|
|
|
- "secrets:get:project/bugbug/production"
|
2020-02-12 15:43:37 +03:00
|
|
|
- "auth:aws-s3:read-write:communitytc-bugbug/*"
|
2019-12-16 19:48:25 +03:00
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.microannotate_gecko-dev-wordified-and-comments-removed.${version}
|
|
|
|
- index.project.bugbug.microannotate_gecko-dev-wordified-and-comments-removed.latest
|
2019-12-16 19:48:25 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug microannotate tokenized repository with comments removed generator
|
|
|
|
description: bugbug microannotate tokenized repository with comments removed generator
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
2019-06-23 00:18:08 +03:00
|
|
|
- ID: commit-retrieval
|
|
|
|
created: {$fromNow: ''}
|
2019-12-16 18:32:46 +03:00
|
|
|
deadline: {$fromNow: '1 day'}
|
2019-06-23 00:18:08 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2019-12-11 16:19:54 +03:00
|
|
|
workerType: compute-large
|
2019-06-23 00:18:08 +03:00
|
|
|
payload:
|
|
|
|
maxRunTime: 86400
|
|
|
|
image: mozilla/bugbug-commit-retrieval:${version}
|
|
|
|
|
|
|
|
artifacts:
|
2019-06-24 14:16:44 +03:00
|
|
|
public/commits.json.zst:
|
|
|
|
path: /data/commits.json.zst
|
2019-06-23 00:18:08 +03:00
|
|
|
type: file
|
|
|
|
public/commits.json.version:
|
|
|
|
path: /data/commits.json.version
|
|
|
|
type: file
|
2020-03-04 17:41:56 +03:00
|
|
|
public/commit_experiences.lmdb.tar.zst:
|
|
|
|
path: /data/commit_experiences.lmdb.tar.zst
|
2019-06-23 00:18:08 +03:00
|
|
|
type: file
|
|
|
|
cache:
|
|
|
|
bugbug-mercurial-repository: /cache
|
|
|
|
scopes:
|
|
|
|
- "docker-worker:cache:bugbug-mercurial-repository"
|
|
|
|
routes:
|
2019-11-11 23:48:18 +03:00
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
2019-06-23 00:18:08 +03:00
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.data_commits.${version}
|
|
|
|
- index.project.bugbug.data_commits.latest
|
2019-06-23 00:18:08 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug commit retrieval
|
|
|
|
description: bugbug commit retrieval
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
- ID: bugs-retrieval
|
|
|
|
created: {$fromNow: ''}
|
2019-12-16 18:32:46 +03:00
|
|
|
deadline: {$fromNow: '2 days'}
|
2019-06-23 00:18:08 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-02-17 16:07:08 +03:00
|
|
|
workerType: batch
|
2019-07-25 02:04:15 +03:00
|
|
|
dependencies:
|
|
|
|
- commit-retrieval
|
2019-06-23 00:18:08 +03:00
|
|
|
payload:
|
|
|
|
env:
|
2020-08-28 18:41:54 +03:00
|
|
|
TC_SECRET_ID: project/bugbug/production
|
2019-06-23 00:18:08 +03:00
|
|
|
maxRunTime: 86400
|
2019-07-12 15:17:41 +03:00
|
|
|
image: mozilla/bugbug-base:${version}
|
|
|
|
command:
|
|
|
|
- "bugbug-data-bugzilla"
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
artifacts:
|
2019-06-24 14:16:44 +03:00
|
|
|
public/bugs.json.zst:
|
|
|
|
path: /data/bugs.json.zst
|
2019-06-23 00:18:08 +03:00
|
|
|
type: file
|
|
|
|
public/bugs.json.version:
|
|
|
|
path: /data/bugs.json.version
|
|
|
|
type: file
|
|
|
|
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
2020-08-28 18:41:54 +03:00
|
|
|
- "secrets:get:project/bugbug/production"
|
2019-06-23 00:18:08 +03:00
|
|
|
routes:
|
2019-11-11 23:48:18 +03:00
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
2019-06-23 00:18:08 +03:00
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.data_bugs.${version}
|
|
|
|
- index.project.bugbug.data_bugs.latest
|
2019-06-23 00:18:08 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug bugs retrieval
|
|
|
|
description: bugbug bugs retrieval
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
2019-06-23 00:18:08 +03:00
|
|
|
|
2020-06-03 22:23:41 +03:00
|
|
|
- ID: test-label-scheduling-history-push_data-retrieval
|
2019-09-11 21:17:02 +03:00
|
|
|
created: {$fromNow: ''}
|
2020-02-13 22:11:36 +03:00
|
|
|
deadline: {$fromNow: '3 days'}
|
2019-09-11 21:17:02 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-23 12:50:49 +03:00
|
|
|
workerType: batch
|
2019-09-11 21:17:02 +03:00
|
|
|
payload:
|
|
|
|
env:
|
2020-08-28 18:41:54 +03:00
|
|
|
TC_SECRET_ID: project/bugbug/production
|
2020-02-13 22:11:36 +03:00
|
|
|
maxRunTime: 259200
|
2020-02-24 16:38:15 +03:00
|
|
|
image: mozilla/bugbug-base:${version}
|
2019-09-11 21:17:02 +03:00
|
|
|
command:
|
2020-02-24 16:38:15 +03:00
|
|
|
- bugbug-data-test-scheduling-history
|
|
|
|
- retrieve
|
2020-06-03 22:23:41 +03:00
|
|
|
- label
|
2020-06-17 23:16:49 +03:00
|
|
|
- --reretrieve=0
|
2020-06-18 00:14:20 +03:00
|
|
|
- --training-months=7
|
2019-09-11 21:17:02 +03:00
|
|
|
|
|
|
|
artifacts:
|
2020-02-11 18:30:39 +03:00
|
|
|
public/push_data_label.json.zst:
|
2020-05-06 13:37:22 +03:00
|
|
|
path: /data/push_data_label.json.zst
|
|
|
|
type: file
|
|
|
|
public/push_data_label.json.version:
|
|
|
|
path: /data/push_data_label.json.version
|
2020-02-11 18:30:39 +03:00
|
|
|
type: file
|
2020-06-03 22:23:41 +03:00
|
|
|
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
2020-08-28 18:41:54 +03:00
|
|
|
- "secrets:get:project/bugbug/production"
|
2020-06-03 22:23:41 +03:00
|
|
|
- "auth:aws-s3:read-write:communitytc-bugbug/*"
|
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.data_test_label_scheduling_history_push_data.${version}
|
|
|
|
- index.project.bugbug.data_test_label_scheduling_history_push_data.latest
|
2020-06-03 22:23:41 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug test label scheduling history push data retrieval
|
|
|
|
description: bugbug test label scheduling history push data retrieval
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: test-group-scheduling-history-push_data-retrieval
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '3 days'}
|
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-06-03 22:23:41 +03:00
|
|
|
workerType: batch
|
|
|
|
payload:
|
|
|
|
env:
|
2020-08-28 18:41:54 +03:00
|
|
|
TC_SECRET_ID: project/bugbug/production
|
2020-06-03 22:23:41 +03:00
|
|
|
maxRunTime: 259200
|
|
|
|
image: mozilla/bugbug-base:${version}
|
|
|
|
command:
|
|
|
|
- bugbug-data-test-scheduling-history
|
|
|
|
- retrieve
|
|
|
|
- group
|
2020-06-17 23:16:49 +03:00
|
|
|
- --reretrieve=0
|
2020-06-18 00:14:20 +03:00
|
|
|
- --training-months=7
|
2020-06-03 22:23:41 +03:00
|
|
|
|
|
|
|
artifacts:
|
2020-02-11 18:30:39 +03:00
|
|
|
public/push_data_group.json.zst:
|
2020-05-06 13:37:22 +03:00
|
|
|
path: /data/push_data_group.json.zst
|
|
|
|
type: file
|
|
|
|
public/push_data_group.json.version:
|
|
|
|
path: /data/push_data_group.json.version
|
2019-10-18 15:33:53 +03:00
|
|
|
type: file
|
2020-06-03 22:23:41 +03:00
|
|
|
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
2020-08-28 18:41:54 +03:00
|
|
|
- "secrets:get:project/bugbug/production"
|
2020-06-03 22:23:41 +03:00
|
|
|
- "auth:aws-s3:read-write:communitytc-bugbug/*"
|
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.data_test_group_scheduling_history_push_data.${version}
|
|
|
|
- index.project.bugbug.data_test_group_scheduling_history_push_data.latest
|
2020-06-03 22:23:41 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug test group scheduling history push data retrieval
|
|
|
|
description: bugbug test group scheduling history push data retrieval
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: test-config_group-scheduling-history-push_data-retrieval
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '3 days'}
|
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-06-11 16:23:36 +03:00
|
|
|
workerType: compute-small
|
2020-06-03 22:23:41 +03:00
|
|
|
payload:
|
|
|
|
env:
|
2020-08-28 18:41:54 +03:00
|
|
|
TC_SECRET_ID: project/bugbug/production
|
2020-06-03 22:23:41 +03:00
|
|
|
maxRunTime: 259200
|
|
|
|
image: mozilla/bugbug-base:${version}
|
|
|
|
command:
|
|
|
|
- bugbug-data-test-scheduling-history
|
|
|
|
- retrieve
|
|
|
|
- config_group
|
2020-06-17 23:16:49 +03:00
|
|
|
- --reretrieve=0
|
2020-06-18 00:14:20 +03:00
|
|
|
- --training-months=4
|
2020-06-03 22:23:41 +03:00
|
|
|
|
|
|
|
artifacts:
|
2020-05-19 01:04:34 +03:00
|
|
|
public/push_data_config_group.json.zst:
|
|
|
|
path: /data/push_data_config_group.json.zst
|
|
|
|
type: file
|
|
|
|
public/push_data_config_group.json.version:
|
|
|
|
path: /data/push_data_config_group.json.version
|
|
|
|
type: file
|
2019-10-18 15:33:53 +03:00
|
|
|
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
2020-08-28 18:41:54 +03:00
|
|
|
- "secrets:get:project/bugbug/production"
|
2020-02-16 04:50:24 +03:00
|
|
|
- "auth:aws-s3:read-write:communitytc-bugbug/*"
|
2019-10-18 15:33:53 +03:00
|
|
|
routes:
|
2019-11-11 23:48:18 +03:00
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
2019-10-18 15:33:53 +03:00
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.data_test_config_group_scheduling_history_push_data.${version}
|
|
|
|
- index.project.bugbug.data_test_config_group_scheduling_history_push_data.latest
|
2019-10-18 15:33:53 +03:00
|
|
|
metadata:
|
2020-06-03 22:23:41 +03:00
|
|
|
name: bugbug test config_group scheduling history push data retrieval
|
|
|
|
description: bugbug test config_group scheduling history push data retrieval
|
2019-10-18 15:33:53 +03:00
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
2019-10-18 15:33:53 +03:00
|
|
|
|
2020-02-19 15:15:03 +03:00
|
|
|
- ID: test-label-scheduling-history-generator
|
2019-10-18 15:33:53 +03:00
|
|
|
created: {$fromNow: ''}
|
2020-02-13 22:11:36 +03:00
|
|
|
deadline: {$fromNow: '4 days'}
|
2019-10-18 15:33:53 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-18 15:03:01 +03:00
|
|
|
workerType: compute-small
|
2019-10-18 15:33:53 +03:00
|
|
|
dependencies:
|
2020-02-29 13:25:09 +03:00
|
|
|
- commit-retrieval
|
2020-06-03 22:23:41 +03:00
|
|
|
- test-label-scheduling-history-push_data-retrieval
|
2019-10-18 15:33:53 +03:00
|
|
|
payload:
|
|
|
|
env:
|
2020-08-28 18:41:54 +03:00
|
|
|
TC_SECRET_ID: project/bugbug/production
|
2019-10-18 15:33:53 +03:00
|
|
|
maxRunTime: 86400
|
|
|
|
image: mozilla/bugbug-base:${version}
|
|
|
|
command:
|
|
|
|
- bugbug-data-test-scheduling-history
|
|
|
|
- generate
|
2020-06-03 22:23:41 +03:00
|
|
|
- label
|
2020-06-18 00:14:20 +03:00
|
|
|
- --training-months=7
|
2019-10-18 15:33:53 +03:00
|
|
|
|
|
|
|
artifacts:
|
2020-02-19 15:15:03 +03:00
|
|
|
public/test_label_scheduling_history.pickle.zst:
|
|
|
|
path: /data/test_label_scheduling_history.pickle.zst
|
2019-10-18 15:33:53 +03:00
|
|
|
type: file
|
2020-02-19 15:15:03 +03:00
|
|
|
public/test_label_scheduling_history.pickle.version:
|
|
|
|
path: /data/test_label_scheduling_history.pickle.version
|
2019-10-22 19:44:37 +03:00
|
|
|
type: file
|
2020-02-19 15:15:03 +03:00
|
|
|
public/past_failures_label.lmdb.tar.zst:
|
|
|
|
path: /data/past_failures_label.lmdb.tar.zst
|
2019-10-22 19:45:43 +03:00
|
|
|
type: file
|
2020-04-08 20:34:03 +03:00
|
|
|
public/failing_together_label.lmdb.tar.zst:
|
|
|
|
path: /data/failing_together_label.lmdb.tar.zst
|
2020-04-07 03:57:21 +03:00
|
|
|
type: file
|
2019-09-11 21:17:02 +03:00
|
|
|
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
2020-08-28 18:41:54 +03:00
|
|
|
- "secrets:get:project/bugbug/production"
|
2019-09-11 21:17:02 +03:00
|
|
|
routes:
|
2019-11-11 23:48:18 +03:00
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
2019-09-11 21:17:02 +03:00
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.data_test_label_scheduling_history.${version}
|
|
|
|
- index.project.bugbug.data_test_label_scheduling_history.latest
|
2019-09-11 21:17:02 +03:00
|
|
|
metadata:
|
2020-02-19 15:15:03 +03:00
|
|
|
name: bugbug test label scheduling history retrieval
|
|
|
|
description: bugbug test label scheduling history retrieval
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: test-group-scheduling-history-generator
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '4 days'}
|
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-11 13:02:53 +03:00
|
|
|
workerType: compute-small
|
2020-02-19 15:15:03 +03:00
|
|
|
dependencies:
|
2020-02-29 13:25:09 +03:00
|
|
|
- commit-retrieval
|
2020-06-03 22:23:41 +03:00
|
|
|
- test-group-scheduling-history-push_data-retrieval
|
2020-02-19 15:15:03 +03:00
|
|
|
payload:
|
|
|
|
env:
|
2020-08-28 18:41:54 +03:00
|
|
|
TC_SECRET_ID: project/bugbug/production
|
2020-02-19 15:15:03 +03:00
|
|
|
maxRunTime: 86400
|
|
|
|
image: mozilla/bugbug-base:${version}
|
|
|
|
command:
|
|
|
|
- bugbug-data-test-scheduling-history
|
|
|
|
- generate
|
2020-06-03 22:23:41 +03:00
|
|
|
- group
|
2020-06-18 00:14:20 +03:00
|
|
|
- --training-months=7
|
2020-02-19 15:15:03 +03:00
|
|
|
|
|
|
|
artifacts:
|
|
|
|
public/test_group_scheduling_history.pickle.zst:
|
|
|
|
path: /data/test_group_scheduling_history.pickle.zst
|
|
|
|
type: file
|
|
|
|
public/test_group_scheduling_history.pickle.version:
|
|
|
|
path: /data/test_group_scheduling_history.pickle.version
|
|
|
|
type: file
|
|
|
|
public/past_failures_group.lmdb.tar.zst:
|
|
|
|
path: /data/past_failures_group.lmdb.tar.zst
|
|
|
|
type: file
|
2020-03-06 00:28:53 +03:00
|
|
|
public/touched_together.lmdb.tar.zst:
|
|
|
|
path: /data/touched_together.lmdb.tar.zst
|
|
|
|
type: file
|
2020-02-19 15:15:03 +03:00
|
|
|
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
2020-08-28 18:41:54 +03:00
|
|
|
- "secrets:get:project/bugbug/production"
|
2020-02-19 15:15:03 +03:00
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.data_test_group_scheduling_history.${version}
|
|
|
|
- index.project.bugbug.data_test_group_scheduling_history.latest
|
2020-02-19 15:15:03 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug test group scheduling history retrieval
|
|
|
|
description: bugbug test group scheduling history retrieval
|
2019-09-11 21:17:02 +03:00
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
2019-09-11 21:17:02 +03:00
|
|
|
|
2020-06-05 17:54:27 +03:00
|
|
|
- ID: test-config_group-scheduling-history-generator
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '4 days'}
|
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-06-05 17:54:27 +03:00
|
|
|
workerType: compute-small
|
|
|
|
dependencies:
|
|
|
|
- test-config_group-scheduling-history-push_data-retrieval
|
|
|
|
payload:
|
|
|
|
env:
|
2020-08-28 18:41:54 +03:00
|
|
|
TC_SECRET_ID: project/bugbug/production
|
2020-06-05 17:54:27 +03:00
|
|
|
maxRunTime: 86400
|
|
|
|
image: mozilla/bugbug-base:${version}
|
|
|
|
command:
|
|
|
|
- bugbug-data-test-scheduling-history
|
|
|
|
- generate
|
|
|
|
- config_group
|
2020-06-18 00:14:20 +03:00
|
|
|
- --training-months=4
|
2020-06-05 17:54:27 +03:00
|
|
|
|
|
|
|
artifacts:
|
2020-06-12 03:56:20 +03:00
|
|
|
public/test_config_group_scheduling_history.pickle.version:
|
|
|
|
path: /data/test_config_group_scheduling_history.pickle.version
|
|
|
|
type: file
|
2020-06-05 17:54:27 +03:00
|
|
|
public/past_failures_config_group.lmdb.tar.zst:
|
|
|
|
path: /data/past_failures_config_group.lmdb.tar.zst
|
|
|
|
type: file
|
|
|
|
public/failing_together_config_group.lmdb.tar.zst:
|
|
|
|
path: /data/failing_together_config_group.lmdb.tar.zst
|
|
|
|
type: file
|
|
|
|
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
2020-08-28 18:41:54 +03:00
|
|
|
- "secrets:get:project/bugbug/production"
|
2020-06-05 17:54:27 +03:00
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.data_test_config_group_scheduling_history.${version}
|
|
|
|
- index.project.bugbug.data_test_config_group_scheduling_history.latest
|
2020-06-05 17:54:27 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug test config_group scheduling history retrieval
|
|
|
|
description: bugbug test config_group scheduling history retrieval
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
2019-06-23 00:18:08 +03:00
|
|
|
- ID: rollback-test-task
|
|
|
|
created: {$fromNow: ''}
|
2019-12-16 18:32:46 +03:00
|
|
|
deadline: {$fromNow: '2 days'}
|
2019-06-23 00:18:08 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-02-17 16:07:08 +03:00
|
|
|
workerType: batch
|
2019-06-23 00:18:08 +03:00
|
|
|
dependencies:
|
|
|
|
- bugs-retrieval
|
|
|
|
payload:
|
|
|
|
maxRunTime: 3600
|
|
|
|
image: mozilla/bugbug-base:${version}
|
|
|
|
command:
|
|
|
|
- "/bin/bash"
|
|
|
|
- "-lcx"
|
|
|
|
- "python -c 'from bugbug import bugzilla, db; db.download(bugzilla.BUGS_DB)' &&
|
|
|
|
python -m bugbug.bug_snapshot --verbose"
|
|
|
|
routes:
|
2019-11-11 23:48:18 +03:00
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
2019-06-23 00:18:08 +03:00
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
|
|
|
metadata:
|
|
|
|
name: bugbug rollback test
|
|
|
|
description: bugbug rollback test
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
- ID: train-component
|
|
|
|
created: {$fromNow: ''}
|
2019-12-16 18:32:46 +03:00
|
|
|
deadline: {$fromNow: '3 days'}
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 year'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2019-11-12 20:24:29 +03:00
|
|
|
workerType: compute-small
|
2019-06-23 00:18:08 +03:00
|
|
|
dependencies:
|
|
|
|
- bugs-retrieval
|
|
|
|
payload:
|
|
|
|
maxRunTime: 25200
|
2019-06-29 01:01:51 +03:00
|
|
|
image: mozilla/bugbug-base:${version}
|
2019-07-02 14:26:46 +03:00
|
|
|
command:
|
|
|
|
- bugbug-train
|
|
|
|
- component
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
artifacts:
|
2019-06-24 14:16:44 +03:00
|
|
|
public/componentmodel.zst:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2019-06-24 14:16:44 +03:00
|
|
|
path: /componentmodel.zst
|
2019-06-23 00:18:08 +03:00
|
|
|
type: file
|
|
|
|
public/metrics.json:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 year'}
|
2019-06-23 00:18:08 +03:00
|
|
|
path: /metrics.json
|
|
|
|
type: file
|
|
|
|
|
|
|
|
routes:
|
2019-11-11 23:48:18 +03:00
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
2019-06-23 00:18:08 +03:00
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.train_component.${version}
|
|
|
|
- index.project.bugbug.train_component.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.bugbug.train_component.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
|
|
|
- index.project.bugbug.train_component.latest
|
2019-06-23 00:18:08 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug train component model
|
|
|
|
description: bugbug train component model
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
- ID: train-defectenhancementtask
|
|
|
|
created: {$fromNow: ''}
|
2019-12-16 18:32:46 +03:00
|
|
|
deadline: {$fromNow: '3 days'}
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 year'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-08 16:35:19 +03:00
|
|
|
workerType: compute-smaller
|
2019-06-23 00:18:08 +03:00
|
|
|
dependencies:
|
|
|
|
- bugs-retrieval
|
|
|
|
payload:
|
|
|
|
maxRunTime: 25200
|
2019-06-29 01:01:51 +03:00
|
|
|
image: mozilla/bugbug-base:${version}
|
2019-07-02 14:26:46 +03:00
|
|
|
command:
|
|
|
|
- bugbug-train
|
|
|
|
- defectenhancementtask
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
artifacts:
|
2019-06-24 14:16:44 +03:00
|
|
|
public/defectenhancementtaskmodel.zst:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2019-06-24 14:16:44 +03:00
|
|
|
path: /defectenhancementtaskmodel.zst
|
2019-06-23 00:18:08 +03:00
|
|
|
type: file
|
|
|
|
public/metrics.json:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 year'}
|
2019-06-23 00:18:08 +03:00
|
|
|
path: /metrics.json
|
|
|
|
type: file
|
|
|
|
|
|
|
|
routes:
|
2019-11-11 23:48:18 +03:00
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
2019-06-23 00:18:08 +03:00
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.train_defectenhancementtask.${version}
|
|
|
|
- index.project.bugbug.train_defectenhancementtask.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.bugbug.train_defectenhancementtask.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
|
|
|
- index.project.bugbug.train_defectenhancementtask.latest
|
2019-06-23 00:18:08 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug train defect/enhancement/task model
|
|
|
|
description: bugbug train defect/enhancement/task model
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
- ID: train-regression
|
|
|
|
created: {$fromNow: ''}
|
2019-12-16 18:32:46 +03:00
|
|
|
deadline: {$fromNow: '3 days'}
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 year'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2019-11-12 20:24:29 +03:00
|
|
|
workerType: compute-large
|
2019-06-23 00:18:08 +03:00
|
|
|
dependencies:
|
|
|
|
- bugs-retrieval
|
|
|
|
payload:
|
|
|
|
maxRunTime: 25200
|
2019-06-29 01:01:51 +03:00
|
|
|
image: mozilla/bugbug-base:${version}
|
2019-07-02 14:26:46 +03:00
|
|
|
command:
|
|
|
|
- bugbug-train
|
|
|
|
- regression
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
artifacts:
|
2019-06-24 14:16:44 +03:00
|
|
|
public/regressionmodel.zst:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2019-06-24 14:16:44 +03:00
|
|
|
path: /regressionmodel.zst
|
2019-06-23 00:18:08 +03:00
|
|
|
type: file
|
|
|
|
public/metrics.json:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 year'}
|
2019-06-23 00:18:08 +03:00
|
|
|
path: /metrics.json
|
|
|
|
type: file
|
2019-07-01 14:08:12 +03:00
|
|
|
public/feature_importance.png:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 year'}
|
2019-07-01 14:08:12 +03:00
|
|
|
path: /feature_importance.png
|
|
|
|
type: file
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
routes:
|
2019-11-11 23:48:18 +03:00
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
2019-06-23 00:18:08 +03:00
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.train_regression.${version}
|
|
|
|
- index.project.bugbug.train_regression.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.bugbug.train_regression.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
|
|
|
- index.project.bugbug.train_regression.latest
|
2019-06-23 00:18:08 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug train regression model
|
|
|
|
description: bugbug train regression model
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
2019-06-23 00:18:08 +03:00
|
|
|
|
2020-02-19 14:25:13 +03:00
|
|
|
- ID: regressor-finder-commits-to-ignore
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '1 day'}
|
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-08 16:35:19 +03:00
|
|
|
workerType: batch
|
2020-02-19 14:25:13 +03:00
|
|
|
dependencies:
|
2020-02-19 15:20:22 +03:00
|
|
|
- commit-retrieval
|
2020-02-19 14:25:13 +03:00
|
|
|
payload:
|
|
|
|
maxRunTime: 25200
|
|
|
|
image: mozilla/bugbug-commit-retrieval:${version}
|
|
|
|
command:
|
|
|
|
- bugbug-regressor-finder
|
|
|
|
- to_ignore
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
|
|
|
- "auth:aws-s3:read-write:communitytc-bugbug/*"
|
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug_annotate.regressor_finder_commits_to_ignore.latest
|
2020-02-19 14:25:13 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug regressor finder (commits to ignore)
|
|
|
|
description: bugbug regressor finder (commits to ignore)
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: regressor-finder-bug-fixing-commits
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '1 day'}
|
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-08 16:35:19 +03:00
|
|
|
workerType: batch
|
2020-02-19 14:25:13 +03:00
|
|
|
dependencies:
|
|
|
|
- commit-retrieval
|
|
|
|
- bugs-retrieval
|
|
|
|
- train-defectenhancementtask
|
|
|
|
- train-regression
|
|
|
|
payload:
|
|
|
|
maxRunTime: 25200
|
|
|
|
image: mozilla/bugbug-base:${version}
|
|
|
|
command:
|
|
|
|
- bugbug-regressor-finder
|
|
|
|
- bug_fixing
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
|
|
|
- "auth:aws-s3:read-write:communitytc-bugbug/*"
|
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug_annotate.regressor_finder_bug_fixing_commits.latest
|
2020-02-19 14:25:13 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug regressor finder (bug-fixing commits)
|
|
|
|
description: bugbug regressor finder (bug-fixing commits)
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
2020-02-29 13:33:15 +03:00
|
|
|
# - ID: regressor-finder-tokenized-bug-introducing
|
|
|
|
# created: {$fromNow: ''}
|
|
|
|
# deadline: {$fromNow: '5 days'}
|
|
|
|
# expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
# provisionerId: proj-bugbug
|
2020-02-29 13:33:15 +03:00
|
|
|
# workerType: compute-large
|
|
|
|
# dependencies:
|
|
|
|
# - commit-retrieval
|
|
|
|
# - microannotate-generate-tokenize
|
|
|
|
# - microannotate-generate-remove-comments
|
|
|
|
# - microannotate-generate-tokenize-and-remove-comments
|
|
|
|
# - bugs-retrieval
|
|
|
|
# - regressor-finder-commits-to-ignore
|
|
|
|
# - regressor-finder-bug-fixing-commits
|
|
|
|
# payload:
|
|
|
|
# maxRunTime: 432000
|
|
|
|
# image: mozilla/bugbug-commit-retrieval:${version}
|
|
|
|
# command:
|
|
|
|
# - bugbug-regressor-finder
|
|
|
|
# - bug_introducing
|
|
|
|
# - --tokenized_git_repo_url=https://github.com/marco-c/gecko-dev-wordified-and-comments-removed
|
|
|
|
# - --tokenized_git_repo_dir=gecko-dev-wordified-and-comments-removed
|
|
|
|
# features:
|
|
|
|
# taskclusterProxy:
|
|
|
|
# true
|
|
|
|
# scopes:
|
|
|
|
# - "auth:aws-s3:read-write:communitytc-bugbug/*"
|
|
|
|
# routes:
|
|
|
|
# - notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
# - notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
# - index.project.bugbug_annotate.regressor_finder_tokenized_bug_introducing_commits.latest
|
2020-02-29 13:33:15 +03:00
|
|
|
# metadata:
|
|
|
|
# name: bugbug regressor finder (tokenized bug-introducing commits)
|
|
|
|
# description: bugbug regressor finder (tokenized bug-introducing commits)
|
|
|
|
# owner: release-mgmt-analysis@mozilla.com
|
|
|
|
# source: ${repository}/raw/master/data-pipeline.yml
|
2019-12-17 12:51:33 +03:00
|
|
|
|
2020-02-19 14:25:13 +03:00
|
|
|
- ID: regressor-finder-bug-introducing
|
2020-02-12 02:39:19 +03:00
|
|
|
created: {$fromNow: ''}
|
2020-02-12 03:19:20 +03:00
|
|
|
deadline: {$fromNow: '5 days'}
|
2020-02-12 02:39:19 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-08 16:27:31 +03:00
|
|
|
workerType: compute-small
|
2020-02-19 14:25:13 +03:00
|
|
|
dependencies:
|
|
|
|
- commit-retrieval
|
|
|
|
- bugs-retrieval
|
|
|
|
- regressor-finder-commits-to-ignore
|
|
|
|
- regressor-finder-bug-fixing-commits
|
|
|
|
payload:
|
|
|
|
maxRunTime: 432000
|
2020-02-19 18:12:20 +03:00
|
|
|
image: mozilla/bugbug-commit-retrieval:${version}
|
2020-02-19 14:25:13 +03:00
|
|
|
command:
|
|
|
|
- bugbug-regressor-finder
|
|
|
|
- bug_introducing
|
2020-04-21 17:45:28 +03:00
|
|
|
- --git_repo_url=hg::https://hg.mozilla.org/mozilla-central
|
2020-02-19 14:25:13 +03:00
|
|
|
- --git_repo_dir=gecko-dev
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
|
|
|
- "auth:aws-s3:read-write:communitytc-bugbug/*"
|
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug_annotate.regressor_finder_bug_introducing_commits.latest
|
2020-02-19 14:25:13 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug regressor finder (bug-introducing commits)
|
|
|
|
description: bugbug regressor finder (bug-introducing commits)
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: past-bugs-by-function
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '1 day'}
|
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-02-17 16:07:08 +03:00
|
|
|
workerType: batch
|
2020-02-12 02:39:19 +03:00
|
|
|
dependencies:
|
|
|
|
- commit-retrieval
|
|
|
|
- bugs-retrieval
|
2020-02-19 15:20:22 +03:00
|
|
|
- regressor-finder-bug-fixing-commits
|
2020-02-12 02:39:19 +03:00
|
|
|
payload:
|
|
|
|
maxRunTime: 7200
|
|
|
|
image: mozilla/bugbug-base:${version}
|
|
|
|
command:
|
2020-10-08 12:34:54 +03:00
|
|
|
- "bugbug-past-bugs-by-unit"
|
2020-02-12 02:39:19 +03:00
|
|
|
|
|
|
|
artifacts:
|
2020-10-08 14:01:28 +03:00
|
|
|
public/past_regressions_by_file.json.zst:
|
|
|
|
path: /data/past_regressions_by_file.json.zst
|
|
|
|
type: file
|
|
|
|
public/past_fixed_bugs_by_file.json.zst:
|
|
|
|
path: /data/past_fixed_bugs_by_file.json.zst
|
|
|
|
type: file
|
|
|
|
public/past_regressions_by_function.json.zst:
|
|
|
|
path: /data/past_regressions_by_function.json.zst
|
|
|
|
type: file
|
|
|
|
public/past_fixed_bugs_by_function.json.zst:
|
|
|
|
path: /data/past_fixed_bugs_by_function.json.zst
|
2020-02-12 02:39:19 +03:00
|
|
|
type: file
|
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-10-08 12:34:54 +03:00
|
|
|
- index.project.bugbug.past_bugs_by_unit.${version}
|
|
|
|
- index.project.bugbug.past_bugs_by_unit.latest
|
2020-02-12 02:39:19 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug past bugs by function
|
|
|
|
description: bugbug past bugs by function
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
2019-06-23 00:18:08 +03:00
|
|
|
- ID: train-regressor
|
|
|
|
created: {$fromNow: ''}
|
2019-12-16 19:48:25 +03:00
|
|
|
deadline: {$fromNow: '5 days'}
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 year'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-08 16:35:19 +03:00
|
|
|
workerType: compute-smaller
|
2019-06-23 00:18:08 +03:00
|
|
|
dependencies:
|
|
|
|
- commit-retrieval
|
2020-02-19 14:25:13 +03:00
|
|
|
- regressor-finder-bug-introducing
|
2019-06-23 00:18:08 +03:00
|
|
|
payload:
|
|
|
|
maxRunTime: 25200
|
2019-06-29 01:01:51 +03:00
|
|
|
image: mozilla/bugbug-base:${version}
|
2019-07-02 14:26:46 +03:00
|
|
|
command:
|
|
|
|
- bugbug-train
|
|
|
|
- regressor
|
2019-09-30 16:22:02 +03:00
|
|
|
- --interpretable
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
artifacts:
|
2019-06-24 14:16:44 +03:00
|
|
|
public/regressormodel.zst:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2019-06-24 14:16:44 +03:00
|
|
|
path: /regressormodel.zst
|
2019-06-23 00:18:08 +03:00
|
|
|
type: file
|
2019-09-25 17:34:20 +03:00
|
|
|
public/regressormodel_data_X.zst:
|
|
|
|
expires: {$fromNow: '1 month'}
|
|
|
|
path: /regressormodel_data_X.zst
|
|
|
|
type: file
|
|
|
|
public/regressormodel_data_y.zst:
|
|
|
|
expires: {$fromNow: '1 month'}
|
|
|
|
path: /regressormodel_data_y.zst
|
|
|
|
type: file
|
2019-06-23 00:18:08 +03:00
|
|
|
public/metrics.json:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 year'}
|
2019-06-23 00:18:08 +03:00
|
|
|
path: /metrics.json
|
|
|
|
type: file
|
2019-07-10 17:25:38 +03:00
|
|
|
public/feature_importance.png:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 year'}
|
2019-07-10 17:25:38 +03:00
|
|
|
path: /feature_importance.png
|
|
|
|
type: file
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
routes:
|
2019-11-11 23:48:18 +03:00
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
2019-06-23 00:18:08 +03:00
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.train_regressor.${version}
|
|
|
|
- index.project.bugbug.train_regressor.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.bugbug.train_regressor.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
|
|
|
- index.project.bugbug.train_regressor.latest
|
2019-06-23 00:18:08 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug train regressor model
|
|
|
|
description: bugbug train regressor model
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
- ID: train-stepstoreproduce
|
|
|
|
created: {$fromNow: ''}
|
2019-12-16 18:32:46 +03:00
|
|
|
deadline: {$fromNow: '3 days'}
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 year'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-08 16:35:19 +03:00
|
|
|
workerType: compute-smaller
|
2019-06-23 00:18:08 +03:00
|
|
|
dependencies:
|
|
|
|
- bugs-retrieval
|
|
|
|
payload:
|
|
|
|
maxRunTime: 25200
|
2019-06-29 01:01:51 +03:00
|
|
|
image: mozilla/bugbug-base:${version}
|
2019-07-02 14:26:46 +03:00
|
|
|
command:
|
|
|
|
- bugbug-train
|
|
|
|
- stepstoreproduce
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
artifacts:
|
2019-06-24 14:16:44 +03:00
|
|
|
public/stepstoreproducemodel.zst:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2019-06-24 14:16:44 +03:00
|
|
|
path: /stepstoreproducemodel.zst
|
2019-06-23 00:18:08 +03:00
|
|
|
type: file
|
|
|
|
public/metrics.json:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 year'}
|
2019-06-23 00:18:08 +03:00
|
|
|
path: /metrics.json
|
|
|
|
type: file
|
2019-07-01 14:08:12 +03:00
|
|
|
public/feature_importance.png:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 year'}
|
2019-07-01 14:08:12 +03:00
|
|
|
path: /feature_importance.png
|
|
|
|
type: file
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
routes:
|
2019-11-11 23:48:18 +03:00
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
2019-06-23 00:18:08 +03:00
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.train_stepstoreproduce.${version}
|
|
|
|
- index.project.bugbug.train_stepstoreproduce.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.bugbug.train_stepstoreproduce.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
|
|
|
- index.project.bugbug.train_stepstoreproduce.latest
|
2019-06-23 00:18:08 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug train stepstoreproduce model
|
|
|
|
description: bugbug train stepstoreproduce model
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
2019-06-23 00:18:08 +03:00
|
|
|
|
2019-12-21 14:01:23 +03:00
|
|
|
- ID: train-spambug
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '3 days'}
|
|
|
|
expires: {$fromNow: '1 year'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-08 16:35:19 +03:00
|
|
|
workerType: compute-smaller
|
2019-12-21 14:01:23 +03:00
|
|
|
dependencies:
|
|
|
|
- bugs-retrieval
|
|
|
|
payload:
|
|
|
|
maxRunTime: 25200
|
|
|
|
image: mozilla/bugbug-base:${version}
|
|
|
|
command:
|
|
|
|
- bugbug-train
|
|
|
|
- spambug
|
|
|
|
|
|
|
|
artifacts:
|
|
|
|
public/spambugmodel.zst:
|
|
|
|
expires: {$fromNow: '1 month'}
|
|
|
|
path: /spambugmodel.zst
|
|
|
|
type: file
|
|
|
|
public/metrics.json:
|
|
|
|
expires: {$fromNow: '1 year'}
|
|
|
|
path: /metrics.json
|
|
|
|
type: file
|
|
|
|
public/feature_importance.png:
|
|
|
|
expires: {$fromNow: '1 year'}
|
|
|
|
path: /feature_importance.png
|
|
|
|
type: file
|
|
|
|
|
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.train_spambug.${version}
|
|
|
|
- index.project.bugbug.train_spambug.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.bugbug.train_spambug.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
|
|
|
- index.project.bugbug.train_spambug.latest
|
2019-12-21 14:01:23 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug train spambug model
|
|
|
|
description: bugbug train spambug model
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
2020-05-16 12:05:28 +03:00
|
|
|
# - ID: train-duplicate
|
|
|
|
# created: {$fromNow: ''}
|
|
|
|
# deadline: {$fromNow: '3 days'}
|
|
|
|
# expires: {$fromNow: '1 year'}
|
2020-08-03 13:21:40 +03:00
|
|
|
# provisionerId: proj-bugbug
|
2020-05-16 12:05:28 +03:00
|
|
|
# workerType: compute-smaller
|
|
|
|
# dependencies:
|
|
|
|
# - bugs-retrieval
|
|
|
|
# payload:
|
|
|
|
# maxRunTime: 25200
|
|
|
|
# image: mozilla/bugbug-base:${version}
|
|
|
|
# command:
|
|
|
|
# - bugbug-train
|
|
|
|
# - duplicate
|
|
|
|
|
|
|
|
# artifacts:
|
|
|
|
# public/duplicatemodel.zst:
|
|
|
|
# expires: {$fromNow: '1 month'}
|
|
|
|
# path: /duplicatemodel.zst
|
|
|
|
# type: file
|
|
|
|
# public/metrics.json:
|
|
|
|
# expires: {$fromNow: '1 year'}
|
|
|
|
# path: /metrics.json
|
|
|
|
# type: file
|
2019-06-23 00:18:08 +03:00
|
|
|
|
2020-05-16 12:05:28 +03:00
|
|
|
# routes:
|
|
|
|
# - notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
# - notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
# - index.project.bugbug.train_duplicate.${version}
|
|
|
|
# - index.project.bugbug.train_duplicate.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
# - index.project.bugbug.train_duplicate.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
|
|
|
# - index.project.bugbug.train_duplicate.latest
|
2020-05-16 12:05:28 +03:00
|
|
|
# metadata:
|
|
|
|
# name: bugbug train duplicate model
|
|
|
|
# description: bugbug train duplicate model
|
|
|
|
# owner: release-mgmt-analysis@mozilla.com
|
|
|
|
# source: ${repository}/raw/master/data-pipeline.yml
|
2019-06-23 00:18:08 +03:00
|
|
|
|
2020-02-21 12:33:59 +03:00
|
|
|
- ID: train-test-label-select
|
2019-10-12 19:29:33 +03:00
|
|
|
created: {$fromNow: ''}
|
2020-02-13 22:11:36 +03:00
|
|
|
deadline: {$fromNow: '5 days'}
|
2019-10-12 19:29:33 +03:00
|
|
|
expires: {$fromNow: '1 year'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-08 16:35:19 +03:00
|
|
|
workerType: compute-large
|
2019-10-12 19:29:33 +03:00
|
|
|
dependencies:
|
|
|
|
- commit-retrieval
|
2020-02-19 15:15:03 +03:00
|
|
|
- test-label-scheduling-history-generator
|
2019-10-12 19:29:33 +03:00
|
|
|
payload:
|
|
|
|
maxRunTime: 25200
|
|
|
|
image: mozilla/bugbug-base:${version}
|
|
|
|
command:
|
|
|
|
- bugbug-train
|
2020-02-21 12:33:59 +03:00
|
|
|
- testlabelselect
|
2020-04-10 21:06:08 +03:00
|
|
|
- --download-eval
|
2019-10-12 19:29:33 +03:00
|
|
|
|
|
|
|
artifacts:
|
2020-02-21 12:33:59 +03:00
|
|
|
public/testlabelselectmodel.zst:
|
2019-10-12 19:29:33 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2020-02-21 12:33:59 +03:00
|
|
|
path: /testlabelselectmodel.zst
|
2019-10-12 19:29:33 +03:00
|
|
|
type: file
|
|
|
|
public/metrics.json:
|
|
|
|
expires: {$fromNow: '1 year'}
|
|
|
|
path: /metrics.json
|
|
|
|
type: file
|
|
|
|
|
|
|
|
routes:
|
2019-11-11 23:48:18 +03:00
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
2019-10-12 19:29:33 +03:00
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.train_testlabelselect.${version}
|
|
|
|
- index.project.bugbug.train_testlabelselect.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.bugbug.train_testlabelselect.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
|
|
|
- index.project.bugbug.train_testlabelselect.latest
|
2019-10-12 19:29:33 +03:00
|
|
|
metadata:
|
2020-02-21 12:33:59 +03:00
|
|
|
name: bugbug train test label selection model
|
|
|
|
description: bugbug train test label selection model
|
2019-10-12 19:29:33 +03:00
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
2019-10-12 19:29:33 +03:00
|
|
|
|
2020-02-21 13:16:29 +03:00
|
|
|
- ID: train-test-group-select
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '5 days'}
|
|
|
|
expires: {$fromNow: '1 year'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-02-21 13:16:29 +03:00
|
|
|
workerType: compute-super-large
|
|
|
|
dependencies:
|
|
|
|
- commit-retrieval
|
|
|
|
- test-group-scheduling-history-generator
|
2020-06-09 18:11:23 +03:00
|
|
|
- test-config_group-scheduling-history-generator
|
2020-02-21 13:16:29 +03:00
|
|
|
payload:
|
|
|
|
maxRunTime: 25200
|
|
|
|
image: mozilla/bugbug-base:${version}
|
|
|
|
command:
|
|
|
|
- bugbug-train
|
|
|
|
- testgroupselect
|
2020-04-10 21:06:08 +03:00
|
|
|
- --download-eval
|
2020-02-21 13:16:29 +03:00
|
|
|
|
|
|
|
artifacts:
|
|
|
|
public/testgroupselectmodel.zst:
|
|
|
|
expires: {$fromNow: '1 month'}
|
|
|
|
path: /testgroupselectmodel.zst
|
|
|
|
type: file
|
|
|
|
public/metrics.json:
|
|
|
|
expires: {$fromNow: '1 year'}
|
|
|
|
path: /metrics.json
|
|
|
|
type: file
|
|
|
|
|
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.train_testgroupselect.${version}
|
|
|
|
- index.project.bugbug.train_testgroupselect.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.bugbug.train_testgroupselect.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
|
|
|
- index.project.bugbug.train_testgroupselect.latest
|
2020-02-21 13:16:29 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug train test group selection model
|
|
|
|
description: bugbug train test group selection model
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
2019-12-04 01:09:11 +03:00
|
|
|
- ID: train-test-failure
|
|
|
|
created: {$fromNow: ''}
|
2020-02-13 22:11:36 +03:00
|
|
|
deadline: {$fromNow: '5 days'}
|
2019-12-04 01:09:11 +03:00
|
|
|
expires: {$fromNow: '1 year'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-08 16:35:19 +03:00
|
|
|
workerType: compute-small
|
2019-12-04 01:09:11 +03:00
|
|
|
dependencies:
|
|
|
|
- commit-retrieval
|
2020-02-19 15:15:03 +03:00
|
|
|
- test-label-scheduling-history-generator
|
2019-12-04 01:09:11 +03:00
|
|
|
payload:
|
|
|
|
maxRunTime: 25200
|
|
|
|
image: mozilla/bugbug-base:${version}
|
|
|
|
command:
|
|
|
|
- bugbug-train
|
|
|
|
- testfailure
|
|
|
|
|
|
|
|
artifacts:
|
|
|
|
public/testfailuremodel.zst:
|
|
|
|
expires: {$fromNow: '1 month'}
|
|
|
|
path: /testfailuremodel.zst
|
|
|
|
type: file
|
|
|
|
public/metrics.json:
|
|
|
|
expires: {$fromNow: '1 year'}
|
|
|
|
path: /metrics.json
|
|
|
|
type: file
|
|
|
|
|
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
- index.project.bugbug.train_testfailure.${version}
|
|
|
|
- index.project.bugbug.train_testfailure.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.bugbug.train_testfailure.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
|
|
|
- index.project.bugbug.train_testfailure.latest
|
2019-12-04 01:09:11 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug train test failure model
|
|
|
|
description: bugbug train test failure model
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
2019-12-04 01:09:11 +03:00
|
|
|
|
2020-05-16 12:05:28 +03:00
|
|
|
# - ID: train-similarity
|
|
|
|
# created: {$fromNow: ''}
|
|
|
|
# deadline: {$fromNow: '3 days'}
|
|
|
|
# expires: {$fromNow: '1 year'}
|
2020-08-03 13:21:40 +03:00
|
|
|
# provisionerId: proj-bugbug
|
2020-05-16 12:05:28 +03:00
|
|
|
# workerType: compute-smaller
|
|
|
|
# dependencies:
|
|
|
|
# - bugs-retrieval
|
|
|
|
# payload:
|
|
|
|
# maxRunTime: 25200
|
|
|
|
# image: mozilla/bugbug-base-nlp:${version}
|
|
|
|
# command:
|
|
|
|
# - bugbug-train-similarity
|
|
|
|
# - --algorithm
|
|
|
|
# - bm25
|
|
|
|
|
|
|
|
# artifacts:
|
|
|
|
# public/bm25similarity.similaritymodel.zst:
|
|
|
|
# expires: {$fromNow: '1 month'}
|
|
|
|
# path: /bm25similarity.similaritymodel.zst
|
|
|
|
# type: file
|
|
|
|
# public/metrics.json:
|
|
|
|
# expires: {$fromNow: '1 year'}
|
|
|
|
# path: /metrics.json
|
|
|
|
# type: file
|
2019-09-04 15:38:33 +03:00
|
|
|
|
2020-05-16 12:05:28 +03:00
|
|
|
# routes:
|
|
|
|
# - notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
# - notify.irc-channel.#bugbug.on-failed
|
2020-08-28 18:41:54 +03:00
|
|
|
# - index.project.bugbug.train_similarity.${version}
|
|
|
|
# - index.project.bugbug.train_similarity.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
# - index.project.bugbug.train_similarity.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
|
|
|
# - index.project.bugbug.train_similarity.latest
|
2020-05-16 12:05:28 +03:00
|
|
|
# metadata:
|
|
|
|
# name: bugbug train similarity model
|
|
|
|
# description: bugbug train similarity model
|
|
|
|
# owner: release-mgmt-analysis@mozilla.com
|
|
|
|
# source: ${repository}/raw/master/data-pipeline.yml
|
2019-09-04 15:38:33 +03:00
|
|
|
|
2019-08-05 11:22:55 +03:00
|
|
|
- ID: check_metrics
|
|
|
|
created: {$fromNow: ''}
|
2019-12-16 19:48:25 +03:00
|
|
|
deadline: {$fromNow: '5 days'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-02-17 16:07:08 +03:00
|
|
|
workerType: batch
|
2019-08-05 11:22:55 +03:00
|
|
|
dependencies:
|
|
|
|
- train-component
|
|
|
|
- train-defectenhancementtask
|
|
|
|
- train-regression
|
|
|
|
- train-regressor
|
2019-12-21 14:01:23 +03:00
|
|
|
- train-spambug
|
2019-08-05 11:22:55 +03:00
|
|
|
- train-stepstoreproduce
|
2020-02-21 12:33:59 +03:00
|
|
|
- train-test-label-select
|
2020-02-21 13:16:29 +03:00
|
|
|
- train-test-group-select
|
2019-12-04 01:09:11 +03:00
|
|
|
- train-test-failure
|
2019-08-05 11:22:55 +03:00
|
|
|
payload:
|
|
|
|
maxRunTime: 3600
|
|
|
|
image: mozilla/bugbug-base:${version}
|
|
|
|
command:
|
|
|
|
- "/bin/bash"
|
|
|
|
- "-lcx"
|
|
|
|
- "mkdir /metrics &&
|
|
|
|
mkdir /metrics-output &&
|
|
|
|
bugbug-check-all-metrics /metrics /metrics-output"
|
|
|
|
artifacts:
|
|
|
|
public/bugbug:
|
|
|
|
expires: {$fromNow: '2 weeks'}
|
|
|
|
path: /metrics-output
|
|
|
|
type: directory
|
|
|
|
metadata:
|
|
|
|
name: bugbug check_metrics
|
|
|
|
description: bugbug check_metrics
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
2019-08-05 11:22:55 +03:00
|
|
|
|
2019-06-23 00:18:08 +03:00
|
|
|
- ID: docker-build
|
|
|
|
created: {$fromNow: ''}
|
2019-12-16 18:32:46 +03:00
|
|
|
deadline: {$fromNow: '3 days'}
|
2019-06-23 00:18:08 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2019-11-09 00:13:10 +03:00
|
|
|
workerType: ci
|
2019-06-23 00:18:08 +03:00
|
|
|
dependencies:
|
|
|
|
- train-defectenhancementtask
|
|
|
|
- train-component
|
2020-01-12 15:12:21 +03:00
|
|
|
- train-regression
|
|
|
|
- train-stepstoreproduce
|
2020-01-03 18:30:45 +03:00
|
|
|
- train-spambug
|
2020-03-01 22:11:58 +03:00
|
|
|
- train-test-label-select
|
|
|
|
- train-test-group-select
|
2019-06-23 00:18:08 +03:00
|
|
|
payload:
|
|
|
|
capabilities:
|
|
|
|
privileged: true
|
|
|
|
maxRunTime: 3600
|
2019-12-11 21:55:38 +03:00
|
|
|
image: ${taskboot_image}
|
2019-06-23 00:18:08 +03:00
|
|
|
command:
|
|
|
|
- "/bin/sh"
|
|
|
|
- "-lcxe"
|
2019-12-11 21:55:38 +03:00
|
|
|
- "git clone --quiet ${repository} /code &&
|
2019-06-23 00:18:08 +03:00
|
|
|
cd /code &&
|
|
|
|
git checkout ${version} &&
|
|
|
|
taskboot --cache /cache --target /code build-compose --registry=registry.hub.docker.com --write /images --service bugbug-http-service --tag ${version} --tag latest --build-arg BUGBUG_VERSION=${version} &&
|
|
|
|
taskboot --cache /cache --target /code build-compose --registry=registry.hub.docker.com --write /images --service bugbug-http-service-bg-worker --tag ${version} --tag latest --build-arg BUGBUG_VERSION=${version}"
|
|
|
|
artifacts:
|
|
|
|
public/bugbug:
|
|
|
|
expires: {$fromNow: '2 weeks'}
|
|
|
|
path: /images
|
|
|
|
type: directory
|
|
|
|
scopes:
|
|
|
|
- docker-worker:capability:privileged
|
|
|
|
|
|
|
|
routes:
|
2019-11-11 23:48:18 +03:00
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
2019-06-23 00:18:08 +03:00
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
|
|
|
metadata:
|
|
|
|
name: bugbug docker http build
|
|
|
|
description: bugbug docker http build
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
2019-06-23 00:18:08 +03:00
|
|
|
|
2019-10-24 21:09:32 +03:00
|
|
|
# It's the same task integration_test as in .taskcluster.yml
|
|
|
|
- ID: integration-test
|
|
|
|
created: {$fromNow: ''}
|
2019-12-16 18:32:46 +03:00
|
|
|
deadline: {$fromNow: '3 days'}
|
2019-10-24 21:09:32 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-08 18:19:01 +03:00
|
|
|
workerType: compute-small
|
2019-11-02 19:49:36 +03:00
|
|
|
dependencies:
|
|
|
|
- docker-build
|
2019-10-24 21:09:32 +03:00
|
|
|
scopes:
|
2020-08-28 18:41:54 +03:00
|
|
|
- secrets:get:project/bugbug/integration
|
2019-10-24 21:09:32 +03:00
|
|
|
- "docker-worker:cache:bugbug-mercurial-repository"
|
|
|
|
payload:
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
maxRunTime: 10800
|
2019-11-07 03:40:24 +03:00
|
|
|
image: mozilla/bugbug-commit-retrieval:${version}
|
2019-10-24 21:09:32 +03:00
|
|
|
env:
|
2020-08-28 18:41:54 +03:00
|
|
|
TC_SECRET_ID: project/bugbug/integration
|
2019-10-24 21:09:32 +03:00
|
|
|
CACHE_DIR: "/cache"
|
|
|
|
command:
|
|
|
|
- "/bin/bash"
|
|
|
|
- "-lcx"
|
2019-11-07 03:29:32 +03:00
|
|
|
- "apt-get -qq update &&
|
2019-11-07 03:39:15 +03:00
|
|
|
apt-get -qq install -y redis-server &&
|
2019-12-11 21:55:38 +03:00
|
|
|
git clone --quiet ${repository} &&
|
2019-10-24 21:09:32 +03:00
|
|
|
cd bugbug &&
|
2019-12-18 00:49:51 +03:00
|
|
|
git -c advice.detachedHead=false checkout ${version} &&
|
2019-10-24 21:09:32 +03:00
|
|
|
python -c 'import os; print(os.environ.keys())' &&
|
|
|
|
bash ./scripts/integration_test.sh"
|
|
|
|
cache:
|
|
|
|
bugbug-mercurial-repository: /cache
|
|
|
|
metadata:
|
|
|
|
name: bugbug integration test
|
|
|
|
description: bugbug integration test
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: update_hook_check_pipeline
|
|
|
|
created: {$fromNow: ''}
|
2019-12-16 18:32:46 +03:00
|
|
|
deadline: {$fromNow: '3 days'}
|
2019-12-11 21:55:38 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
|
|
|
dependencies:
|
|
|
|
- integration-test
|
|
|
|
scopes:
|
2020-08-28 18:41:54 +03:00
|
|
|
- hooks:modify-hook:project-bugbug/bugbug-checks
|
|
|
|
- assume:hook-id:project-bugbug/bugbug-checks
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-02-17 16:07:08 +03:00
|
|
|
workerType: batch
|
2019-12-11 21:55:38 +03:00
|
|
|
payload:
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
maxRunTime: 3600
|
|
|
|
image: ${taskboot_image}
|
|
|
|
command:
|
|
|
|
- "/bin/sh"
|
|
|
|
- "-lcxe"
|
|
|
|
- "git clone --quiet ${repository} &&
|
|
|
|
cd bugbug &&
|
|
|
|
git -c advice.detachedHead=false checkout ${version} &&
|
|
|
|
python infra/set_hook_version.py ${version} infra/taskcluster-hook-check-models-start.json &&
|
2020-08-28 18:41:54 +03:00
|
|
|
taskboot --target . build-hook infra/taskcluster-hook-check-models-start.json project-bugbug bugbug-checks"
|
2019-12-11 21:55:38 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug update check hook
|
|
|
|
description: bugbug update check hook
|
|
|
|
owner: mcastelluccio@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: update_hook_classify_patch
|
|
|
|
created: {$fromNow: ''}
|
2019-12-16 18:32:46 +03:00
|
|
|
deadline: {$fromNow: '2 days'}
|
2019-12-11 21:55:38 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
|
|
|
dependencies:
|
2019-12-16 19:55:27 +03:00
|
|
|
- past-bugs-by-function
|
2019-12-12 17:28:55 +03:00
|
|
|
- train-regressor
|
2019-12-11 21:55:38 +03:00
|
|
|
scopes:
|
2020-08-28 18:41:54 +03:00
|
|
|
- hooks:modify-hook:project-bugbug/bugbug-classify-patch
|
|
|
|
- assume:hook-id:project-bugbug/bugbug-classify-patch
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-02-17 16:07:08 +03:00
|
|
|
workerType: batch
|
2019-12-11 21:55:38 +03:00
|
|
|
payload:
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
maxRunTime: 3600
|
|
|
|
image: ${taskboot_image}
|
|
|
|
command:
|
|
|
|
- "/bin/sh"
|
|
|
|
- "-lcxe"
|
|
|
|
- "git clone --quiet ${repository} &&
|
|
|
|
cd bugbug &&
|
|
|
|
git -c advice.detachedHead=false checkout ${version} &&
|
|
|
|
python infra/set_hook_version.py ${version} infra/taskcluster-hook-classify-patch.json &&
|
2020-08-28 18:41:54 +03:00
|
|
|
taskboot --target . build-hook infra/taskcluster-hook-classify-patch.json project-bugbug bugbug-classify-patch"
|
2019-12-11 21:55:38 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug update classify patch hook
|
|
|
|
description: bugbug update classify patch hook
|
|
|
|
owner: mcastelluccio@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: update_hook_test_select
|
|
|
|
created: {$fromNow: ''}
|
2019-12-16 18:32:46 +03:00
|
|
|
deadline: {$fromNow: '3 days'}
|
2019-12-11 21:55:38 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
|
|
|
dependencies:
|
2019-12-12 17:28:55 +03:00
|
|
|
- train-test-failure
|
2020-02-21 12:33:59 +03:00
|
|
|
- train-test-label-select
|
2019-12-11 21:55:38 +03:00
|
|
|
scopes:
|
2020-08-28 18:41:54 +03:00
|
|
|
- hooks:modify-hook:project-bugbug/bugbug-test-select
|
|
|
|
- assume:hook-id:project-bugbug/bugbug-test-select
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-02-17 16:07:08 +03:00
|
|
|
workerType: batch
|
2019-12-11 21:55:38 +03:00
|
|
|
payload:
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
maxRunTime: 3600
|
|
|
|
image: ${taskboot_image}
|
|
|
|
command:
|
|
|
|
- "/bin/sh"
|
|
|
|
- "-lcxe"
|
|
|
|
- "git clone --quiet ${repository} &&
|
|
|
|
cd bugbug &&
|
|
|
|
git -c advice.detachedHead=false checkout ${version} &&
|
|
|
|
python infra/set_hook_version.py ${version} infra/taskcluster-hook-test-select.json &&
|
2020-08-28 18:41:54 +03:00
|
|
|
taskboot --target . build-hook infra/taskcluster-hook-test-select.json project-bugbug bugbug-test-select"
|
2019-12-11 21:55:38 +03:00
|
|
|
metadata:
|
|
|
|
name: bugbug update test select hook
|
|
|
|
description: bugbug update test select hook
|
|
|
|
owner: mcastelluccio@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
2019-09-26 16:20:28 +03:00
|
|
|
|
2019-06-23 00:18:08 +03:00
|
|
|
- ID: docker-push
|
|
|
|
dependencies:
|
|
|
|
- docker-build
|
2019-10-24 21:09:32 +03:00
|
|
|
- integration-test
|
2019-06-23 00:18:08 +03:00
|
|
|
scopes:
|
2020-08-28 18:41:54 +03:00
|
|
|
- secrets:get:project/bugbug/deploy
|
2019-06-23 00:18:08 +03:00
|
|
|
created: {$fromNow: ''}
|
2019-12-16 18:32:46 +03:00
|
|
|
deadline: {$fromNow: '3 days'}
|
2019-06-23 00:18:08 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-08 16:35:19 +03:00
|
|
|
workerType: compute-smaller
|
2019-06-23 00:18:08 +03:00
|
|
|
payload:
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
maxRunTime: 3600
|
2019-12-11 21:55:38 +03:00
|
|
|
image: ${taskboot_image}
|
2019-06-23 00:18:08 +03:00
|
|
|
env:
|
2020-08-28 18:41:54 +03:00
|
|
|
TASKCLUSTER_SECRET: project/bugbug/deploy
|
2019-06-23 00:18:08 +03:00
|
|
|
command:
|
|
|
|
- taskboot
|
|
|
|
- push-artifact
|
|
|
|
|
|
|
|
routes:
|
2019-11-11 23:48:18 +03:00
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
2019-06-23 00:18:08 +03:00
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
|
|
|
metadata:
|
|
|
|
name: bugbug docker http push
|
|
|
|
description: bugbug docker http push
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
- ID: http-deploy
|
|
|
|
dependencies:
|
|
|
|
- docker-build
|
2020-02-23 18:14:16 +03:00
|
|
|
- integration-test
|
2019-06-23 00:18:08 +03:00
|
|
|
scopes:
|
2020-08-28 18:41:54 +03:00
|
|
|
- secrets:get:project/bugbug/deploy
|
2019-06-23 00:18:08 +03:00
|
|
|
created: {$fromNow: ''}
|
2019-12-16 18:32:46 +03:00
|
|
|
deadline: {$fromNow: '3 days'}
|
2019-06-23 00:18:08 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2020-08-03 13:21:40 +03:00
|
|
|
provisionerId: proj-bugbug
|
2020-05-08 16:35:19 +03:00
|
|
|
workerType: compute-smaller
|
2019-06-23 00:18:08 +03:00
|
|
|
payload:
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
maxRunTime: 3600
|
2019-12-11 21:55:38 +03:00
|
|
|
image: ${taskboot_image}
|
2019-06-23 00:18:08 +03:00
|
|
|
env:
|
2020-08-28 18:41:54 +03:00
|
|
|
TASKCLUSTER_SECRET: project/bugbug/deploy
|
2019-06-23 00:18:08 +03:00
|
|
|
command:
|
|
|
|
- "/bin/sh"
|
|
|
|
- "-lcxe"
|
2019-06-28 12:11:48 +03:00
|
|
|
- "taskboot deploy-heroku --heroku-app bugbug 'web:public/bugbug/bugbug-http-service.tar' 'worker:public/bugbug/bugbug-http-service-bg-worker.tar'"
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
routes:
|
2019-11-11 23:48:18 +03:00
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
2019-06-23 00:18:08 +03:00
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
|
|
|
metadata:
|
|
|
|
name: bugbug docker http service deploy
|
|
|
|
description: bugbug docker http service deploy
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|