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 health tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xlz-jbleclere committed Apr 9, 2021
1 parent 51087d8 commit 2e1e8f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deployment/azure-pipelines-health-test-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
instance_type: 'f1.4xlarge'
config_list:
- os_distrib: 'centos_7'
tox_operation: '-e cpp-install,c-install,integration-install'
tox_extra_option: '-m minimum'
- os_distrib: 'ubuntu_18_04'
tox_operation: '-e cpp-install,c-install,integration-install'
tox_extra_option: '-m minimum'
dependsOn: 'centos_7'
2 changes: 1 addition & 1 deletion deployment/runTestOnEc2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
instance_type: 'f1.4xlarge'
config_list:
- os_distrib: 'centos_7'
tox_operation: 'aws-build-debug,cpp-debug,c-debug,integration-debug,coverage-debug'
tox_operation: '-e aws-build-debug,cpp-debug,c-debug,integration-debug,coverage-debug'
tox_extra_option: ''

jobs:
Expand Down

0 comments on commit 2e1e8f4

Please sign in to comment.