Open
Bug 1400471
Opened 7 years ago
Updated 2 years ago
`mach try syntax` complains about selecting platforms with tests when no tests are specified
Categories
(Developer Infrastructure :: Try, enhancement)
Developer Infrastructure
Try
Tracking
(Not tracked)
NEW
People
(Reporter: froydnj, Unassigned)
References
Details
From my shell history earlier this afternoon, attempting to push to try:
froydnj@hawkeye:~/src/mi.hg$ ./mach try syntax '-b od -p android-dependencies,android-lint,android-findbugs,android-test,android-checkstyle,android-api-16,android-x86 -u none -t none'
Must specify platform when selecting tests.
froydnj@hawkeye:~/src/mi.hg$ ./mach try syntax '-b od -p android-dependencies,android-lint,android-findbugs,android-test,android-checkstyle,android-api-16,android-x86'
Must specify platform when selecting tests.
which is just wrong, because that try syntax (particularly the first one) works just fine, especially why I created a try syntax commit manually and pushed that.
Updated•7 years ago
|
Blocks: require-mach-try
Updated•7 years ago
|
Product: TaskCluster → Firefox Build System
Updated•6 years ago
|
Component: Task Configuration → Try
Updated•2 years ago
|
Product: Firefox Build System → Developer Infrastructure
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•