Skip to content

Commit 05d341d

Browse files
Merge pull request #2951 from ASFHyP3/develop
Release v10.11.14
2 parents 86575a9 + b12bda2 commit 05d341d

16 files changed

+115
-27
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
cost_profile: DEFAULT
7878
job_files: >-
7979
job_spec/INSAR_GAMMA.yml
80-
job_spec/INSAR_ISCE_BURST.yml
80+
job_spec/VOLCSARVATORY_MULTI_BURST.yml
8181
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
8282
default_max_vcpus: 640
8383
expanded_max_vcpus: 640
@@ -120,8 +120,8 @@ jobs:
120120
job_spec/INSAR_ISCE.yml
121121
job_spec/OPERA_DIST_S1.yml
122122
instance_types: m6id.xlarge,m6id.2xlarge,m6id.4xlarge,m6id.8xlarge,m6idn.xlarge,m6idn.2xlarge,m6idn.4xlarge,m6idn.8xlarge
123-
default_max_vcpus: 1000 # Max: 10316
124-
expanded_max_vcpus: 1000 # Max: 10316
123+
default_max_vcpus: 6400 # Max: 10316
124+
expanded_max_vcpus: 6400 # Max: 10316
125125
required_surplus: 0
126126
security_environment: JPL-public
127127
ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 640
53-
expanded_max_vcpus: 640
52+
default_max_vcpus: 6400
53+
expanded_max_vcpus: 6400
5454
required_surplus: 0
5555
security_environment: JPL-public
5656
ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id
@@ -118,7 +118,7 @@ jobs:
118118
cost_profile: DEFAULT
119119
job_files: >-
120120
job_spec/INSAR_GAMMA.yml
121-
job_spec/INSAR_ISCE_BURST.yml
121+
job_spec/VOLCSARVATORY_MULTI_BURST.yml
122122
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
123123
default_max_vcpus: 640
124124
expanded_max_vcpus: 640

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
product_lifetime_in_days: 30
2222
default_credits_per_user: 0
2323
default_application_status: APPROVED
24-
cost_profile: EDC # TODO: update before going public
24+
cost_profile: EDC
2525
job_files: >-
2626
job_spec/AUTORIFT.yml
2727
job_spec/INSAR_GAMMA.yml

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ jobs:
2121
product_lifetime_in_days: 30
2222
default_credits_per_user: 0
2323
default_application_status: APPROVED
24-
cost_profile: EDC # TODO: update before going public
24+
cost_profile: EDC
2525
job_files: >-
2626
job_spec/AUTORIFT.yml
2727
job_spec/INSAR_GAMMA.yml
2828
job_spec/RTC_GAMMA.yml
2929
job_spec/INSAR_ISCE_BURST.yml
3030
job_spec/INSAR_ISCE_MULTI_BURST.yml
31+
job_spec/ARIA_S1_GUNW.yml
3132
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
3233
default_max_vcpus: 10000
3334
expanded_max_vcpus: 10000

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.14]
8+
9+
### Added
10+
- Added ARIA_S1_GUNW job type to the `plus-test` deployment.
11+
- Added `VOLCSARVATORY_MULTI_BURST` job type to run multiburst jobs for `hyp3-volcsarvatory` increasing the max length burst limit.
12+
13+
### Changed
14+
- Increased hyp3-tibet-jpl and hyp3-tibet-jpl-test throughput to 6400 VCPUs.
15+
- Removed temporary version pin for `INSAR_ISCE_MULTI_BURST` job spec introduced in HyP3 v10.11.13.
16+
- Changed `++process` in INSAR_ISCE_MULTI_BURST job spec to reflect changes in hyp3-isce2 v4.0.0.
17+
18+
### Removed
19+
- ESA_USERNAME and ESA_PASSWORD environment variables removed in [RAiDER v0.5.5](https://github.com/dbekaert/RAiDER/releases/tag/v0.5.5)
20+
721
## [10.11.13]
822

923
### Changed

job_spec/ARIA_RAIDER.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ ARIA_RAIDER:
4444
secrets:
4545
- EARTHDATA_USERNAME
4646
- EARTHDATA_PASSWORD
47-
- ESA_USERNAME
48-
- ESA_PASSWORD
4947
- RAIDER_ECMWF_ERA5_UID
5048
- RAIDER_ECMWF_ERA5_API_KEY
5149
- RAIDER_HRES_EMAIL

job_spec/ARIA_S1_COSEIS.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ ARIA_S1_COSEIS:
154154
secrets:
155155
- EARTHDATA_USERNAME
156156
- EARTHDATA_PASSWORD
157-
- ESA_USERNAME
158-
- ESA_PASSWORD
159157
- RAIDER_ECMWF_ERA5_UID
160158
- RAIDER_ECMWF_ERA5_API_KEY
161159
- RAIDER_HRES_EMAIL

job_spec/ARIA_S1_GUNW.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ ARIA_S1_GUNW:
7373
secrets:
7474
- EARTHDATA_USERNAME
7575
- EARTHDATA_PASSWORD
76-
- ESA_USERNAME
77-
- ESA_PASSWORD
7876
- name: PUBLISH
7977
image: ghcr.io/asfhyp3/ingest-adapter
8078
command:

job_spec/INSAR_ISCE.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ INSAR_ISCE:
152152
secrets:
153153
- EARTHDATA_USERNAME
154154
- EARTHDATA_PASSWORD
155-
- ESA_USERNAME
156-
- ESA_PASSWORD
157155
- RAIDER_ECMWF_ERA5_UID
158156
- RAIDER_ECMWF_ERA5_API_KEY
159157
- RAIDER_HRES_EMAIL

job_spec/INSAR_ISCE_MULTI_BURST.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,9 @@ INSAR_ISCE_MULTI_BURST:
105105
steps:
106106
- name: ''
107107
image: ghcr.io/asfhyp3/hyp3-isce2
108-
image_tag: 3.0.1
109108
command:
110109
- ++process
111-
- insar_tops_burst
110+
- insar_tops_multi_burst
112111
- --bucket
113112
- '!Ref Bucket'
114113
- --bucket-prefix

0 commit comments

Comments
 (0)