Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit e9b225b0 authored by Karine Bauch's avatar Karine Bauch
Browse files

update swepy, release by changelog version, style, readme

parent a21e8333
No related branches found
No related tags found
1 merge request!10.1.0
Pipeline #41202 failed
include:
- remote: 'https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.5/templates/release-by-changelog.yml'
- project: 'architecture-innovation-security/cicd/templates/pytest'
ref: '$CI_COMMIT_REF_NAME'
file: 'templates/pytest.yml'
- remote: https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.6/templates/release-by-changelog.yml
- project: cicd-templates/pytest
ref: $CI_COMMIT_REF_NAME
file: templates/pytest.yml
inputs:
project_path: 'tests/passing_test'
project_path: tests/passing_test
"failing pytest":
extends: pytest
variables:
PROJECT_PATH: "tests/failing_test"
PROJECT_PATH: tests/failing_test
script:
- >
pytest tests/failing_test > /dev/null 2>&1 || EXIT_CODE=$?;
......
......@@ -10,7 +10,7 @@ Add the following in your `.gitlab-ci.yml` file.
```yaml
include:
- component: $CI_SERVER_FQDN/architecture-innovation-security/cicd/templates/pytest/pytest@0.1.0
- component: $CI_SERVER_FQDN/cicd-templates/pytest/pytest@0.1.0
```
## Inputs
......@@ -21,7 +21,7 @@ You can customize the job by overriding specific inputs:
include:
- component: $CI_SERVER_FQDN/architecture-innovation-security/cicd/templates/pytest/pytest@0.1.0
inputs:
project_path: "path/project/to/test"
project_path: path/project/to/test
```
Component inputs:
......
......@@ -5,7 +5,7 @@ spec:
default: test
project_path:
description: "The path to the project root directory."
default: '.'
default: .
---
pytest:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment