From 1cfe1fcc5715c5d3446afa956d80d15a35ee654d Mon Sep 17 00:00:00 2001
From: amichelo <andrea.michelotti@lnf.infn.it>
Date: Thu, 6 Jul 2023 23:02:18 +0200
Subject: [PATCH] ubuntu2204

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45aad9c..bca95c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -827,12 +827,12 @@ pages:
   stage: publish
   dependencies:
     - centos7_test_x86_64
-    - ubuntu1804_test_x86_64
+    - ubuntu2204_test_x86_64
   image: baltig.infn.it:4567/chaos-lnf-control/chaos_bundle_compilation:2004
   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
-    - 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
     - mv perf public
     - git clone git@baltig.infn.it:chaos-lnf-control/chaos_bundle_tools.git -b $CI_COMMIT_REF_NAME
-- 
GitLab