File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff 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
3538default :
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
97110publish:s3 :
98111 stage : publish
You can’t perform that action at this time.
0 commit comments