Skip to content

Commit c81f6d1

Browse files
Merge pull request #2975 from ASFHyP3/develop
Release v10.11.17
2 parents 30db60d + ddba351 commit c81f6d1

File tree

6 files changed

+38
-15
lines changed

6 files changed

+38
-15
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
job_spec/AK_FIRE_SAFE.yml
4545
job_spec/INSAR_ISCE_BURST.yml
4646
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
47-
default_max_vcpus: 640 # Max: 10,406
48-
expanded_max_vcpus: 640 # Max: 10,406
47+
default_max_vcpus: 640
48+
expanded_max_vcpus: 640
4949
required_surplus: 0
5050
security_environment: ASF
5151
ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id
@@ -61,8 +61,8 @@ jobs:
6161
job_files: >-
6262
job_spec/INSAR_ISCE_BURST.yml
6363
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
64-
default_max_vcpus: 640 # Max: 10,406
65-
expanded_max_vcpus: 640 # Max: 10,406
64+
default_max_vcpus: 640
65+
expanded_max_vcpus: 640
6666
required_surplus: 0
6767
security_environment: ASF
6868
ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id
@@ -71,7 +71,7 @@ jobs:
7171
domain: hyp3-volcsarvatory.asf.alaska.edu
7272
template_bucket: cf-templates-1uzy61g1h6omf-us-west-2
7373
image_tag: latest
74-
product_lifetime_in_days: 365000
74+
product_lifetime_in_days: 30
7575
default_credits_per_user: 0
7676
default_application_status: APPROVED
7777
cost_profile: DEFAULT

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
job_spec/ARIA_S1_COSEIS.yml
2929
job_spec/INSAR_ISCE.yml
3030
instance_types: m6id.xlarge,m6id.2xlarge,m6id.4xlarge,m6id.8xlarge,m6idn.xlarge,m6idn.2xlarge,m6idn.4xlarge,m6idn.8xlarge
31-
default_max_vcpus: 640
32-
expanded_max_vcpus: 640
31+
default_max_vcpus: 640 # Max: 13000
32+
expanded_max_vcpus: 640 # Max: 13000
3333
required_surplus: 0
3434
security_environment: JPL-public
3535
ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id
@@ -38,7 +38,7 @@ jobs:
3838
domain: hyp3-tibet-jpl-test.asf.alaska.edu
3939
template_bucket: cf-templates-1or0efwqffkgd-us-west-2
4040
image_tag: test
41-
product_lifetime_in_days: 14
41+
product_lifetime_in_days: 30
4242
default_credits_per_user: 0
4343
default_application_status: APPROVED
4444
cost_profile: DEFAULT
@@ -49,8 +49,8 @@ jobs:
4949
job_spec/INSAR_ISCE.yml
5050
job_spec/OPERA_DIST_S1.yml
5151
instance_types: m6id.xlarge,m6id.2xlarge,m6id.4xlarge,m6id.8xlarge,m6idn.xlarge,m6idn.2xlarge,m6idn.4xlarge,m6idn.8xlarge
52-
default_max_vcpus: 6400
53-
expanded_max_vcpus: 6400
52+
default_max_vcpus: 6400 # Max: 10316
53+
expanded_max_vcpus: 6400 # Max: 10316
5454
required_surplus: 0
5555
security_environment: JPL-public
5656
ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id
@@ -67,8 +67,8 @@ jobs:
6767
job_spec/ITS_LIVE_AUTORIFT.yml
6868
job_spec/ITS_LIVE_META.yml
6969
instance_types: r7gd.2xlarge,r7gd.4xlarge,r7gd.8xlarge
70-
default_max_vcpus: 640
71-
expanded_max_vcpus: 640
70+
default_max_vcpus: 640 # Max: 10,406
71+
expanded_max_vcpus: 640 # Max: 10,406
7272
required_surplus: 0
7373
security_environment: JPL-public
7474
ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/arm64/recommended/image_id

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
template_bucket: cf-templates-118mtzosmrltk-us-west-2
2020
image_tag: latest
2121
product_lifetime_in_days: 14
22-
default_credits_per_user: 10000
22+
default_credits_per_user: 8000
2323
default_application_status: APPROVED
2424
cost_profile: EDC
2525
job_files: >-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
template_bucket: cf-templates-118ylv0o6jp2n-us-west-2
2020
image_tag: test
2121
product_lifetime_in_days: 14
22-
default_credits_per_user: 10000
22+
default_credits_per_user: 8000
2323
default_application_status: APPROVED
2424
cost_profile: EDC
2525
opera_rtc_s1_end_date: 2026-01-01

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.17]
8+
9+
### Added
10+
- Added `--publish-bucket` parameter on `VOLCSARVATORY_MULTI_BURST` job spec.
11+
12+
### Changed
13+
- Increased product lifecycle from 14 to 30 days for `hyp3-tibet-jpl-test` to match `hyp3-tibet-jpl`.
14+
- Reduced default credits per user to 8,000 from 10,000 for the `hyp3-edc-prod` and `hyp3-edc-uat` deployments.
15+
- Reduced product lifecycle from 365000 to 30 days for `hyp3-volcsarvatory`.
16+
717
## [10.11.16]
818

919
### Fixed

job_spec/VOLCSARVATORY_MULTI_BURST.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ INSAR_ISCE_MULTI_BURST:
3333
minLength: 43
3434
maxLength: 43
3535
example: S1_136231_IW2_20200616T022313_VV_5D11-BURST
36+
publish_bucket:
37+
api_schema:
38+
description: Publish the resulting product to the VolcSARvatory S3 Bucket
39+
type: string
40+
nullable: true
41+
enum:
42+
- null
43+
- "volcsarvatory-data"
44+
- "volcsarvatory-data-test"
45+
default: null
3646
apply_water_mask:
3747
api_schema:
3848
description: Sets pixels over coastal and large inland waterbodies as invalid for phase unwrapping.
@@ -57,7 +67,6 @@ INSAR_ISCE_MULTI_BURST:
5767
steps:
5868
- name: ''
5969
image: ghcr.io/asfhyp3/hyp3-isce2
60-
image_tag: 3.0.1
6170
command:
6271
- ++process
6372
- insar_tops_burst
@@ -73,10 +82,14 @@ INSAR_ISCE_MULTI_BURST:
7382
- Ref::reference
7483
- --secondary
7584
- Ref::secondary
85+
- --publish-bucket
86+
- Ref::publish_bucket
7687
timeout: 126000 # 35 hours
7788
compute_environment: Default
7889
vcpu: 1
7990
memory: 4 # Memory is always overridden in the step function by set-batch-overrides
8091
secrets:
8192
- EARTHDATA_USERNAME
8293
- EARTHDATA_PASSWORD
94+
- PUBLISH_ACCESS_KEY_ID
95+
- PUBLISH_SECRET_ACCESS_KEY

0 commit comments

Comments
 (0)