Closed Bug 1251051 Opened 8 years ago Closed 8 years ago

Use tasks:when: in base_jobs.yml to run Android Unit tests less frequently

Categories

(Firefox for Android Graveyard :: Testing, defect)

defect
Not set
normal

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: 8 years ago
Resolution: --- → DUPLICATE
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.