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 e3e7177 commit 4ee76af
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions deployment/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,33 +69,33 @@ stages:
# tox_extra_option: '$(tox_mark)'
# dependsOn: 'centos_7'

# - template: runTestOnEc2.yml
# parameters:
# identifier: awsxrt_specific_designs
# description: AWS XRT specific designs
# instance_type: 'f1.2xlarge'
# config_list:
# - os_distrib: 'centos_7'
# tox_operation: 'aws-build-debug,awsxrt-debug'
# tox_extra_option: '$(tox_mark)'
# #- os_distrib: 'ubuntu_18_04'
# # tox_operation: 'aws-build-debug,cpp-debug,c-debug,integration-debug,coverage-debug'
# # tox_extra_option: '$(tox_mark)'
# # dependsOn: 'centos_7'
#
# - template: runTestOnEc2.yml
# parameters:
# identifier: awsf1_specific_designs
# description: AWS F1 specific designs
# instance_type: 'f1.2xlarge'
# config_list:
# - os_distrib: 'centos_7'
# tox_operation: 'aws-build-debug,awsf1-debug'
# tox_extra_option: '$(tox_mark)'
# #- os_distrib: 'ubuntu_18_04'
# # tox_operation: 'aws-build-debug,cpp-debug,c-debug,integration-debug,coverage-debug'
# # tox_extra_option: '$(tox_mark)'
# # dependsOn: 'centos_7'
- template: runTestOnEc2.yml
parameters:
identifier: awsxrt_specific_designs
description: AWS XRT specific designs
instance_type: 'f1.2xlarge'
config_list:
- os_distrib: 'centos_7'
tox_operation: 'aws-build-debug,awsxrt-debug'
tox_extra_option: '$(tox_mark)'
#- os_distrib: 'ubuntu_18_04'
# tox_operation: 'aws-build-debug,cpp-debug,c-debug,integration-debug,coverage-debug'
# tox_extra_option: '$(tox_mark)'
# dependsOn: 'centos_7'

- template: runTestOnEc2.yml
parameters:
identifier: awsf1_specific_designs
description: AWS F1 specific designs
instance_type: 'f1.2xlarge'
config_list:
- os_distrib: 'centos_7'
tox_operation: 'aws-build-debug,awsf1-debug'
tox_extra_option: '$(tox_mark)'
#- os_distrib: 'ubuntu_18_04'
# tox_operation: 'aws-build-debug,cpp-debug,c-debug,integration-debug,coverage-debug'
# tox_extra_option: '$(tox_mark)'
# dependsOn: 'centos_7'

- stage: build_packages
displayName: Create packages
Expand Down

0 comments on commit 4ee76af

Please sign in to comment.