Closed Bug 825984 Opened 12 years ago Closed 11 years ago

Turn on Android 4.0 test jobs on try and mozilla-inbound

Categories

(Release Engineering :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: armenzg, Assigned: kmoir)

References

Details

Attachments

(1 file, 1 obsolete file)

      No description provided.
Attached patch patch (obsolete) — Splinter Review
Attachment #697140 - Flags: review?(armenzg)
Assignee: nobody → kmoir
Attached patch patchSplinter Review
Attachment #697140 - Attachment is obsolete: true
Attachment #697140 - Flags: review?(armenzg)
Attachment #697141 - Flags: review?(armenzg)
Attachment #697141 - Flags: review?(armenzg) → review+
Attachment #697141 - Flags: checked-in+
We'll need to hide a few Android 4.0 jobs on inbound and try on TBPL once is in production.
in production
(In reply to Ed Morley [:edmorley UTC+0] from comment #3)
> We'll need to hide a few Android 4.0 jobs on inbound and try on TBPL once is
> in production.

Synced hidden on inbound; partially done Try, but need more jobs to complete before the full set appears there.
Depends on: 827886
So there are 26,000+ try panda jobs queued from this time of the reconfig.  Since we don't want to run them since we lack the capacity and this will result in very unfortunate wait times, I suggest deleting them. aki suggested that every android test run scheduled them without running them.

Here is the sql to delete them

delete from buildrequests where buildername like "%Android 4.0 Panda try%" and submitted_at <  1357662976 and complete_at IS NULL;
You will also want 'and (claimed_at is null or claimed_at = 0)' to avoid deleting in-progress builds.
mysql> delete from buildrequests where buildername like "%Android 4.0 Panda try%" and submitted_at <   1357662976 and complete_at IS NULL and (claimed_at is null or claimed_at = 0);
Query OK, 25699 rows affected (3.75 sec)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
Component: General Automation → General
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: