Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove build step: 'Build and install again' #14101

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions eng/pipelines/templates/stages/cosmos-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ stages:
AdditionalArgs: '-DargLine="-DACCOUNT_HOST=https://localhost:8081/"'

TestStepMavenInputs:
goals: 'clean verify'
goals: clean verify
options: '$(ProfileFlag) -Dgpg.skip $(AdditionalArgs) -pl $(ProjectList)'
mavenAuthenticateFeed: true
jdkVersionOption: $(JavaTestVersion)
Expand Down Expand Up @@ -155,25 +155,13 @@ stages:
python sdk/spring/scripts/replace_artifact.py --module cosmos --log debug --color false
condition: eq(variables['DisplayName'], 'Spring Emulator only Integration Tests')
displayName: 'Run replace_artifact.py'
- task: Maven@3
condition: eq(variables['DisplayName'], 'Spring Emulator only Integration Tests')
displayName: 'Build and Install again, JDK Version: $(JavaBuildVersion)'
inputs:
mavenPomFile: pom.xml
goals: 'install'
options: '$(DefaultOptions) -DskipTests -Dgpg.skip -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotbugs.skip=true -Drevapi.skip=true -pl $(ProjectList) -am'
mavenOptions: '$(MemoryOptions) $(LoggingOptions)'
javaHomeOption: 'JDKVersion'
jdkVersionOption: $(JavaBuildVersion)
jdkArchitectureOption: 'x64'
publishJUnitResults: false
- task: Maven@3
condition: eq(variables['DisplayName'], 'Spring Emulator only Integration Tests')
displayName: 'Run tests again: $(DisplayName)'
inputs:
mavenPomFile: pom.xml
goals: 'clean verify'
options: '$(ProfileFlag) -Dgpg.skip $(AdditionalArgs) -pl $(ProjectList)'
goals: clean verify
options: '$(ProfileFlag) -Dgpg.skip $(AdditionalArgs) -pl com.azure:azure-spring-data-cosmos-test'
mavenAuthenticateFeed: true
jdkVersionOption: $(JavaTestVersion)

Expand Down
1 change: 0 additions & 1 deletion sdk/cosmos/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,3 @@ extends:
groupId: com.azure
- name: azure-spring-data-cosmos-test
groupId: com.azure