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
8becde34
Commit
8becde34
authored
2 years ago
by
Achraf Achkari
Browse files
Options
Downloads
Patches
Plain Diff
migrate gitlab-ci to indus V2
parent
e35746b2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!36
[GOC-247] Fix cardinality processing and use extended element provided in BBR...
,
!35
[GOC-247] Fix cardinality processing and use extended element provided in BBR...
,
!33
Draft: Develop
Pipeline
#657960
failed
2 years ago
Stage: build
Stage: test
Stage: publish
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-0
10 additions, 0 deletions
.gitlab-ci.yml
with
10 additions
and
0 deletions
.gitlab-ci.yml
+
10
−
0
View file @
8becde34
...
...
@@ -29,6 +29,7 @@ compile/unit-test:
-
.buildJavaMavenTest
variables
:
MAVEN_PHASE
:
"
clean
install"
P_MAVEN_EXTRA_ARGS
:
"
-DskipITs"
package
:
stage
:
build
...
...
@@ -40,6 +41,15 @@ package:
variables
:
P_MAVEN_EXTRA_ARGS
:
"
-DskipTests"
integration-tests
:
stage
:
test
extends
:
-
.testJavaMavenIntegrationTests
needs
:
-
job
:
compile/unit-test
artifacts
:
false
allow_failure
:
true
static-analysis
:
stage
:
test
extends
:
...
...
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