Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gazelle Objects Checker
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Gazelle
Library
Gazelle Objects Checker
Commits
6a59c754
Commit
6a59c754
authored
2 years ago
by
nab
Browse files
Options
Downloads
Patches
Plain Diff
skip test quality
parent
07fb0be2
No related branches found
No related tags found
4 merge requests
!25
Merge branch from develop into master
,
!24
merge branch from eHDSI to develop
,
!23
add system testing & ignoreChoicesPredicates & UCUM fixes
,
!22
add ignoreChoicesPredicates & UCUM fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-4
3 additions, 4 deletions
.gitlab-ci.yml
with
3 additions
and
4 deletions
.gitlab-ci.yml
+
3
−
4
View file @
6a59c754
...
@@ -20,7 +20,6 @@ variables:
...
@@ -20,7 +20,6 @@ variables:
P_APP_TYPE
:
"
java"
P_APP_TYPE
:
"
java"
P_CODE_SRC_PATH
:
"
."
P_CODE_SRC_PATH
:
"
."
P_MAVEN_IMAGE_TAG
:
"
3.6.3-jdk-11-slim"
P_MAVEN_IMAGE_TAG
:
"
3.6.3-jdk-11-slim"
P_MAVEN_TEST_SKIP
:
"
false"
# Define jobs
# Define jobs
code
:
code
:
...
@@ -29,7 +28,7 @@ code:
...
@@ -29,7 +28,7 @@ code:
-
.buildCodeForJavaWithPostgresql
-
.buildCodeForJavaWithPostgresql
variables
:
variables
:
P_MAVEN_EXTRA_ARGS
:
"
-DskipIT=true"
P_MAVEN_EXTRA_ARGS
:
"
-DskipIT=true"
P_MAVEN_TEST_SKIP
:
"
fals
e"
P_MAVEN_TEST_SKIP
:
"
tru
e"
quality
:
quality
:
stage
:
tests
stage
:
tests
...
@@ -37,7 +36,7 @@ quality:
...
@@ -37,7 +36,7 @@ quality:
-
.testQualityForJavaWithSonarqube
-
.testQualityForJavaWithSonarqube
variables
:
variables
:
P_MAVEN_IMAGE_TAG
:
"
3.6.3-jdk-11"
P_MAVEN_IMAGE_TAG
:
"
3.6.3-jdk-11"
P_MAVEN_TEST_SKIP
:
"
fals
e"
P_MAVEN_TEST_SKIP
:
"
tru
e"
release/code
:
release/code
:
stage
:
release
stage
:
release
...
@@ -45,4 +44,4 @@ release/code:
...
@@ -45,4 +44,4 @@ release/code:
-
.releaseCodeForJava
-
.releaseCodeForJava
variables
:
variables
:
P_MAVEN_EXTRA_ARGS
:
"
-DskipIT=true"
P_MAVEN_EXTRA_ARGS
:
"
-DskipIT=true"
P_MAVEN_TEST_SKIP
:
"
fals
e"
P_MAVEN_TEST_SKIP
:
"
tru
e"
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