Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
chaos_bundle_compilation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
chaos-lnf-control
chaos_bundle_compilation
Commits
1cfe1fcc
Commit
1cfe1fcc
authored
1 year ago
by
Andrea Michelotti
Browse files
Options
Downloads
Patches
Plain Diff
ubuntu2204
parent
aa26522c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#105204
failed
1 year ago
Stage: build
Stage: deploy_nightly
Stage: test
Stage: deploy
Stage: publish
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
1cfe1fcc
...
@@ -827,12 +827,12 @@ pages:
...
@@ -827,12 +827,12 @@ pages:
stage
:
publish
stage
:
publish
dependencies
:
dependencies
:
-
centos7_test_x86_64
-
centos7_test_x86_64
-
ubuntu
18
04_test_x86_64
-
ubuntu
22
04_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/ubuntu
18
04 perf/ubuntu
18
04-profile public
-
mkdir -p perf/ubuntu1404 perf/ubuntu1604 perf/centos7 perf/ubuntu
22
04 perf/ubuntu
22
04-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/ubuntu
18
04;mv perf/ubuntu
18
04/log/*.png perf/ubuntu
18
04;mv perf/ubuntu
18
04/log/html/* perf/ubuntu
18
04;rm -rf perf/ubuntu
18
04/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/ubuntu
22
04;mv perf/ubuntu
22
04/log/*.png perf/ubuntu
22
04;mv perf/ubuntu
22
04/log/html/* perf/ubuntu
22
04;rm -rf perf/ubuntu
22
04/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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment