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
|
|
|
|
taskboot_image: mozilla/taskboot:0.1.10
|
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'}
|
|
|
|
provisionerId: proj-relman
|
|
|
|
workerType: ci
|
|
|
|
payload:
|
|
|
|
env:
|
|
|
|
TC_SECRET_ID: project/relman/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"
|
|
|
|
- "secrets:get:project/relman/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
|
2019-12-21 16:50:40 +03:00
|
|
|
- index.project.relman.bugbug.microannotate_gecko-dev-wordified.${version}
|
|
|
|
- index.project.relman.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'}
|
|
|
|
provisionerId: proj-relman
|
|
|
|
workerType: ci
|
|
|
|
payload:
|
|
|
|
env:
|
|
|
|
TC_SECRET_ID: project/relman/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"
|
|
|
|
- "secrets:get:project/relman/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
|
2019-12-21 16:50:40 +03:00
|
|
|
- index.project.relman.bugbug.microannotate_gecko-dev-comments-removed.${version}
|
|
|
|
- index.project.relman.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'}
|
|
|
|
provisionerId: proj-relman
|
|
|
|
workerType: ci
|
|
|
|
payload:
|
|
|
|
env:
|
|
|
|
TC_SECRET_ID: project/relman/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"
|
|
|
|
- "secrets:get:project/relman/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
|
2019-12-21 16:50:40 +03:00
|
|
|
- index.project.relman.bugbug.microannotate_gecko-dev-wordified-and-comments-removed.${version}
|
|
|
|
- index.project.relman.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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
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
|
2019-06-24 14:16:44 +03:00
|
|
|
public/commit_experiences.pickle.zst:
|
|
|
|
path: /data/commit_experiences.pickle.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
|
|
|
|
- index.project.relman.bugbug.data_commits.${version}
|
|
|
|
- index.project.relman.bugbug.data_commits.latest
|
|
|
|
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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
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:
|
|
|
|
TC_SECRET_ID: project/relman/bugbug/production
|
|
|
|
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:
|
|
|
|
- "secrets:get:project/relman/bugbug/production"
|
|
|
|
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
|
|
|
|
- index.project.relman.bugbug.data_bugs.${version}
|
|
|
|
- index.project.relman.bugbug.data_bugs.latest
|
|
|
|
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
|
|
|
|
2019-10-18 15:33:53 +03:00
|
|
|
- ID: test-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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
2020-02-17 16:07:08 +03:00
|
|
|
workerType: batch
|
2019-09-18 14:10:22 +03:00
|
|
|
dependencies:
|
|
|
|
- commit-retrieval
|
2019-09-11 21:17:02 +03:00
|
|
|
payload:
|
|
|
|
env:
|
|
|
|
TC_SECRET_ID: project/relman/bugbug/production
|
2020-02-13 22:11:36 +03:00
|
|
|
maxRunTime: 259200
|
2019-09-11 21:17:02 +03:00
|
|
|
image: ahal/adr
|
|
|
|
command:
|
|
|
|
- "/bin/bash"
|
2019-09-12 15:17:20 +03:00
|
|
|
- "-cx"
|
2019-12-11 21:55:38 +03:00
|
|
|
- "wget ${repository}/raw/${version}/scripts/test_scheduling_history_retriever.py &&
|
2019-11-07 03:34:34 +03:00
|
|
|
pip install --disable-pip-version-check --quiet --no-cache-dir bugbug==${version} &&
|
2019-10-18 15:33:53 +03:00
|
|
|
python test_scheduling_history_retriever.py retrieve"
|
2019-09-11 21:17:02 +03:00
|
|
|
|
|
|
|
artifacts:
|
2020-02-11 18:30:39 +03:00
|
|
|
public/push_data_label.json.zst:
|
|
|
|
path: /builds/worker/push_data_label.json.zst
|
|
|
|
type: file
|
|
|
|
public/push_data_group.json.zst:
|
|
|
|
path: /builds/worker/push_data_group.json.zst
|
2019-10-18 15:33:53 +03:00
|
|
|
type: file
|
|
|
|
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
|
|
|
- "secrets:get:project/relman/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
|
|
|
|
- index.project.relman.bugbug.data_test_scheduling_history_push_data.${version}
|
|
|
|
- index.project.relman.bugbug.data_test_scheduling_history_push_data.latest
|
|
|
|
metadata:
|
|
|
|
name: bugbug test scheduling history push data retrieval
|
|
|
|
description: bugbug test scheduling history push data retrieval
|
|
|
|
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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
2020-01-13 02:05:54 +03:00
|
|
|
workerType: compute-small
|
2019-10-18 15:33:53 +03:00
|
|
|
dependencies:
|
|
|
|
- test-scheduling-history-push_data-retrieval
|
|
|
|
payload:
|
|
|
|
env:
|
|
|
|
TC_SECRET_ID: project/relman/bugbug/production
|
|
|
|
maxRunTime: 86400
|
|
|
|
image: mozilla/bugbug-base:${version}
|
|
|
|
command:
|
|
|
|
- bugbug-data-test-scheduling-history
|
|
|
|
- generate
|
2020-02-19 15:15:03 +03:00
|
|
|
- --granularity=label
|
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
|
2019-09-11 21:17:02 +03:00
|
|
|
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
|
|
|
- "secrets:get:project/relman/bugbug/production"
|
|
|
|
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-02-19 15:15:03 +03:00
|
|
|
- index.project.relman.bugbug.data_test_label_scheduling_history.${version}
|
|
|
|
- index.project.relman.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'}
|
|
|
|
provisionerId: proj-relman
|
|
|
|
workerType: compute-small
|
|
|
|
dependencies:
|
|
|
|
- test-scheduling-history-push_data-retrieval
|
|
|
|
payload:
|
|
|
|
env:
|
|
|
|
TC_SECRET_ID: project/relman/bugbug/production
|
|
|
|
maxRunTime: 86400
|
|
|
|
image: mozilla/bugbug-base:${version}
|
|
|
|
command:
|
|
|
|
- bugbug-data-test-scheduling-history
|
|
|
|
- generate
|
|
|
|
- --granularity=group
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
|
|
|
- "secrets:get:project/relman/bugbug/production"
|
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
|
|
|
- index.project.relman.bugbug.data_test_group_scheduling_history.${version}
|
|
|
|
- index.project.relman.bugbug.data_test_group_scheduling_history.latest
|
|
|
|
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
|
|
|
|
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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
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-backout
|
|
|
|
created: {$fromNow: ''}
|
2019-12-16 18:32:46 +03:00
|
|
|
deadline: {$fromNow: '2 days'}
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 year'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
2019-11-12 20:24:29 +03:00
|
|
|
workerType: compute-small
|
2019-06-23 00:18:08 +03:00
|
|
|
dependencies:
|
|
|
|
- commit-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
|
|
|
|
- backout
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
artifacts:
|
2019-06-24 14:16:44 +03:00
|
|
|
public/backoutmodel.zst:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2019-06-24 14:16:44 +03:00
|
|
|
path: /backoutmodel.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
|
|
|
|
- index.project.relman.bugbug.train_backout.${version}
|
2019-07-26 19:28:05 +03:00
|
|
|
- index.project.relman.bugbug.train_backout.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.relman.bugbug.train_backout.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
2019-06-23 00:18:08 +03:00
|
|
|
- index.project.relman.bugbug.train_backout.latest
|
|
|
|
metadata:
|
|
|
|
name: bugbug train backout model
|
|
|
|
description: bugbug train backout 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-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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
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
|
|
|
|
- index.project.relman.bugbug.train_component.${version}
|
2019-07-28 21:38:05 +03:00
|
|
|
- index.project.relman.bugbug.train_component.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.relman.bugbug.train_component.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
2019-06-23 00:18:08 +03:00
|
|
|
- index.project.relman.bugbug.train_component.latest
|
|
|
|
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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
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
|
|
|
|
- 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
|
|
|
|
- index.project.relman.bugbug.train_defectenhancementtask.${version}
|
2019-07-28 21:38:05 +03:00
|
|
|
- index.project.relman.bugbug.train_defectenhancementtask.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.relman.bugbug.train_defectenhancementtask.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
2019-06-23 00:18:08 +03:00
|
|
|
- index.project.relman.bugbug.train_defectenhancementtask.latest
|
|
|
|
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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
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
|
|
|
|
- index.project.relman.bugbug.train_regression.${version}
|
2019-07-28 21:38:05 +03:00
|
|
|
- index.project.relman.bugbug.train_regression.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.relman.bugbug.train_regression.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
2019-06-23 00:18:08 +03:00
|
|
|
- index.project.relman.bugbug.train_regression.latest
|
|
|
|
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'}
|
|
|
|
provisionerId: proj-relman
|
|
|
|
workerType: compute-small
|
|
|
|
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
|
2020-02-19 17:57:49 +03:00
|
|
|
- --repo_dir=/cache/mozilla-central
|
2020-02-19 14:25:13 +03:00
|
|
|
cache:
|
|
|
|
bugbug-mercurial-repository: /cache
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
|
|
|
- "docker-worker:cache:bugbug-mercurial-repository"
|
|
|
|
- "auth:aws-s3:read-write:communitytc-bugbug/*"
|
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
|
|
|
- index.project.relman.bugbug_annotate.regressor_finder_commits_to_ignore.latest
|
|
|
|
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'}
|
|
|
|
provisionerId: proj-relman
|
|
|
|
workerType: compute-small
|
|
|
|
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
|
|
|
|
- index.project.relman.bugbug_annotate.regressor_finder_bug_fixing_commits.latest
|
|
|
|
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
|
|
|
|
|
|
|
|
- ID: regressor-finder-tokenized-bug-introducing
|
2019-12-17 12:51:33 +03:00
|
|
|
created: {$fromNow: ''}
|
2020-02-12 03:19:20 +03:00
|
|
|
deadline: {$fromNow: '5 days'}
|
2019-12-17 12:51:33 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
|
|
|
provisionerId: proj-relman
|
2020-01-13 02:06:16 +03:00
|
|
|
workerType: compute-large
|
2019-12-17 12:51:33 +03:00
|
|
|
dependencies:
|
|
|
|
- commit-retrieval
|
|
|
|
- microannotate-generate-tokenize
|
|
|
|
- microannotate-generate-remove-comments
|
|
|
|
- microannotate-generate-tokenize-and-remove-comments
|
|
|
|
- bugs-retrieval
|
2020-02-19 14:25:13 +03:00
|
|
|
- regressor-finder-commits-to-ignore
|
|
|
|
- regressor-finder-bug-fixing-commits
|
2019-12-17 12:51:33 +03:00
|
|
|
payload:
|
2020-02-12 03:19:20 +03:00
|
|
|
maxRunTime: 432000
|
2020-02-19 18:12:20 +03:00
|
|
|
image: mozilla/bugbug-commit-retrieval:${version}
|
2019-12-17 12:51:33 +03:00
|
|
|
command:
|
|
|
|
- bugbug-regressor-finder
|
2020-02-19 14:25:13 +03:00
|
|
|
- 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
|
2019-12-17 12:51:33 +03:00
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
scopes:
|
2020-02-12 15:42:12 +03:00
|
|
|
- "auth:aws-s3:read-write:communitytc-bugbug/*"
|
2019-12-17 12:51:33 +03:00
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
2020-02-19 14:25:13 +03:00
|
|
|
- index.project.relman.bugbug_annotate.regressor_finder_tokenized_bug_introducing_commits.latest
|
2019-12-17 12:51:33 +03:00
|
|
|
metadata:
|
2020-02-19 14:25:13 +03:00
|
|
|
name: bugbug regressor finder (tokenized bug-introducing commits)
|
|
|
|
description: bugbug regressor finder (tokenized bug-introducing commits)
|
2019-12-17 12:51:33 +03:00
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
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'}
|
|
|
|
provisionerId: proj-relman
|
2020-02-19 14:25:13 +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
|
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
|
|
|
|
- --git_repo_url=https://github.com/mozilla/gecko-dev
|
|
|
|
- --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
|
|
|
|
- index.project.relman.bugbug_annotate.regressor_finder_bug_introducing_commits.latest
|
|
|
|
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'}
|
|
|
|
provisionerId: proj-relman
|
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:
|
|
|
|
- "bugbug-past-bugs-by-function"
|
|
|
|
|
|
|
|
artifacts:
|
|
|
|
public/past_bugs_by_function.pickle.zst:
|
|
|
|
path: /data/past_bugs_by_function.pickle.zst
|
|
|
|
type: file
|
|
|
|
routes:
|
|
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
|
|
|
- index.project.relman.bugbug.past_bugs_by_function.${version}
|
|
|
|
- index.project.relman.bugbug.past_bugs_by_function.latest
|
|
|
|
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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
2019-11-12 20:24:29 +03:00
|
|
|
workerType: compute-small
|
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
|
|
|
|
- index.project.relman.bugbug.train_regressor.${version}
|
2019-07-28 21:38:05 +03:00
|
|
|
- index.project.relman.bugbug.train_regressor.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.relman.bugbug.train_regressor.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
2019-06-23 00:18:08 +03:00
|
|
|
- index.project.relman.bugbug.train_regressor.latest
|
|
|
|
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-tracking
|
|
|
|
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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
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
|
|
|
|
- tracking
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
artifacts:
|
2019-06-24 14:16:44 +03:00
|
|
|
public/trackingmodel.zst:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2019-06-24 14:16:44 +03:00
|
|
|
path: /trackingmodel.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
|
|
|
|
- index.project.relman.bugbug.train_tracking.${version}
|
2019-07-28 21:38:05 +03:00
|
|
|
- index.project.relman.bugbug.train_tracking.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.relman.bugbug.train_tracking.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
2019-06-23 00:18:08 +03:00
|
|
|
- index.project.relman.bugbug.train_tracking.latest
|
|
|
|
metadata:
|
|
|
|
name: bugbug train tracking model
|
|
|
|
description: bugbug train tracking 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-regressionrange
|
|
|
|
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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
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
|
|
|
|
- regressionrange
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
artifacts:
|
2019-06-24 14:16:44 +03:00
|
|
|
public/regressionrangemodel.zst:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2019-06-24 14:16:44 +03:00
|
|
|
path: /regressionrangemodel.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
|
|
|
|
- index.project.relman.bugbug.train_regressionrange.${version}
|
2019-07-28 21:38:05 +03:00
|
|
|
- index.project.relman.bugbug.train_regressionrange.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.relman.bugbug.train_regressionrange.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
2019-06-23 00:18:08 +03:00
|
|
|
- index.project.relman.bugbug.train_regressionrange.latest
|
|
|
|
metadata:
|
|
|
|
name: bugbug train regressionrange model
|
|
|
|
description: bugbug train regressionrange 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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
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
|
|
|
|
- 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
|
|
|
|
- index.project.relman.bugbug.train_stepstoreproduce.${version}
|
2019-07-28 21:38:05 +03:00
|
|
|
- index.project.relman.bugbug.train_stepstoreproduce.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.relman.bugbug.train_stepstoreproduce.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
2019-06-23 00:18:08 +03:00
|
|
|
- index.project.relman.bugbug.train_stepstoreproduce.latest
|
|
|
|
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'}
|
|
|
|
provisionerId: proj-relman
|
|
|
|
workerType: compute-small
|
|
|
|
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
|
|
|
|
- index.project.relman.bugbug.train_spambug.${version}
|
|
|
|
- index.project.relman.bugbug.train_spambug.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.relman.bugbug.train_spambug.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
|
|
|
- index.project.relman.bugbug.train_spambug.latest
|
|
|
|
metadata:
|
|
|
|
name: bugbug train spambug model
|
|
|
|
description: bugbug train spambug model
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
|
|
|
source: ${repository}/raw/master/data-pipeline.yml
|
|
|
|
|
2019-06-23 00:18:08 +03:00
|
|
|
- ID: train-duplicate
|
|
|
|
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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
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
|
|
|
|
- duplicate
|
2019-06-23 00:18:08 +03:00
|
|
|
|
|
|
|
artifacts:
|
2019-06-24 14:16:44 +03:00
|
|
|
public/duplicatemodel.zst:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2019-06-24 14:16:44 +03:00
|
|
|
path: /duplicatemodel.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
|
|
|
|
- index.project.relman.bugbug.train_duplicate.${version}
|
2019-07-28 21:38:05 +03:00
|
|
|
- index.project.relman.bugbug.train_duplicate.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.relman.bugbug.train_duplicate.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
2019-06-23 00:18:08 +03:00
|
|
|
- index.project.relman.bugbug.train_duplicate.latest
|
|
|
|
metadata:
|
|
|
|
name: bugbug train duplicate model
|
|
|
|
description: bugbug train duplicate 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-10-12 19:29:33 +03:00
|
|
|
- ID: train-test-select
|
|
|
|
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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
2019-12-04 01:06:09 +03:00
|
|
|
workerType: compute-super-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
|
|
|
|
- testselect
|
|
|
|
|
|
|
|
artifacts:
|
|
|
|
public/testselectmodel.zst:
|
|
|
|
expires: {$fromNow: '1 month'}
|
|
|
|
path: /testselectmodel.zst
|
|
|
|
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
|
|
|
|
- index.project.relman.bugbug.train_testselect.${version}
|
|
|
|
- index.project.relman.bugbug.train_testselect.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.relman.bugbug.train_testselect.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
|
|
|
- index.project.relman.bugbug.train_testselect.latest
|
|
|
|
metadata:
|
|
|
|
name: bugbug train test selection model
|
|
|
|
description: bugbug train test selection model
|
|
|
|
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
|
|
|
|
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'}
|
|
|
|
provisionerId: proj-relman
|
|
|
|
workerType: compute-large
|
|
|
|
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
|
|
|
|
- index.project.relman.bugbug.train_testfailure.${version}
|
|
|
|
- index.project.relman.bugbug.train_testfailure.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.relman.bugbug.train_testfailure.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
|
|
|
- index.project.relman.bugbug.train_testfailure.latest
|
|
|
|
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
|
|
|
|
2019-09-04 15:38:33 +03:00
|
|
|
- ID: train-similarity
|
|
|
|
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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
2019-11-12 20:24:29 +03:00
|
|
|
workerType: compute-small
|
2019-09-04 15:38:33 +03:00
|
|
|
dependencies:
|
|
|
|
- bugs-retrieval
|
|
|
|
payload:
|
|
|
|
maxRunTime: 25200
|
2019-09-07 01:45:47 +03:00
|
|
|
image: mozilla/bugbug-base-nlp:${version}
|
2019-09-04 15:38:33 +03:00
|
|
|
command:
|
|
|
|
- bugbug-train-similarity
|
|
|
|
- --algorithm
|
|
|
|
- bm25
|
|
|
|
|
|
|
|
artifacts:
|
|
|
|
public/bm25similarity.similaritymodel.zst:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 month'}
|
2019-09-28 19:13:32 +03:00
|
|
|
path: /bm25similarity.similaritymodel.zst
|
2019-09-04 15:38:33 +03:00
|
|
|
type: file
|
|
|
|
public/metrics.json:
|
2019-09-05 12:54:15 +03:00
|
|
|
expires: {$fromNow: '1 year'}
|
2019-09-04 15:38:33 +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-09-04 15:38:33 +03:00
|
|
|
- notify.irc-channel.#bugbug.on-failed
|
|
|
|
- index.project.relman.bugbug.train_similarity.${version}
|
|
|
|
- index.project.relman.bugbug.train_similarity.per_version.${version}.${year}.${month}.${day}.${hour}.${minute}.${second}
|
|
|
|
- index.project.relman.bugbug.train_similarity.per_date.${year}.${month}.${day}.${hour}.${minute}.${second}.${version}
|
|
|
|
- index.project.relman.bugbug.train_similarity.latest
|
|
|
|
metadata:
|
|
|
|
name: bugbug train similarity model
|
|
|
|
description: bugbug train similarity model
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
2019-12-11 21:55:38 +03:00
|
|
|
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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
2020-02-17 16:07:08 +03:00
|
|
|
workerType: batch
|
2019-08-05 11:22:55 +03:00
|
|
|
dependencies:
|
|
|
|
- train-backout
|
|
|
|
- train-component
|
|
|
|
- train-defectenhancementtask
|
|
|
|
- train-duplicate
|
|
|
|
- train-regression
|
|
|
|
- train-regressionrange
|
|
|
|
- train-regressor
|
2019-12-21 14:01:23 +03:00
|
|
|
- train-spambug
|
2019-08-05 11:22:55 +03:00
|
|
|
- train-stepstoreproduce
|
|
|
|
- train-tracking
|
2019-10-12 19:29:33 +03:00
|
|
|
- train-test-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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
|
|
|
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
|
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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
|
|
|
workerType: ci
|
2019-11-02 19:49:36 +03:00
|
|
|
dependencies:
|
|
|
|
- docker-build
|
2019-10-24 21:09:32 +03:00
|
|
|
scopes:
|
|
|
|
- secrets:get:project/relman/bugbug/integration
|
|
|
|
- "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:
|
|
|
|
TC_SECRET_ID: project/relman/bugbug/integration
|
|
|
|
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:
|
|
|
|
- hooks:modify-hook:project-relman/bugbug-checks
|
|
|
|
- assume:hook-id:project-relman/bugbug-checks
|
|
|
|
provisionerId: proj-relman
|
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 &&
|
|
|
|
taskboot --target . build-hook infra/taskcluster-hook-check-models-start.json project-relman bugbug-checks"
|
|
|
|
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:
|
|
|
|
- hooks:modify-hook:project-relman/bugbug-classify-patch
|
|
|
|
- assume:hook-id:project-relman/bugbug-classify-patch
|
|
|
|
provisionerId: proj-relman
|
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 &&
|
|
|
|
taskboot --target . build-hook infra/taskcluster-hook-classify-patch.json project-relman bugbug-classify-patch"
|
|
|
|
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
|
|
|
|
- train-test-select
|
2019-12-11 21:55:38 +03:00
|
|
|
scopes:
|
|
|
|
- hooks:modify-hook:project-relman/bugbug-test-select
|
|
|
|
- assume:hook-id:project-relman/bugbug-test-select
|
|
|
|
provisionerId: proj-relman
|
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 &&
|
|
|
|
taskboot --target . build-hook infra/taskcluster-hook-test-select.json project-relman bugbug-test-select"
|
|
|
|
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:
|
|
|
|
- secrets:get:project/relman/bugbug/deploy
|
|
|
|
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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
2020-02-17 16:07:08 +03:00
|
|
|
workerType: batch
|
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:
|
|
|
|
TASKCLUSTER_SECRET: project/relman/bugbug/deploy
|
|
|
|
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
|
|
|
|
scopes:
|
|
|
|
- secrets:get:project/relman/bugbug/deploy
|
|
|
|
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'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
2020-02-17 16:07:08 +03:00
|
|
|
workerType: batch
|
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:
|
|
|
|
TASKCLUSTER_SECRET: project/relman/bugbug/deploy
|
|
|
|
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
|