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

Commit

Permalink
Debug azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Apr 2, 2021
1 parent 50e2205 commit 239a4de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions deployment/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ stages:
jobs:
- template: runTestOnEc2.yml
parameters:
identifier: advanced_features_on_standard_design
displayName: Test advanced features on standard design
identifier: full_features
displayName: full features
instance_type: 'f1.4xlarge'
config_list:
- os_distrib: 'centos_7'
Expand All @@ -71,8 +71,8 @@ stages:

- template: runTestOnEc2.yml
parameters:
identifier: awsxrt_specific_design
displayName: Test AWS XRT specific hardware configuration
identifier: awsxrt_specific_designs
displayName: AWS XRT specific designs
instance_type: 'f1.2xlarge'
config_list:
- os_distrib: 'centos_7'
Expand All @@ -85,8 +85,8 @@ stages:

- template: runTestOnEc2.yml
parameters:
identifier: awsf1_specific_design
displayName: Test AWS F1 specific hardware configuration
identifier: awsf1_specific_designs
displayName: AWS F1 specific designs
instance_type: 'f1.2xlarge'
config_list:
- os_distrib: 'centos_7'
Expand Down
6 changes: 3 additions & 3 deletions deployment/runTestOnEc2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# runTestOnEc2.yml

parameters:
identifier: 'AWS'
identifier: 'test_on_aws'
displayName: 'Test on AWS'
instance_type: 'f1.4xlarge'
config_list:
Expand All @@ -16,7 +16,7 @@ jobs:
- template: agents/start.yml@acid
parameters:
jobName: startAgent_${{ parameters.identifier }}_on_${{ config.os_distrib }}
agentDescription: Start ${{ parameters.identifier }} on AWS ${{ config.os_distrib }}
agentDescription: Start ${{ parameters.displayName }} on AWS ${{ config.os_distrib }}
provider: awsEc2
image: ${{ config.os_distrib }}
instanceType: ${{ parameters.instance_type }}
Expand Down Expand Up @@ -100,5 +100,5 @@ jobs:
parameters:
jobName: stopAgent_${{ parameters.identifier }}_on_${{ config.os_distrib }}
provider: awsEc2
agentDescription: Stop ${{ parameters.identifier }} on AWS ${{ config.os_distrib }}
agentDescription: Stop ${{ parameters.displayName }} on AWS ${{ config.os_distrib }}
dependsOn: runTests_${{ parameters.identifier }}_on_${{ config.os_distrib }}

0 comments on commit 239a4de

Please sign in to comment.