Skip to content

Commit

Permalink
Merge pull request #2460 from ASFHyP3/diversify-its-live-prod
Browse files Browse the repository at this point in the history
Diversity production ITS_LIVE fleet
  • Loading branch information
asjohnston-asf authored Oct 16, 2024
2 parents 04e1804 + c4fdb06 commit 04733a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
job_files: >-
job_spec/AUTORIFT_ITS_LIVE.yml
job_spec/S1_CORRECTION_ITS_LIVE.yml
instance_types: r6id.xlarge,r6idn.xlarge,r5dn.xlarge,r5d.xlarge
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
default_max_vcpus: 2000 # Max: 10,406
expanded_max_vcpus: 2000 # Max: 10,406
required_surplus: 0
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.12.0]

### Changed
- The `hyp3-its-live` deployment now uses a greater variety of `r6id[n]` instances.

## [7.11.0]

### Added
Expand Down

0 comments on commit 04733a6

Please sign in to comment.