Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
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
iRMB
VirtualFluids
Commits
6d88ccbc
Commit
6d88ccbc
authored
1 year ago
by
Soeren Peters
Browse files
Options
Downloads
Patches
Plain Diff
Update CI Pipeline and sonar-project to new url.
parent
d4af4ac9
No related branches found
No related tags found
2 merge requests
!371
Release 0.1
,
!370
Update CI Pipeline and sonar-project to new url.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+5
-5
5 additions, 5 deletions
.gitlab-ci.yml
sonar-project.properties
+2
-2
2 additions, 2 deletions
sonar-project.properties
with
7 additions
and
7 deletions
.gitlab-ci.yml
+
5
−
5
View file @
6d88ccbc
...
...
@@ -430,7 +430,7 @@ trigger-hpc-regression-tests:
-
linux
rules
:
-
if
:
'
$CI_PROJECT_NAMESPACE
==
"irmb"
&&
$CI_COMMIT_BRANCH
==
"develop"
'
-
if
:
'
$CI_PROJECT_NAMESPACE
==
"irmb"'
when
:
always
-
if
:
'
$CI_PROJECT_NAMESPACE
!=
"irmb"'
when
:
manual
...
...
@@ -624,13 +624,14 @@ sanitizer-memory:
## Deploy ##
###############################################################################
# doxgen
# This job only runs on the main branch of the parent repository, not on forks!
pages
:
stage
:
deploy
image
:
alpine
only
:
-
develop
@irmb/VirtualFluids
_dev
-
main
@irmb/VirtualFluids
needs
:
[]
...
...
@@ -648,7 +649,7 @@ pages:
# sonar-scanner runs sonar-project.properties
# the reports in this file need to match the artifacts.
# This job only runs on the
development
branch of the parent repository, not on forks!
# This job only runs on the
main
branch of the parent repository, not on forks!
sonar-scanner
:
stage
:
deploy
...
...
@@ -656,8 +657,7 @@ sonar-scanner:
-
linux
only
:
#- develop
-
develop@irmb/VirtualFluids_dev
-
main@irmb/VirtualFluids
variables
:
SONAR_HOST_URL
:
"
http://gitlab-runner01.irmb.bau.tu-bs.de/sonarqube/"
...
...
This diff is collapsed.
Click to expand it.
sonar-project.properties
+
2
−
2
View file @
6d88ccbc
# must be unique in a given SonarQube instance
sonar.projectKey
=
vf:project:
develop
sonar.projectKey
=
vf:project:
main
sonar.projectName
=
VirtualFluids
_dev
sonar.projectName
=
VirtualFluids
sonar.projectVersion
=
0.1
...
...
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