Skip to content

Commit e2dd83b

Browse files
authored
Merge pull request #2920 from ASFHyP3/develop
Release v10.11.8
2 parents 3d4d327 + 51a269b commit e2dd83b

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

.github/workflows/deploy-daac-prod.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
api_name: hyp3-opera-prod
4343
template_bucket: cf-templates-118mtzosmrltk-us-west-2
4444
image_tag: latest
45-
product_lifetime_in_days: 14
45+
product_lifetime_in_days: 5
4646
default_credits_per_user: 0
4747
default_application_status: APPROVED
4848
cost_profile: EDC
4949
job_files: >-
5050
job_spec/OPERA_RTC_S1_SLC.yml
51-
instance_types: c6i.2xlarge,c6id.2xlarge,c7i.2xlarge
52-
default_max_vcpus: 12000
53-
expanded_max_vcpus: 12000
51+
instance_types: m6id.2xlarge
52+
default_max_vcpus: 8000
53+
expanded_max_vcpus: 8000
5454
required_surplus: 0
5555
security_environment: EDC
5656
ami_id: /ngap/amis/image_id_ecs_al2023_x86

.github/workflows/deploy-daac-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
api_name: hyp3-opera-test
4545
template_bucket: cf-templates-118ylv0o6jp2n-us-west-2
4646
image_tag: test
47-
product_lifetime_in_days: 14
47+
product_lifetime_in_days: 5
4848
default_credits_per_user: 0
4949
default_application_status: APPROVED
5050
cost_profile: EDC
5151
opera_rtc_s1_end_date: Default
5252
job_files: >-
5353
job_spec/OPERA_RTC_S1_SLC.yml
54-
instance_types: c6i.2xlarge,c6id.2xlarge,c7i.2xlarge
54+
instance_types: m6id.2xlarge
5555
default_max_vcpus: 800
5656
expanded_max_vcpus: 800
5757
required_surplus: 0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [10.11.8]
8+
9+
### Changed
10+
- Increased disk and memory available to OPERA_RTC_S1_SLC jobs in hyp3-opera-prod and hyp3-opera-test.
11+
- Run OPERA_RTC_S1_SLC jobs using on-demand instances in hyp3-opera-prod and hyp3-opera-test.
12+
713
## [10.11.7]
814

915
### Added

job_spec/OPERA_RTC_S1_SLC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ OPERA_RTC_S1_SLC:
3636
- --num-workers
3737
- '8'
3838
timeout: 7200 # 2 hr
39-
compute_environment: Default
39+
compute_environment: OperaRtcSlc
4040
vcpu: 8
41-
memory: 15200
41+
memory: 30000
4242
secrets:
4343
- EARTHDATA_USERNAME
4444
- EARTHDATA_PASSWORD
@@ -47,7 +47,7 @@ OPERA_RTC_S1_SLC:
4747
command:
4848
- Ref::job_id
4949
timeout: 600
50-
compute_environment: Default
50+
compute_environment: OperaRtcSlc
5151
vcpu: 1
5252
memory: 512
5353
secrets:

job_spec/config/compute_environments.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ compute_environments:
2727
ItsLiveMeta:
2828
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
2929
ami_id: ami-0aece254fc7c27a77 # /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id
30+
OperaRtcSlc:
31+
instance_types: m6id.2xlarge
32+
allocation_type: EC2
33+
allocation_strategy: BEST_FIT_PROGRESSIVE

0 commit comments

Comments
 (0)