Closed
Bug 1251051
Opened 9 years ago
Closed 9 years ago
Use tasks:when: in base_jobs.yml to run Android Unit tests less frequently
Categories
(Firefox for Android Graveyard :: Testing, defect)
Firefox for Android Graveyard
Testing
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1260874
People
(Reporter: nalexander, Unassigned)
References
Details
Right now, we're running Android Unit aggressively. We should pare this back based on the changed files. I think something like:
when:
file_patterns:
# Files that are likely audited.
- 'mobile/android/**/*.java'
# Configuration files.
- '**/*.gradle'
- '**/lint.xml'
should do the trick.
We did this in bug 1260874:
mobile/android/base/**
mobile/android/tests/background/junit4/**
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•