Skip to content

Commit 1bece69

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 f07ccc7 commit 1bece69

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitlab-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ include:
108108
file: '.gitlab-ci-check-python3-format.yml'
109109
- project: 'Northern.tech/Mender/mendertesting'
110110
file: '.gitlab-ci-github-status-updates.yml'
111+
- project: "Northern.tech/Mender/mendertesting"
112+
file: "qa-common/send-results-to-mantra.yml"
113+
ref: "master"
111114

112115
# NOTE: To add distributions, modify first the matrix in mender-test-containers repository
113116
.mender-dist-packages-image-matrix-cross:
@@ -403,6 +406,9 @@ test:check-python3-formatting:
403406
--mender-client-version-inventory-script-deb-version $(cat ${CI_PROJECT_DIR}/output/opensource/debian-${DEBIAN_VERSION_NAME}-amd64/mender-client-version-inventory-script-deb-version)
404407
${commercial_tests_flags}
405408
--junit-xml results.xml
409+
after_script:
410+
- MANTRA_PROJECT_NAME: "full_integration"
411+
- !reference [.mantra-push-results]
406412
artifacts:
407413
reports:
408414
junit: tests/results.xml
@@ -455,6 +461,9 @@ test:pkgs:device-components:trixie:
455461
script:
456462
- cd scripts/tests
457463
- python3 -m pytest -v --junit-xml results.xml test_install_mender_sh.py
464+
after_script:
465+
- MANTRA_PROJECT_NAME: "full_integration"
466+
- !reference [.mantra-push-results]
458467
artifacts:
459468
reports:
460469
junit: scripts/tests/results.xml
@@ -487,6 +496,9 @@ test:install-script:legacy:
487496
script:
488497
- cd scripts/tests
489498
- python3 -m pytest -v --junit-xml results.xml test_install_mender_sh_legacy.py
499+
after_script:
500+
- MANTRA_PROJECT_NAME: "full_integration"
501+
- !reference [.mantra-push-results]
490502
variables:
491503
DEBIAN_VERSION: 11
492504
DEBIAN_VERSION_NAME: "bullseye"

0 commit comments

Comments
 (0)