Closed Bug 940399 Opened 11 years ago Closed 10 years ago

Clean the schedulers for Android x86 before enabling everywhere

Categories

(Infrastructure & Operations Graveyard :: CIDuty, task)

x86_64
Windows 7
task
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: armenzg, Assigned: armenzg)

References

Details

      No description provided.
Blocks: 960674
Time to deal with this before we can tackle bug 960674.
Assignee: nobody → armenzg
It seems that we have a process that cleans old schedulers every week:
mysql> select name from schedulers where name like '%vm_android%';
+---------------------------------------+
| name                                  |
+---------------------------------------+
| tests-ash-vm_android_2_3-opt-unittest |
+---------------------------------------+
1 row in set (0.01 sec)
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
It seems that I had searched for the wrong scheduler:
mysql> select name from schedulers where name like '%ubuntu64_hw%';
+--------------------------------------+
| name                                 |
+--------------------------------------+
| tests-ash-ubuntu64_hw-opt-unittest   |
| tests-cedar-ubuntu64_hw-opt-unittest |
| tests-pine-ubuntu64_hw-opt-unittest  |
+--------------------------------------+
3 rows in set (0.11 sec)
That was bug 617017 (initially), and bug 755012 (specifically for schedulers).
Thanks Nick!
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.