Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 13, 2023
1 parent 116b21f commit b948abe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .azure/cuda-template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jobs:

- job: check_diff
- job: check_cuda_diff
pool:
vmImage: 'Ubuntu-20.04'
steps:
Expand All @@ -24,7 +24,7 @@ jobs:
- ${{ each config in parameters.configs }}:
- job:
displayName: ${{config}}
dependsOn: check_diff
dependsOn: check_cuda_diff
variables:
# map the output variable from A into this job
configs: $[ dependencies.check_diff.outputs['files.diff'] ]
Expand Down
4 changes: 2 additions & 2 deletions .azure/habana-template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jobs:

- job: check_diff
- job: check_habana_diff
pool:
vmImage: 'Ubuntu-20.04'
steps:
Expand All @@ -24,7 +24,7 @@ jobs:
- ${{ each config in parameters.configs }}:
- job:
displayName: ${{config}}
dependsOn: check_diff
dependsOn: check_habana_diff
variables:
# map the output variable from A into this job
configs: $[ dependencies.check_diff.outputs['files.diff'] ]
Expand Down

0 comments on commit b948abe

Please sign in to comment.