Skip to content

Commit 0a6db0c

Browse files
committed
ci: Submit more test results to Mantra
Ticket: QA-1341 Signed-off-by: Paweł Poławski <pawel.polawski@northern.tech>
1 parent 72fe482 commit 0a6db0c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.gitlab-ci.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ include:
3131
file: '.gitlab-ci-check-commits-signoffs.yml'
3232
- project: 'Northern.tech/Mender/mendertesting'
3333
file: '.gitlab-ci-github-status-updates.yml'
34+
- project: "Northern.tech/Mender/mendertesting"
35+
file: "qa-common/send-results-to-mantra.yml"
36+
ref: "master"
3437

3538
default:
3639
tags: !reference [.qa-common-default-runner, tags]
@@ -92,7 +95,17 @@ test:acceptance:
9295
- pip3 install --break-system-packages --upgrade pip
9396
- cd tests
9497
- pip3 install --break-system-packages -r requirements.txt
95-
- python3 -m pytest -v
98+
- python3 -m pytest --verbose --junitxml=results.xml
99+
after_script:
100+
- MANTRA_PROJECT_NAME: "full_integration"
101+
- !reference [.mantra-push-results]
102+
 artifacts:
103+
expire_in: 2w
104+
when: always
105+
 paths:
106+
- results.xml
107+
 reports:
108+
junit: results.xml
96109

97110
publish:s3:
98111
stage: publish

0 commit comments

Comments
 (0)