Skip to content
Snippets Groups Projects
Commit d561a795 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

ci: build-system-specific failure artifacts

parent 2a5f9f8b
No related branches found
No related tags found
1 merge request!60CI: check whether .gitignore is up-to-date
...@@ -169,11 +169,6 @@ include: ...@@ -169,11 +169,6 @@ include:
when: manual when: manual
- when: always - when: always
interruptible: true interruptible: true
artifacts:
when: on_failure
paths:
- "**/config.log"
- "**/test-suite.log"
cache: cache:
policy: pull policy: pull
key: ${LIBCHECK_SHA256} key: ${LIBCHECK_SHA256}
...@@ -205,6 +200,11 @@ include: ...@@ -205,6 +200,11 @@ include:
- make install - make install
- make installcheck - make installcheck
- !reference [.common, script] - !reference [.common, script]
artifacts:
when: on_failure
paths:
- "**/config.log"
- "**/test-suite.log"
.common_cmake: .common_cmake:
extends: .common extends: .common
...@@ -228,6 +228,11 @@ include: ...@@ -228,6 +228,11 @@ include:
- py_lib_prefix=$(dirname $(find "${CI_PROJECT_DIR}/install" -path '*/mtime/__init__.py' -exec dirname {} + -quit)) - py_lib_prefix=$(dirname $(find "${CI_PROJECT_DIR}/install" -path '*/mtime/__init__.py' -exec dirname {} + -quit))
- PYTHONPATH="${py_lib_prefix}${PYTHONPATH+":${PYTHONPATH}"}" python3 test/test_python.sh - PYTHONPATH="${py_lib_prefix}${PYTHONPATH+":${PYTHONPATH}"}" python3 test/test_python.sh
- !reference [.common, script] - !reference [.common, script]
artifacts:
when: on_failure
paths:
- "**/CMakeCache.txt"
- "**/LastTest.log"
.common_cmake_makefiles: .common_cmake_makefiles:
extends: .common_cmake extends: .common_cmake
......
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