mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-04-09 02:00:56 +02:00
Compare commits
11 Commits
refactor/b
...
ci/core_du
| Author | SHA1 | Date | |
|---|---|---|---|
| abf159ae18 | |||
| f7b050b588 | |||
| 509bf47b7e | |||
| f81c5e2e67 | |||
| 5a33755dfb | |||
| fac378b220 | |||
| d5d61cf034 | |||
| 999069dbb1 | |||
| 5e8679d608 | |||
| a765714563 | |||
| e5085d97ea |
@@ -167,6 +167,9 @@ test-matrix:
|
||||
QT_PCKG: ""
|
||||
image: $CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX/python:$PYTHON_VERSION
|
||||
script:
|
||||
- ulimit -c unlimited
|
||||
- echo "/builds/bec/bec_widgets/core.%e.%p" > /proc/sys/kernel/core_pattern
|
||||
- cat /proc/sys/kernel/core_pattern
|
||||
- *clone-repos
|
||||
- *install-os-packages
|
||||
- pip install -e ./bec/bec_lib[dev]
|
||||
@@ -174,6 +177,12 @@ test-matrix:
|
||||
- pip install -e .[dev,$QT_PCKG]
|
||||
- pytest -v --junitxml=report.xml --random-order ./tests/unit_tests
|
||||
allow_failure: true
|
||||
artifacts:
|
||||
# upload core dumps
|
||||
when: on_failure
|
||||
paths:
|
||||
- $PWD/core.*
|
||||
expire_in: 1 week
|
||||
|
||||
end-2-end-conda:
|
||||
stage: End2End
|
||||
|
||||
Reference in New Issue
Block a user