Skip to content

Commit 199d7f8

Browse files
authored
Fix path to globals.yml in spring monitor tests.yml (#42510)
* fix path to globals.yml * add OSName to the job name to make it unique
1 parent 39829bc commit 199d7f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/spring/pipeline/monitor-tests-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parameters:
55
BuildParallelization: '2C'
66

77
jobs:
8-
- job: 'monitor_test'
8+
- job: 'monitor_test_${{ parameters.OSName }}'
99
dependsOn: ${{ parameters.DependsOn }}
1010
condition: and(succeededOrFailed(), ne(${{ parameters.Matrix }}, '{}'))
1111
strategy:

sdk/spring/spring-cloud-azure-starter-monitor/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ trigger: none
22
pr: none
33

44
variables:
5-
- template: ../../eng/pipelines/templates/variables/globals.yml
5+
- template: /eng/pipelines/templates/variables/globals.yml
66

77
stages:
88
- stage: "spring_monitor_tests"

0 commit comments

Comments
 (0)