Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • F fsl_mrs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FSL
  • fsl_mrs
  • Merge requests
  • !15

CI: New common test stage, not used in this repo, but has to be defined

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Paul McCarthy requested to merge ci/fsl-ci-rules into master Feb 06, 2021
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

This MR updates the .gitlab-ci.yml file to bring it up to date with the latest version of fsl/fsl-ci-rules. A new fsl-ci-test stage has been added, which is used to run pyfeeds unit tests, for those projects which have them.

The fsl_mrs repository already has its own unit testing infrastructure, so the new fsl-ci-test stage is not needed for fsl_mrs. But unfortunately the stage still has to be defined, otherwise gitlab will complain.

The fsl-ci-test stage can however be disabled, by setting a CI variable called FSL_CI_SKIP_TEST=1. I've taken the liberty of setting this variable on this repository.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: ci/fsl-ci-rules