Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
csp-lmc-old
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Gianluca Marotta
csp-lmc-old
Commits
50d4f068
Commit
50d4f068
authored
4 years ago
by
Elisabetta Giani
Browse files
Options
Downloads
Patches
Plain Diff
fix_artifacts: more info to understand where files are copied.
parent
bb6a528f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#10315
failed
4 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-10
11 additions, 10 deletions
.gitlab-ci.yml
with
11 additions
and
10 deletions
.gitlab-ci.yml
+
11
−
10
View file @
50d4f068
...
...
@@ -73,8 +73,8 @@ pages:
-
pip3 install junitparser
#update coverage o the last release
-
pip3 install --upgrade coverage
-
cp -R $COMMON_PATH/build
build
-
cp -R $MIDCSP_PATH/build/* build
-
cp -R $COMMON_PATH/build
/* ./
build
-
cp -R $MIDCSP_PATH/build/*
./
build
-
ls -lR
-
junitparser merge build/reports/csp-lmc-common-unit-tests.xml build/reports/csp-lmc-mid-unit-tests.xml build/reports/unit-tests.xml
-
ls -lR
...
...
@@ -102,18 +102,19 @@ create ci metrics:
-
pip3 install junitparser
#update coverage o the last release
-
pip3 install --upgrade coverage
-
cp -R $COMMON_PATH/build build
-
cp -R $MIDCSP_PATH/build/* build
-
ls -lR
-
cp -R $COMMON_PATH/build/* ./build
-
cp -R $MIDCSP_PATH/build/* ./build
-
ls -lR
-
junitparser merge build/reports/csp-lmc-common-unit-tests.xml build/reports/csp-lmc-mid-unit-tests.xml build/reports/unit-tests.xml
-
junitparser merge build/reports/csp-lmc-common-linting.xml build/reports/csp-lmc-mid-linting.xml build/reports/linting.xml
-
junitparser merge
./
build/reports/csp-lmc-common-unit-tests.xml
./
build/reports/csp-lmc-mid-unit-tests.xml
./
build/reports/unit-tests.xml
-
junitparser merge
./
build/reports/csp-lmc-common-linting.xml
./
build/reports/csp-lmc-mid-linting.xml
./
build/reports/linting.xml
-
ls -lR
-
rm build/reports/csp-lmc-common-unit-tests.xml build/reports/csp-lmc-mid-unit-tests.xml
-
rm build/reports/csp-lmc-common-linting.xml build/reports/csp-lmc-mid-linting.xml
-
coverage combine build/csp-lmc-common_coverage build/csp-lmc-mid_coverage
-
rm
./
build/reports/csp-lmc-common-unit-tests.xml
./
build/reports/csp-lmc-mid-unit-tests.xml
-
rm
./
build/reports/csp-lmc-common-linting.xml
./
build/reports/csp-lmc-mid-linting.xml
-
coverage combine
./
build/csp-lmc-common_coverage
./
build/csp-lmc-mid_coverage
-
coverage xml -i
# rename file because bagdges creation looks for code-coverage.xml file
-
mv coverage.xml build/reports/code-coverage.xml
-
mv coverage.xml
./
build/reports/code-coverage.xml
# Gitlab CI badges creation: START
-
ls -alR
-
apt-get -y update
...
...
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