Changes between Version 5 and Version 6 of CI
- Timestamp:
- Feb 5, 2015, 7:33:53 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CI
v5 v6 16 16 The 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. 17 17 18 == Other checks == 19 20 Two 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. 18 23 19 24 == Troubleshooting ==