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
fec0ebe2
Commit
fec0ebe2
authored
6 years ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
add coverity in ci and regroup some non dependent jobs in the third stage
parent
cbb60ecf
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+26
-5
26 additions, 5 deletions
.gitlab-ci.yml
README.org
+6
-0
6 additions, 0 deletions
README.org
with
32 additions
and
5 deletions
.gitlab-ci.yml
+
26
−
5
View file @
fec0ebe2
...
...
@@ -3,8 +3,7 @@ image: hpclib/hiepacs
stages
:
-
build
-
test
-
analysis
-
doc
-
third
before_script
:
-
git submodule update --init --recursive
...
...
@@ -235,8 +234,30 @@ test_parsec_master:
only
:
-
master@solverstack/chameleon
sonar
:
stage
:
analysis
coverity
:
stage
:
third
dependencies
:
[]
artifacts
:
name
:
chameleon_coverity
expire_in
:
1 week
paths
:
-
chameleon.tgz
script
:
-
(cd build &&
cmake -C ../cmake_modules/gitlab-ci-initial-cache.cmake .. -DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MPI=ON &&
cov-build --dir ../cov-int make -j 4)
-
tar czvf chameleon.tgz cov-int
-
curl --form token=$COVERITY_TOKEN
--form email=florent.pruvost@inria.fr
--form file=@chameleon.tgz
--form version="`git rev-parse --short HEAD`"
--form description=""
https://scan.coverity.com/builds?project=Chameleon
only
:
-
master@solverstack/chameleon
sonarqube
:
stage
:
third
dependencies
:
-
test_starpu_master
-
test_starpu_simgrid_master
...
...
@@ -264,7 +285,7 @@ sonar:
-
master@solverstack/chameleon
doc
:
stage
:
doc
stage
:
third
dependencies
:
[]
artifacts
:
name
:
chameleon_doc
...
...
This diff is collapsed.
Click to expand it.
README.org
+
6
−
0
View file @
fec0ebe2
...
...
@@ -3,6 +3,12 @@
#+OPTIONS: H:3 num:t \n:nil @:t ::t |:t _:nil ^:nil -:t f:t *:t <:t
#+OPTIONS: TeX:t LaTeX:t skip:nil d:nil pri:nil tags:not-in-toc html-style:nil
# gitlab-ci pipeline badge
#+HTML:<a href="https://gitlab.inria.fr/solverstack/chameleon/commits/master"><img alt="pipeline status"src="https://gitlab.inria.fr/solverstack/chameleon/badges/master/pipeline.svg"/></a>
# Coverity badge
#+HTML:<a href="https://scan.coverity.com/projects/chameleon"><img alt="Coverity Scan Build Status"src="https://scan.coverity.com/projects/10590/badge.svg"/></a>
Chameleon is a C library providing parallel algorithms to perform
BLAS/LAPACK operations exploiting fully modern architectures.
...
...
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