mdoglio
cfa29aaa65
Bug 1076778 - Use a gevent worker for pushlog ingestion
2014-10-06 14:24:26 +01:00
Ed Morley
43e47cd7d1
Merge pull request #235 from mozilla/bug-1075176-use-pushId-to-sort-pushlog
...
Bug 1075176 - use pushId instead of commit date
2014-10-02 08:06:14 +01:00
Jonathan Eads
56005e495a
Adjust max-requests and keepalive time to minimize cpu spikes
2014-10-01 14:47:09 -07:00
Jonathan Eads
c20dbced12
Reduce max-requests and keepalive to minimize memory consumption
2014-10-01 14:18:27 -07:00
Mauro Doglio
a325589536
Merge pull request #234 from mozilla/bug-1063411-remove-ui-route
...
Bug 1063411 - Remove ui route
2014-10-01 14:48:58 +02:00
mdoglio
980ccd36b5
Bug 1075176 - use pushId instead of commit date
...
When fetching the pushlog we cache the top revision of the last push fetched
to subsequently request deltas. To determine the last push of a pushlog
response, we need to use the pushId.
2014-10-01 11:43:27 +02:00
Jonathan Eads
5fd276b12d
Bug 1063411 - Remove ui route
2014-09-30 17:39:09 -07:00
Cameron Dawson
895ad7bc3c
bug 1075166 - remove unused import
2014-09-30 15:33:32 -07:00
Cameron Dawson
535f65e48c
bug 1075166 - remove all code regarding unclassified failures
2014-09-30 14:58:54 -07:00
jeads
e32b0dcb51
Merge pull request #232 from mozilla/remove-unclassified-count-update
...
bug 1075148 - remove expensive call on job classify
2014-09-30 13:49:51 -07:00
Cameron Dawson
91e41a9b34
bug 1075148 - remove expensive call on job classify
2014-09-30 13:34:05 -07:00
Ed Morley
f561d5fc96
Merge pull request #221 from KWierso/1067482
...
Bug 1067482 - Add support for Android instrumentation tests
2014-09-30 11:50:36 +01:00
KWierso
68acafed7e
Bug 1067482 - Add support for Android Instrumentation tests
2014-09-29 11:15:18 -07:00
jeads
f1bc715cfd
Merge pull request #231 from mozilla/add-clear-cache-command
...
Bug 1074199 - add clear_cache command to the update script
2014-09-29 09:44:43 -07:00
camd
7823ad3883
Merge pull request #215 from mozilla/bug-1046759-job-order
...
bug 1046759 - make job symbols show in numerical order correctly
2014-09-29 08:36:04 -07:00
mdoglio
703bf33297
Bug 1074199 - add clear_cache command to the update script
2014-09-29 16:35:36 +02:00
Ed Morley
519fc1e49e
Bug 1067892 - Support the new style Gaia JS/Python integration test names
...
* Add support for the new job names, now that the suites have been split
into smaller parts.
* Displays the JS & Python integration tests in groups.
* Adds tests for a handful of existing Gaia jobs that were missing them
2014-09-27 17:34:06 +01:00
Ed Morley
f976b93b1b
Bug 1071876 - Add support for e10s Talos jobs
...
Treeherder equivalent of:
https://hg.mozilla.org/webtools/tbpl/rev/952e7347779f
2014-09-27 17:34:06 +01:00
Ed Morley
d725cae68a
Bug 1072447 - Display the web platform tests in a group
...
Treeherder equivalent of:
https://hg.mozilla.org/webtools/tbpl/rev/e3eaf4aecaa5
2014-09-27 17:34:05 +01:00
jeads
31bfc111f6
Merge pull request #229 from mozilla/bug-1072291-fix-pushlog-ingestion
...
(bug 1072291) revert pushlog caching strategy
2014-09-26 09:38:02 -07:00
mdoglio
cb3d46df36
Bug 1072291 - handle 404 responses from json-pushes
2014-09-26 17:08:28 +01:00
Ed Morley
a2c561eb61
Bug 1073170 - Remove trailing slash from b2g-inbound repository URL
2014-09-26 12:31:12 +01:00
mdoglio
8f9a686fde
(bug 1072291) revert pushlog caching strategy
...
The pushlog cache now uses the top revision of the last push.
Also, increase the time limit to fetch the pushlog to 3 minutes
2014-09-25 21:02:40 +01:00
camd
4f7b069a34
Merge pull request #228 from mozilla/bug-1071577-revision-hash-cache
...
Bug 1071577 revision hash cache
2014-09-24 16:28:05 -07:00
Jonathan Eads
2c258f443d
Bug 1071577 - Moved result_set revision hash cache step to after associated revision storage
2014-09-24 15:53:33 -07:00
Jonathan Eads
d7908793a5
Bug 1071577 - Cache revision hashes to reduce pushlog load
2014-09-24 15:46:33 -07:00
jeads
24c437d0d6
Merge pull request #227 from mozilla/bug-1071577-remove-pushlog-cache
...
(Bug 1071577) - remove pushlog last fetched cache; also increase the pus...
2014-09-23 17:31:57 -07:00
jeads
fb7aeb1ace
Merge pull request #226 from mozilla/bug-1069908-increase-log-parser-retries
...
Bug 1069908,1063923 - increase number of automatic log parser retries
2014-09-23 14:57:28 -07:00
mdoglio
ba881e2030
(Bug 1071577) - remove pushlog last fetched cache; also increase the pushlog time range to the last 24hr
2014-09-23 18:15:49 +01:00
Ed Morley
a387c59720
Bug 1067481 - Adjust build type & VM regex to fix jetpack asan jobs
...
Jetpack (addon-sdk) asan jobs have the buildername:
"jetpack-fx-team-ubuntu64-asan_vm-opt"
Both the build type of asan and the VM status of the job were not
caught by the previous regex, due to the word separators differing
from those seen on other repositories.
2014-09-23 14:16:49 +01:00
Ed Morley
38f88ccfd5
Bug 1068765 - Add support for mochitest-jetpack & tweak WebGL regex
...
This adds support for the new Jetpack job which makes use of the
Mochitest harness & adds support for the desktop Web GL jobs
that have a job name that is different from their Android variants.
Treeherder equivalent of:
https://hg.mozilla.org/webtools/tbpl/rev/cac32f935b5d
2014-09-23 14:13:37 +01:00
Ed Morley
f7fed3e46e
Bug 1070471 - Update example commander settings to mirror production
2014-09-23 14:12:47 +01:00
Ed Morley
2cae1d2dab
Bug 1069290 - manage.py should overwrite DJANGO_SETTINGS_MODULE if set
2014-09-23 12:50:05 +01:00
mdoglio
84a0d2c0f2
Bug 1069908,1063923 - increase number of automatic log parser retries
...
and properly change log parsing status to failed when needed
2014-09-23 12:28:51 +01:00
Ed Morley
41384c5b6b
Bug 1069283 - Call manage.py init_datasources during Chief deployment
2014-09-23 11:29:26 +01:00
Ed Morley
2b8b12db78
Bug 1069290 - Remove redundant manage.py params from the deploy script
...
manage.py sets the DJANGO_SETTINGS_MODULE env variable, so it's
unnecessary to pass |--settings ...| when we call it from the Chief
deploy script.
2014-09-20 10:24:44 +01:00
Ed Morley
ab71641e32
Bug 1068076 - Mark the mozilla-b2g28_v1_3 repo as onhold
2014-09-16 17:11:30 +01:00
Cameron Dawson
ae7b3b6618
bug 1046759 - make job symbols show in numerical order correctly
2014-09-15 11:09:29 -07:00
Mauro Doglio
70b5ce9f83
Merge pull request #219 from mozilla/hide-repo-unknown
...
Bug 1059361 - Hide the repo 'unknown'
2014-09-15 19:07:28 +01:00
Ed Morley
37bacddcda
Bug 1059361 - Hide the repo 'unknown'
2014-09-15 17:47:37 +01:00
Mauro Doglio
aba1fbff25
Merge pull request #216 from mozilla/repo-sync
...
Bug 1065659 - Sync repo list with TBPL
2014-09-15 17:32:55 +01:00
Ed Morley
3a7182fddd
Bug 1065659 - Hide some obsolete repos to match TBPL
...
Until we have repo deletion figured out, set the following repos as
onhold, so they are hidden in the UI:
mozilla-esr17
mozilla-b2g18
mozilla-b2g18_v1_1_0_hd
mozilla-b2g26_v1_2
2014-09-15 17:07:31 +01:00
Ed Morley
c6f4672fb8
Bug 1065659 - Fix update_repository_version to ignore non-active repos
...
This fixes test failures that occur when there are non-active repos in
the repositories fixture & adds an explicit null-check and raise, rather
than relying on us hitting a TypeError later on.
2014-09-15 17:07:30 +01:00
Ed Morley
9d6a6cffb5
Bug 1065659 - Add mozilla-b2g28_v1_3t, staging-gaia-try, mozilla-esr31
2014-09-15 14:57:13 +01:00
Mauro Doglio
2ea74beeab
Merge pull request #218 from mozilla/fix-thunderbird-ingestion
...
Bug 1035222 - Use correct Thunderbird repo name to fix ingestion
2014-09-15 14:55:01 +01:00
Mauro Doglio
5e5b36adfa
Merge pull request #217 from mozilla/bugs-fetch-frequency
...
Bug 1066399 - Make the fetch-bugs task run every hour, not once per day
2014-09-15 12:15:43 +01:00
Ed Morley
4151178794
Bug 1035222 - Use correct Thunderbird repo name to fix ingestion
...
The repository name must match that used by buildbot in builds-4hr,
builds-running, builds-pending, clobberer & self-serve otherwise
data ingestion and many links in the UI will break.
The only service that requires a different repo name is treestatus,
which will require a treeherder-ui change after this lands.
2014-09-13 15:29:44 +01:00
Ed Morley
0830f3dbf9
Bug 1065754 - On deployment update prod DB using in-repo fixtures
2014-09-12 12:27:24 -07:00
jeads
a3898e1354
Merge pull request #214 from mozilla/deploy-script-refactor
...
Bug 1066264 - Refactor update.py
2014-09-12 12:22:43 -07:00
Ed Morley
4a172efde0
Bug 1066399 - Make the fetch-bugs task run every hour, not once per day
2014-09-12 12:07:44 -07:00