Skip to content
Snippets Groups Projects
Commit 6fca863a authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

logs

parent ec27255a
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -56,8 +56,9 @@ macosx_x86_64: ...@@ -56,8 +56,9 @@ macosx_x86_64:
artifacts: artifacts:
name: "chaos-osx10-distrib.tar.gz" name: "chaos-osx10-distrib.tar.gz"
paths: paths:
- ./chaos-osx10-distrib.tar.gz - ./*.tar.gz
expire_in: 1 day expire_in: 1 day
when: always
ubuntu1604_x86_64: ubuntu1604_x86_64:
stage: build stage: build
...@@ -83,11 +84,14 @@ ubuntu1604_x86_64: ...@@ -83,11 +84,14 @@ ubuntu1604_x86_64:
artifacts: artifacts:
name: "$DISTRIB_NAME.tar.gz" name: "$DISTRIB_NAME.tar.gz"
paths: paths:
- ./*.tar.gz - /usr/local/chaos/chaos-distrib
# - ./*.tar.gz
expire_in: 1 day expire_in: 1 day
# after_script: when: always
# - tar cfz test-log.$CI_JOB_NAME.tar.gz -C /usr/local/chaos/chaos-distrib log etc
# - scp test-log.$CI_JOB_NAME.tar.gz chaosweb@opensource.lnf.infn.it:/var/www/html/binary/chaos/$ARCH/ after_script:
- tar cfz test-log.$CI_JOB_NAME.$CI_RUNNER_ID.tar.gz -C /usr/local/chaos/chaos-distrib log etc
- if scp test-log.$CI_JOB_NAME.$CI_RUNNER_ID.tar.gz chaosweb@opensource.lnf.infn.it:/var/www/html/binary/chaos/logs;then echo "* [$CI_RUNNER_ID] log transferred ok";else echo "%% [$CI_RUNNER_ID] cannot copy";fi
ubuntu1604_static_x86_64: ubuntu1604_static_x86_64:
tags: tags:
...@@ -138,11 +142,14 @@ ubuntu1404_x86_64: ...@@ -138,11 +142,14 @@ ubuntu1404_x86_64:
artifacts: artifacts:
name: "$DISTRIB_NAME.tar.gz" name: "$DISTRIB_NAME.tar.gz"
paths: paths:
- ./*.tar.gz - /usr/local/chaos/chaos-distrib
# - ./*.tar.gz
expire_in: 1 day expire_in: 1 day
when: always
after_script: after_script:
- tar cfz test-log.$CI_JOB_NAME.tar.gz -C /usr/local/chaos/chaos-distrib log - tar cfz test-log.$CI_JOB_NAME.$CI_RUNNER_ID.tar.gz -C /usr/local/chaos/chaos-distrib log
- if scp test-log.$CI_JOB_NAME.$CI_RUNNER_ID.tar.gz chaosweb@opensource.lnf.infn.it:/var/www/html/binary/chaos/logs;then echo "* [$CI_RUNNER_ID] log transferred ok";else echo "%% [$CI_RUNNER_ID] cannot copy";fi
build_arm_linux26: build_arm_linux26:
stage: build stage: build
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation:lite image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation:lite
......
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