Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • allgo allgo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 82
    • Issues 82
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • allgo
  • allgoallgo
  • Merge requests
  • !165

Merged
Created Mar 25, 2019 by LETORT Sebastien@sletortContributor

Ci pylint

  • Overview 0
  • Commits 3
  • Pipelines 1
  • Changes 6

The major diff concerns the gitlab-ci.yaml file.
We now consider that the runner contains python, docker + docker-compose.
we do some tests, static with pylint, and unit/functionnal test with pytest through django.

Note that the gitlab-runner has to be a sudoer and don't ask for password, this could be a risk I suppose (for the runner only ?).

pylint will use django plugin and other default param.
Pylint will store some metrics in the new metrics directory.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: ci_pylint