Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
owc-software-python owc-software-python
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bodc
  • owc-software-pythonowc-software-python
  • Merge requests
  • !8

Merged
Created Oct 29, 2019 by edsmall@edsmallContributor

ARGODEV-136: Create Gitlab CI pipline

  • Overview 0
  • Commits 8
  • Pipelines 7
  • Changes 2

Jira Issue

https://jira.ceh.ac.uk/browse/ARGODEV-136

Python Implementation

Pipeline should now:

  • Run a setup stage, installing packages and checking locations
  • Use pylint to test code quality
  • Run all the unit tests (files ending with "_test.py")

Testing

Tested scripts on other python projects and they worked fine. The reason this fails the pipeline is because there are no ".py" files in here to test yet, so it throws an error. I'm willing to let this go in, and actively alter the scripts in needed in the future

Old Matlab Implementation

No automated testing in previous matlab version

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: edsmall/gitlab-ci