Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
83cb6d92
Commit
83cb6d92
authored
7 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
Test in a branch
parent
dedbb7a4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!91
Gitlab/new sonarqube
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-79
1 addition, 79 deletions
.gitlab-ci.yml
tools/analysis.sh
+1
-1
1 addition, 1 deletion
tools/analysis.sh
with
2 additions
and
80 deletions
.gitlab-ci.yml
+
1
−
79
View file @
83cb6d92
...
@@ -81,7 +81,7 @@ build_quark:
...
@@ -81,7 +81,7 @@ build_quark:
test_starpu_branches
:
test_starpu_branches
:
<<
:
*test_script
<<
:
*test_script
variables
:
variables
:
TESTS_RESTRICTION
:
"
-R
\"
test_shm_
s
|test_mpi_
s
\"
"
TESTS_RESTRICTION
:
"
-R
\"
test_shm_|test_mpi_
\"
"
VERSION
:
starpu
VERSION
:
starpu
dependencies
:
dependencies
:
-
build_starpu
-
build_starpu
...
@@ -114,84 +114,10 @@ test_starpu_master:
...
@@ -114,84 +114,10 @@ test_starpu_master:
only
:
only
:
-
master@solverstack/chameleon
-
master@solverstack/chameleon
test_starpu_simgrid_branches
:
<<
:
*test_script
variables
:
TESTS_RESTRICTION
:
"
-R
\"
test_shm_s|test_mpi_s
\"
"
VERSION
:
starpu_simgrid
dependencies
:
-
build_starpu_simgrid
artifacts
:
name
:
test_starpu_simgrid
expire_in
:
48 hours
paths
:
-
build
-
chameleon_starpu_simgrid.log
-
chameleon_starpu_simgrid.lcov
only
:
-
branches
except
:
-
master
test_starpu_simgrid_master
:
<<
:
*test_script
variables
:
TESTS_RESTRICTION
:
"
-R
\"
test_shm_|test_mpi_
\"
"
VERSION
:
starpu_simgrid
dependencies
:
-
build_starpu_simgrid
artifacts
:
name
:
test_starpu_simgrid
expire_in
:
48 hours
paths
:
-
build
-
chameleon_starpu_simgrid.log
-
chameleon_starpu_simgrid.lcov
only
:
-
master@solverstack/chameleon
test_quark_branches
:
<<
:
*test_script
variables
:
TESTS_RESTRICTION
:
"
-R
\"
test_shm_s|test_mpi_s
\"
"
VERSION
:
quark
dependencies
:
-
build_quark
artifacts
:
name
:
test_quark
expire_in
:
48 hours
paths
:
-
build
-
chameleon_quark.log
-
chameleon_quark.lcov
only
:
-
branches
except
:
-
master
test_quark_master
:
<<
:
*test_script
variables
:
TESTS_RESTRICTION
:
"
-R
\"
test_shm_|test_mpi_
\"
"
VERSION
:
quark
dependencies
:
-
build_quark
artifacts
:
name
:
test_quark
expire_in
:
48 hours
paths
:
-
build
-
chameleon_quark.log
-
chameleon_quark.lcov
only
:
-
master@solverstack/chameleon
sonar
:
sonar
:
stage
:
analysis
stage
:
analysis
dependencies
:
dependencies
:
-
test_starpu_master
-
test_starpu_master
-
test_starpu_simgrid_master
-
test_quark_master
artifacts
:
artifacts
:
name
:
chameleon_analysis
name
:
chameleon_analysis
expire_in
:
1 week
expire_in
:
1 week
...
@@ -204,13 +130,9 @@ sonar:
...
@@ -204,13 +130,9 @@ sonar:
script
:
script
:
-
cat *.log > chameleon_build.log
-
cat *.log > chameleon_build.log
-
lcov -a $PWD/chameleon_starpu.lcov
-
lcov -a $PWD/chameleon_starpu.lcov
-a $PWD/chameleon_starpu_simgrid.lcov
-a $PWD/chameleon_quark.lcov
-o $PWD/chameleon.lcov
-o $PWD/chameleon.lcov
-
lcov_cobertura.py chameleon.lcov --output chameleon_coverage.xml
-
lcov_cobertura.py chameleon.lcov --output chameleon_coverage.xml
-
./tools/analysis.sh
-
./tools/analysis.sh
only
:
-
master@solverstack/chameleon
doc
:
doc
:
stage
:
doc
stage
:
doc
...
...
This diff is collapsed.
Click to expand it.
tools/analysis.sh
+
1
−
1
View file @
83cb6d92
...
@@ -39,7 +39,7 @@ sonar.sourceEncoding=UTF-8
...
@@ -39,7 +39,7 @@ sonar.sourceEncoding=UTF-8
sonar.c.compiler.charset=UTF-8
sonar.c.compiler.charset=UTF-8
sonar.c.compiler.parser=GCC
sonar.c.compiler.parser=GCC
sonar.c.compiler.regex=^(.*):(
\\
d+):
\\
d+: warning: (.*)
\\
[(.*)
\\
]$
sonar.c.compiler.regex=^(.*):(
\\
d+):
\\
d+: warning: (.*)
\\
[(.*)
\\
]$
sonar.c.compiler.reportPath=chameleon_starpu.log
, chameleon_starpu_simgrid.log, chameleon_quark.log
sonar.c.compiler.reportPath=chameleon_starpu.log
sonar.c.coverage.reportPath=chameleon_coverage.xml
sonar.c.coverage.reportPath=chameleon_coverage.xml
sonar.c.cppcheck.reportPath=chameleon_cppcheck.xml
sonar.c.cppcheck.reportPath=chameleon_cppcheck.xml
sonar.c.rats.reportPath=chameleon_rats.xml
sonar.c.rats.reportPath=chameleon_rats.xml
...
...
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