Project

Profile

Help

Task #2026

closed

Separate flake8 linting from unit testing pull requests

Added by semyers almost 8 years ago. Updated over 3 years ago.

Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

Currently, our "run-tests" scripts do both flake8 (style) and unit testing. Both of these are being done in a distribution-dependent way (e.g. fedora23, rhel7, etc), but the flake8 testing only needs to be done in specific version of python, which means it does not need to be run on every platform, or even in the same environment, as our unit tests.

We could:

  • split this into another step in the pr tester job, continuing to run the lint job on the same jenkins node
  • make another job focused on just linting, using the minimum number of jenkins environments required to test on all necessary python versions
  • use travis, and completely remove the work from our jenkins workflow

I think that using travis has a lot of a pros, like being able to instantly report on community submitted PRs since they're isolated in travis's infrastructure. This has the downside of not automatically running flake8 when a developer is running the tests, but that can possibly be easily managed by optionally running unit tests in jenkins and flake8 tests in travis based on certain env vars being set by the respective build system, and always running both when those env vars are not set.

Actions #1

Updated by semyers almost 8 years ago

Based on the discussion of this in today's meeting, it should be noted that the person completing this task wins a beer bounty offered by asmacdo.

Actions #2

Updated by semyers almost 8 years ago

Useful links, btw, for someone looking for the env vars to know whether running in jenkies, travis, or neither:

Travis makes it relatively simply with the "TRAVIS" and "CI" env vars; we might consider adding "JENKINS" var and supporting the "CI" env var in our jenkies environment for consistency.

Actions #3

Updated by dalley over 6 years ago

  • Project changed from Packaging to Infrastructure
Actions #4

Updated by dalley over 3 years ago

  • Status changed from NEW to CLOSED - WONTFIX

Also available in: Atom PDF