Changes between Version 5 and Version 6 of CI


Ignore:
Timestamp:
Feb 5, 2015, 7:33:53 AM (9 years ago)
Author:
Tim Graham
Comment:

Documented docs and flake8 checks

Legend:

Unmodified
Added
Removed
Modified
  • CI

    v5 v6  
    1616The admins list is primarily core developers and is accessible at http://djangoci.com/job/django-pull-requests/configure for those with a Jenkins account. The White list is available on the same page after clicking "Advanced". If you are doing a lot of triage work and think it'd be helpful to trigger builds, ask the [https://docs.djangoproject.com/en/dev/internals/roles/#ops-team ops team] for access.
    1717
     18== Other checks ==
     19
     20Two builders run on all pull requests:
     21* [http://djangoci.com/job/flake8/ flake8] - runs the equivalent of `flake8` from the root checkout directory and fails if there are any warnings
     22* [http://djangoci.com/job/docs/ docs] - runs the equivalent of `make spelling` from the docs directory and fails if there are any spelling or sphinx errors.
    1823
    1924== Troubleshooting ==
Back to Top