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

Commit

Permalink
Change the f1 instance type because of capacity-not-available issue o…
Browse files Browse the repository at this point in the history
…n f1.4xlarge
  • Loading branch information
xlz-jbleclere committed Jul 20, 2022
1 parent 1639b34 commit 13df817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ stages:
parameters:
identifier: full_features_on_single_design
description: full features on single design
instance_type: 'f1.4xlarge'
instance_type: 'f1.16xlarge'
config_list:
- os_distrib: 'centos_7'
tox_operation: '-p all -e aws-build-debug,cpp-debug,c-debug,noparallel-debug,coverage-debug'
Expand All @@ -74,7 +74,7 @@ stages:
parameters:
identifier: awsxrt_specific_designs
description: AWS XRT specific designs
instance_type: 'f1.4xlarge'
instance_type: 'f1.2xlarge'
config_list:
- os_distrib: 'centos_7'
tox_operation: '-e aws-build-debug,awsxrt-debug'
Expand Down

0 comments on commit 13df817

Please sign in to comment.