Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Debug pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Oct 27, 2020
1 parent 9f8fdd3 commit 9a1a6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment/runTestFromPkgOnEc2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
displayName: Install and run tests on AWS with ${{ config.os_distrib }}
dependsOn:
- startAgent_Aws_${{ config.os_distrib }}
condition: succeededOrFailed()
pool:
name: Default
demands: # Use previously instantiated agent
Expand Down
1 change: 1 addition & 0 deletions deployment/runTestOnEc2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
displayName: Run tests on AWS with ${{ config.os_distrib }}
dependsOn:
- startAgent_Aws_${{ config.os_distrib }}
condition: succeededOrFailed()
pool:
name: Default
demands: # Use previously instantiated agent
Expand Down

0 comments on commit 9a1a6ec

Please sign in to comment.