mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-24 17:36:39 +00:00
Keep Apache logs as CI artifacts for debugging failures
This commit is contained in:
parent
7330eaf995
commit
28c78023b5
@ -29,6 +29,7 @@ test:
|
||||
artifacts:
|
||||
paths:
|
||||
- testing/report.xml
|
||||
- apache2_log/*
|
||||
reports:
|
||||
junit: testing/report.xml
|
||||
when:
|
||||
@ -68,4 +69,5 @@ test:
|
||||
- apache2ctl start
|
||||
- useradd testrunner
|
||||
- cd testing && su testrunner -c 'IS_CI=yes ALLSUITES="regression-suite binding carddav scheduling" ./run_regressions.sh all x'
|
||||
|
||||
after_script:
|
||||
- cp -r /var/log/apache2 apache2_log
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user