Closed
Bug 1191297
Opened 10 years ago
Closed 10 years ago
Trychooser syntax builder doesn't provide a syntax for Android 4.0 API11+ opt R(1)
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kats, Assigned: kats)
References
Details
Attachments
(1 file, 1 obsolete file)
1.05 KB,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
I want to do a try push that includes the Android 4.0 API11+ opt R(1) job. So I went to the syntax builder, checked the following:
Build type: opt only
Platforms: android api 11+
Restrict tests to platform(s): Android - 4.0 API11+ disabled when not explicity checked
Android-only Unittest Suites: plain-reftest-1
This gave me the syntax of:
try: -b o -p android-api-11 -u plain-reftest-1[Android -] -t none
Which didn't actually run the R(1) I was looking for. See https://treeherder.mozilla.org/#/jobs?repo=try&revision=bfe674f60284
Assignee | ||
Comment 1•10 years ago
|
||
I'm doing a new try push at https://treeherder.mozilla.org/#/jobs?repo=try&revision=715571158bf3 without the reftest restriction, hopefully that will work better.
Assignee | ||
Comment 2•10 years ago
|
||
I think this should fix it. I have another try syntax from before which doesn't have the "-" following "Android" and that *does* run the 4.0 tests. I think the "-" is just a typo (as is the bug number linked there).
Assignee: nobody → bugmail.mozilla
Attachment #8643685 -
Flags: review?(bugspam.Callek)
Assignee | ||
Comment 3•10 years ago
|
||
Also remove the spurious trailing </label>. Three typos in a single line!
Attachment #8643685 -
Attachment is obsolete: true
Attachment #8643685 -
Flags: review?(bugspam.Callek)
Attachment #8643686 -
Flags: review?(bugspam.Callek)
Assignee | ||
Comment 4•10 years ago
|
||
And indeed removing that spurious dash fixes the problem: https://treeherder.mozilla.org/#/jobs?repo=try&revision=001996148a06
Updated•10 years ago
|
Attachment #8643686 -
Flags: review?(bugspam.Callek) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•10 years ago
|
||
Do you know how frequently changes get pushed out to trychooser.pub.build.m.o?
Flags: needinfo?(bugspam.Callek)
Comment 7•10 years ago
|
||
When I reviewed, I thought this was auto-deploying, turns out my memory then was wrong. I just deployed this though.
(Its usually an "on demand" deploy)
Flags: needinfo?(bugspam.Callek)
Assignee | ||
Comment 8•10 years ago
|
||
Cool, thanks!
Updated•8 years ago
|
Component: Tools → General
You need to log in
before you can comment on or make changes to this bug.
Description
•