Page MenuHomePhabricator

Remove packages pep8 / pylint and pyflakes from CI slaves
Closed, ResolvedPublic

Description

Once T55354: JJB: replace pyflakes / pep8 jobs with tox-jessie job is complete, we will have no more use for pep8/pyflakes .deb packages on the CI slaves.

Details

Event Timeline

hashar raised the priority of this task from to Needs Triage.
hashar updated the task description. (Show Details)
hashar subscribed.
hashar renamed this task from Remove packages pep8 and pyflakes from CI slaves to Remove packages pep8 / pylint and pyflakes from CI slaves.Oct 6 2015, 11:38 AM
hashar claimed this task.
hashar triaged this task as Low priority.
hashar set Security to None.

Change 243915 had a related patch set uploaded (by Hashar):
contint: remove pylint/pyflakes packages

https://gerrit.wikimedia.org/r/243915

Cherry picked on integration puppetmaster.

I have manually cleaned the packages with:

salt '*' cmd.run 'dpkg --purge pylint'
salt '*' cmd.run 'dpkg --purge pyflakes'

Change 243915 merged by Alexandros Kosiaris:
contint: remove pylint/pyflakes packages

https://gerrit.wikimedia.org/r/243915