Project 'dorianturba/r2devops_catalog' was moved to 'swepy/osoc/r2devops_catalog'. Please update any links and bookmarks that may still have the old path.
-
Dorian Turba authoredDorian Turba authored
README.md 1.96 KiB
CI templates for R2DevOps open source catalog
This repository contains CI templates dedicated to Python software testing for the R2DevOps open source catalog.
Purpose
The CI templates in this repository are intended for integrating Python software testing
tools with your GitLab projects. They provide streamlined configurations for tools
like pytest
and mypy
.
Usage
To utilize these templates in your GitLab projects:
- Navigate to the r2devops template marketplace,
- Choose the template you want,
- Paste the "Quick use" snippet into your GitLab CI configuration (
.gitlab-ci.yml
).
For example, to use the pytest
template:
stages:
- test
include:
- remote: 'https://api.r2devops.io/job/r/gitlab/dorianturba/r2devops_catalog/r2_metadata/pytest@latest.yaml'