|
|
|
|
@ -56,11 +56,17 @@ test:sytest:
@@ -56,11 +56,17 @@ test:sytest:
|
|
|
|
|
- "cd /" |
|
|
|
|
script: |
|
|
|
|
- "/bootstrap.sh conduit" |
|
|
|
|
after_script: |
|
|
|
|
- "perl ./sytest/tap-to-junit-xml.pl --input /logs/results.tap --output /sytest.xml" |
|
|
|
|
artifacts: |
|
|
|
|
when: always |
|
|
|
|
paths: |
|
|
|
|
- "/logs/**/*.log" |
|
|
|
|
- "/logs/**/*.log.*" |
|
|
|
|
- "/logs/results.tap" |
|
|
|
|
- "/sytest.xml" |
|
|
|
|
reports: |
|
|
|
|
junit: "/sytest.xml" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# --------------------------------------------------------------------- # |
|
|
|
|
|