Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fabien Bosquet
infra-azure-provisioning
Commits
63706995
Commit
63706995
authored
Oct 05, 2020
by
Daniel Scholl
Browse files
Skip tests
parent
55c973b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
devops/deploy-stages.yml
View file @
63706995
...
...
@@ -24,7 +24,7 @@ parameters:
testCoreMavenOptions
:
'
'
testCoreMavenGoal
:
'
install'
skipDeploy
:
false
skipTest
:
false
skipTest
:
'
false
'
stages
:
...
...
devops/tasks/deployment-steps.yml
View file @
63706995
...
...
@@ -83,7 +83,7 @@ steps:
-
task
:
Maven@3
displayName
:
'
Maven
run
integration
test'
condition
:
and(succeeded(),
n
e('${{ parameters.skipTest }}', '
tru
e'))
condition
:
and(succeeded(), e
q
('${{ parameters.skipTest }}', '
fals
e'))
inputs
:
mavenPomFile
:
'
$(System.DefaultWorkingDirectory)/$(MAVEN_INTEGRATION_TEST_POM_FILE_PATH)'
goals
:
${{ parameters.integrationTestMavenGoal }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment