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

ubuntu2204

parent aa26522c
No related branches found
No related tags found
No related merge requests found
Pipeline #105204 failed
...@@ -827,12 +827,12 @@ pages: ...@@ -827,12 +827,12 @@ pages:
stage: publish stage: publish
dependencies: dependencies:
- centos7_test_x86_64 - centos7_test_x86_64
- ubuntu1804_test_x86_64 - ubuntu2204_test_x86_64
image: baltig.infn.it:4567/chaos-lnf-control/chaos_bundle_compilation:2004 image: baltig.infn.it:4567/chaos-lnf-control/chaos_bundle_compilation:2004
script: script:
- mkdir -p perf/ubuntu1404 perf/ubuntu1604 perf/centos7 perf/ubuntu1804 perf/ubuntu1804-profile public - mkdir -p perf/ubuntu1404 perf/ubuntu1604 perf/centos7 perf/ubuntu2204 perf/ubuntu2204-profile public
- ls -latr - ls -latr
- if [ -e chaos-distrib-$REVNAME-ubuntu-22.04-x86_64-log-ok.tar.gz ]; then tar xfvz chaos-distrib-$REVNAME-ubuntu-22.04-x86_64-log-ok.tar.gz -C perf/ubuntu1804;mv perf/ubuntu1804/log/*.png perf/ubuntu1804;mv perf/ubuntu1804/log/html/* perf/ubuntu1804;rm -rf perf/ubuntu1804/log;fi - if [ -e chaos-distrib-$REVNAME-ubuntu-22.04-x86_64-log-ok.tar.gz ]; then tar xfvz chaos-distrib-$REVNAME-ubuntu-22.04-x86_64-log-ok.tar.gz -C perf/ubuntu2204;mv perf/ubuntu2204/log/*.png perf/ubuntu2204;mv perf/ubuntu2204/log/html/* perf/ubuntu2204;rm -rf perf/ubuntu2204/log;fi
- if [ -e chaos-distrib-$REVNAME-centos-7-x86_64-log-ok.tar.gz ]; then tar xfvz chaos-distrib-$REVNAME-centos-7-x86_64-log-ok.tar.gz -C perf/centos7;mv perf/centos7/log/*.png perf/centos7/;mv perf/centos7/log/html/* perf/centos7/;rm -rf perf/centos7/log;fi - if [ -e chaos-distrib-$REVNAME-centos-7-x86_64-log-ok.tar.gz ]; then tar xfvz chaos-distrib-$REVNAME-centos-7-x86_64-log-ok.tar.gz -C perf/centos7;mv perf/centos7/log/*.png perf/centos7/;mv perf/centos7/log/html/* perf/centos7/;rm -rf perf/centos7/log;fi
- mv perf public - mv perf public
- git clone git@baltig.infn.it:chaos-lnf-control/chaos_bundle_tools.git -b $CI_COMMIT_REF_NAME - git clone git@baltig.infn.it:chaos-lnf-control/chaos_bundle_tools.git -b $CI_COMMIT_REF_NAME
......
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