Skip to content
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
6 changes: 0 additions & 6 deletions sdk/spring/compatibility-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ stages:
- SPRING_CLOUD_AZURE_TEST_SUPPORTED_SPRING_BOOT_VERSION
GenerateVMJobs: true
PreGenerationSteps:
- script: |
python -m pip install termcolor
displayName: 'Install python module'
- script: |
python ./sdk/spring/scripts/compatibility_update_supported_version_matrix_json.py --target-version-prefix 4. --use-the-latest-version yes
displayName: 'Update supported Spring versions'
Expand All @@ -44,9 +41,6 @@ stages:
- SPRING_CLOUD_AZURE_TEST_SUPPORTED_SPRING_BOOT_VERSION
GenerateVMJobs: true
PreGenerationSteps:
- script: |
python -m pip install termcolor
displayName: 'Install python module'
- script: |
python ./sdk/spring/scripts/compatibility_update_supported_version_matrix_json.py --target-version-prefix 4. --use-the-latest-version no
displayName: 'Update supported Spring versions'
4 changes: 0 additions & 4 deletions sdk/spring/pipeline/compatibility-tests-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ jobs:
jdkVersionOption: $(JavaTestVersion)
jdkArchitectureOption: 'x64'
publishJUnitResults: false
- script: |
python -m pip install termcolor
displayName: 'Install python module'
condition: ne(variables['SPRING_CLOUD_AZURE_TEST_SUPPORTED_SPRING_BOOT_VERSION'], '')
- bash: |
echo "##vso[task.setVariable variable=SPRING_CLOUD_AZURE_TEST_SUPPORTED_SPRING_CLOUD_VERSION]$(python ./sdk/spring/scripts/compatibility_get_spring_cloud_version.py -b $(SPRING_CLOUD_AZURE_TEST_SUPPORTED_SPRING_BOOT_VERSION))"
displayName: 'Set supported Spring version to environment variables'
Expand Down
3 changes: 0 additions & 3 deletions sdk/spring/pipeline/monitor-tests-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
- 'sdk/tools/linting-extensions'
- '.vscode'
- template: /eng/pipelines/templates/steps/maven-authenticate.yml
- script: |
python -m pip install termcolor
displayName: 'Python module install'
- script: |
python ./sdk/spring/scripts/spring_monitor_version_substitution.py -b $(TEST_SPRING_BOOT_VERSION)
displayName: 'Replace Spring version'
Expand Down
3 changes: 0 additions & 3 deletions sdk/spring/spring-cloud-azure-starter-monitor/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ stages:
- TEST_SPRING_BOOT_VERSION
GenerateVMJobs: true
PreGenerationSteps:
- script: |
python -m pip install termcolor
displayName: 'python module install'
- script: |
python ./sdk/spring/scripts/monitor_update_monitor_matrix_json.py
displayName: 'update test version'
Loading