3 Commits

Author SHA1 Message Date
Sean McGinnis
bccb7dea80
Add doc job requirements.txt
We had previously installed our docs dependencies as extras in
setup.cfg. Doc jobs are now changed to not install the project,
so these dependencies are no longer being installed.

With recent changes to the doc jobs, we need to specificy that python3
is used. Update the zuul config file for this.

Change-Id: Ie925efefb1126dbe7fa0a9f0f1727da01f48c512
Depends-on: Ib882a4d09898ff206b36ac8aef840bee0748368e
2017-12-19 15:37:22 -06:00
Doug Hellmann
4e026d3fdb remove the association of jobs that are configured in project-config
The py35 and pep8 jobs are defined as part of the CTI and as such
should be managed through the project-config repository. Removing the
entries here should also fix the way the exclusion rules for files
that don't affect the tests are applied.

Depends-On: Iaa8dc88e999d22e2242eeb963838b29ba35ac3aa
Change-Id: I1dd45d269716d54c8d56a12912676bdc269aafcb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-10-23 14:09:51 -04:00
Monty Taylor
3146ea542e Add releases specific jobs to the local .zuul.yaml file
These don't need to be managed centrally.

Depends-On: I53a40244c58198fbd706bf7db2125ebf016eae9a
Change-Id: I09fbeded069089a28fc20e29570c047c290fa0a4
2017-10-03 17:34:59 +00:00