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]'}
|
|
|
|
in:
|
|
|
|
- ID: commit-retrieval
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '72 hours'}
|
|
|
|
expires: {$fromNow: '1 month'}
|
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
|
|
|
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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: bugs-retrieval
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '72 hours'}
|
|
|
|
expires: {$fromNow: '1 month'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
|
|
|
workerType: ci
|
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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
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: ''}
|
|
|
|
deadline: {$fromNow: '72 hours'}
|
|
|
|
expires: {$fromNow: '1 month'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
|
|
|
workerType: ci
|
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
|
|
|
|
maxRunTime: 86400
|
|
|
|
image: ahal/adr
|
|
|
|
command:
|
|
|
|
- "/bin/bash"
|
2019-09-12 15:17:20 +03:00
|
|
|
- "-cx"
|
2019-09-12 02:45:46 +03:00
|
|
|
- "wget https://github.com/mozilla/bugbug/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:
|
2019-11-07 14:16:52 +03:00
|
|
|
public/adr_cache.tar.zst:
|
|
|
|
path: /builds/worker/data/adr_cache.tar.zst
|
|
|
|
type: file
|
|
|
|
public/adr_cache.tar.version:
|
|
|
|
path: /builds/worker/data/adr_cache.tar.version
|
2019-09-11 21:17:02 +03:00
|
|
|
type: file
|
2019-10-18 15:33:53 +03:00
|
|
|
public/push_data.json.zst:
|
2019-10-20 16:04:20 +03:00
|
|
|
path: /builds/worker/push_data.json.zst
|
2019-10-18 15:33:53 +03:00
|
|
|
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-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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: test-scheduling-history-generator
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '118 hours'}
|
|
|
|
expires: {$fromNow: '1 month'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
2019-11-12 20:46:20 +03:00
|
|
|
workerType: compute-large
|
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
|
|
|
|
|
|
|
|
artifacts:
|
|
|
|
public/test_scheduling_history.pickle.zst:
|
2019-10-22 19:44:00 +03:00
|
|
|
path: /data/test_scheduling_history.pickle.zst
|
2019-10-18 15:33:53 +03:00
|
|
|
type: file
|
2019-10-22 19:44:37 +03:00
|
|
|
public/test_scheduling_history.pickle.version:
|
|
|
|
path: /data/test_scheduling_history.pickle.version
|
|
|
|
type: file
|
2019-11-18 17:10:22 +03:00
|
|
|
public/past_failures.lmdb.tar.zst:
|
|
|
|
path: /data/past_failures.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
|
|
|
|
- index.project.relman.bugbug.data_test_scheduling_history.${version}
|
|
|
|
- index.project.relman.bugbug.data_test_scheduling_history.latest
|
|
|
|
metadata:
|
|
|
|
name: bugbug test scheduling history retrieval
|
|
|
|
description: bugbug test scheduling history retrieval
|
|
|
|
owner: release-mgmt-analysis@mozilla.com
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
2019-06-23 00:18:08 +03:00
|
|
|
- ID: rollback-test-task
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '73 hours'}
|
|
|
|
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:
|
|
|
|
- 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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: train-backout
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '118 hours'}
|
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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: train-component
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '118 hours'}
|
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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: train-defectenhancementtask
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '118 hours'}
|
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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: train-regression
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '118 hours'}
|
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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: train-regressor
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '118 hours'}
|
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
|
|
|
|
- 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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: train-tracking
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '118 hours'}
|
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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: train-regressionrange
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '118 hours'}
|
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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: train-stepstoreproduce
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '118 hours'}
|
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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: train-duplicate
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '118 hours'}
|
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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
2019-10-12 19:29:33 +03:00
|
|
|
- ID: train-test-select
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '118 hours'}
|
|
|
|
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
|
2019-10-18 16:20:46 +03:00
|
|
|
- test-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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
2019-12-04 01:09:11 +03:00
|
|
|
- ID: train-test-failure
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '118 hours'}
|
|
|
|
expires: {$fromNow: '1 year'}
|
|
|
|
provisionerId: proj-relman
|
|
|
|
workerType: compute-large
|
|
|
|
dependencies:
|
|
|
|
- commit-retrieval
|
|
|
|
- test-scheduling-history-generator
|
|
|
|
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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
2019-09-04 15:38:33 +03:00
|
|
|
- ID: train-similarity
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '118 hours'}
|
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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
2019-08-05 11:22:55 +03:00
|
|
|
- ID: check_metrics
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '119 hours'}
|
2019-11-09 00:13:10 +03:00
|
|
|
provisionerId: proj-relman
|
|
|
|
workerType: ci
|
2019-08-05 11:22:55 +03:00
|
|
|
dependencies:
|
|
|
|
- train-backout
|
|
|
|
- train-component
|
|
|
|
- train-defectenhancementtask
|
|
|
|
- train-duplicate
|
|
|
|
- train-regression
|
|
|
|
- train-regressionrange
|
|
|
|
- train-regressor
|
|
|
|
- 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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
2019-06-23 00:18:08 +03:00
|
|
|
- ID: docker-build
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '119 hours'}
|
|
|
|
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-tracking
|
|
|
|
- train-regression
|
|
|
|
- train-defectenhancementtask
|
|
|
|
- train-component
|
|
|
|
payload:
|
|
|
|
capabilities:
|
|
|
|
privileged: true
|
|
|
|
maxRunTime: 3600
|
2019-07-05 16:36:16 +03:00
|
|
|
image: mozilla/taskboot:0.1.9
|
2019-06-23 00:18:08 +03:00
|
|
|
command:
|
|
|
|
- "/bin/sh"
|
|
|
|
- "-lcxe"
|
|
|
|
- "git clone --quiet https://github.com/mozilla/bugbug /code &&
|
|
|
|
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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
2019-10-24 21:09:32 +03:00
|
|
|
# It's the same task integration_test as in .taskcluster.yml
|
|
|
|
- ID: integration-test
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '119 hours'}
|
|
|
|
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-11-07 03:29:32 +03:00
|
|
|
git clone --quiet https://github.com/mozilla/bugbug &&
|
2019-10-24 21:09:32 +03:00
|
|
|
cd bugbug &&
|
|
|
|
git checkout ${version} &&
|
|
|
|
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
|
|
|
|
source: https://github.com/mozilla/bugbug/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: ''}
|
|
|
|
deadline: {$fromNow: '120 hours'}
|
|
|
|
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
|
|
|
payload:
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
maxRunTime: 3600
|
2019-07-05 16:36:16 +03:00
|
|
|
image: mozilla/taskboot:0.1.9
|
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
|
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|
|
|
|
|
|
|
|
- ID: http-deploy
|
|
|
|
dependencies:
|
|
|
|
- docker-build
|
|
|
|
scopes:
|
|
|
|
- secrets:get:project/relman/bugbug/deploy
|
|
|
|
created: {$fromNow: ''}
|
|
|
|
deadline: {$fromNow: '120 hours'}
|
|
|
|
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
|
|
|
payload:
|
|
|
|
features:
|
|
|
|
taskclusterProxy:
|
|
|
|
true
|
|
|
|
maxRunTime: 3600
|
2019-07-05 16:36:16 +03:00
|
|
|
image: mozilla/taskboot:0.1.9
|
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-07-01 14:08:12 +03:00
|
|
|
source: https://github.com/mozilla/bugbug/raw/master/data-pipeline.yml
|