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
Merge requests
!91
Gitlab/new sonarqube
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Gitlab/new sonarqube
faverge/chameleon:gitlab/new_sonarqube
into
master
Overview
0
Commits
7
Pipelines
0
Changes
2
Merged
Mathieu Faverge
requested to merge
faverge/chameleon:gitlab/new_sonarqube
into
master
7 years ago
Overview
0
Commits
7
Pipelines
0
Changes
1
Expand
Test in a branch before merging in the master
0
0
Merge request reports
Compare
version 1
version 3
de6984be
7 years ago
version 2
92c0d706
7 years ago
version 1
83cb6d92
7 years ago
master (base)
and
version 2
latest version
13df177d
7 commits,
7 years ago
version 3
de6984be
6 commits,
7 years ago
version 2
92c0d706
5 commits,
7 years ago
version 1
83cb6d92
4 commits,
7 years ago
Show latest version
1 file
+
0
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
0
−
25
Options
@@ -53,31 +53,6 @@ build_starpu:
BUILD_OPTIONS
:
"
-DCHAMELEON_USE_CUDA=ON
-DCHAMELEON_USE_MPI=ON"
VERSION
:
starpu
build_starpu_simgrid
:
<<
:
*build_script
artifacts
:
name
:
build_starpu_simgrid
expire_in
:
48 hours
paths
:
-
build
-
chameleon_starpu_simgrid.log
variables
:
SIMU
:
simu
BUILD_OPTIONS
:
"
-DCHAMELEON_SIMULATION=ON
-DCHAMELEON_USE_CUDA=ON
-DCHAMELEON_USE_MPI=OFF"
VERSION
:
starpu_simgrid
build_quark
:
<<
:
*build_script
artifacts
:
name
:
build_quark
expire_in
:
48 hours
paths
:
-
build
-
chameleon_quark.log
variables
:
BUILD_OPTIONS
:
"
-DCHAMELEON_SCHED_QUARK=ON"
VERSION
:
quark
test_starpu_branches
:
<<
:
*test_script
variables
:
Loading