Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/deploy-enterprise-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,26 @@ jobs:
security_environment: JPL-public
ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id

- environment: hyp3-nisar-jpl-test
domain: hyp3-nisar-jpl-test.asf.alaska.edu
template_bucket: cf-templates-gdeyr9hh8rzs-us-west-2
image_tag: test
product_lifetime_in_days: 14
default_credits_per_user: 0
default_application_status: APPROVED
cost_profile: DEFAULT
job_files: >-
job_spec/ARIA_AUTORIFT.yml
job_spec/ARIA_RAIDER.yml
job_spec/INSAR_ISCE.yml
job_spec/OPERA_DIST_S1.yml
instance_types: m6id.xlarge,m6id.2xlarge,m6id.4xlarge,m6id.8xlarge,m6idn.xlarge,m6idn.2xlarge,m6idn.4xlarge,m6idn.8xlarge
default_max_vcpus: 640
expanded_max_vcpus: 640
required_surplus: 0
security_environment: JPL-public
ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id

- environment: hyp3-tibet-jpl-test
domain: hyp3-tibet-jpl-test.asf.alaska.edu
template_bucket: cf-templates-1or0efwqffkgd-us-west-2
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [9.5.1]

### Added
- `OPERA_DIST_S1` job type to all ARIA Tibet and NISAR JPL deployments.
- Stood up a new `hyp3-tibet-jpl-test` deployment for the ARIA Tibet project at JPL.
- `OPERA_DIST_S1` job type to all Tibet and NISAR JPL deployments.
- Stood up test deployments for Tibet and NISAR JPL projects.

### Changed
- Increased throughput for `hyp3-cargill` (640 -> 1600 vCPUs) to support their processing needs.
Expand Down