Skip to content

Commit

Permalink
Merge pull request #1759 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release 3.4.0
  • Loading branch information
asjohnston-asf authored Aug 9, 2023
2 parents 6536cfa + 56f0691 commit 4f1c1ec
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-daac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
job_spec/RTC_GAMMA.yml
job_spec/INSAR_ISCE_TEST.yml
job_spec/WATER_MAP.yml
job_spec/INSAR_ISCE_BURST.yml
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
default_max_vcpus: 1500
expanded_max_vcpus: 3000
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
product_lifetime_in_days: 14
quota: 0
job_files: job_spec/INSAR_ISCE.yml job_spec/INSAR_ISCE_TEST.yml
instance_types: c6id.xlarge
instance_types: c6id.xlarge,c6id.2xlarge,c6id.4xlarge,c6id.8xlarge
default_max_vcpus: 1600
expanded_max_vcpus: 1600
required_surplus: 0
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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).

## [3.4.0]
### Added
- Added `INSAR_ISCE_BURST` job type to `hyp3-test` deployment.
### Changed
- Added larger `c6id` instance types to hyp3-tibet-jpl deployment
- Set `++omp-num-threads=4` for `INSAR_ISCE_TEST` jobs

## [3.9.8]
### Removed
- Removed `c5d.xlarge` instance types from hyp3-tibet-jpl and hyp3-nisar-jpl deployments.
Expand Down
2 changes: 2 additions & 0 deletions job_spec/INSAR_ISCE_TEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ INSAR_ISCE_TEST:
image: ghcr.io/access-cloud-based-insar/dockerizedtopsapp
image_tag: test
command:
- ++omp-num-threads
- '4'
- --bucket
- '!Ref Bucket'
- --bucket-prefix
Expand Down
2 changes: 1 addition & 1 deletion requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-r requirements-apps-start-execution-manager.txt
-r requirements-apps-start-execution-worker.txt
-r requirements-apps-update-db.txt
boto3==1.28.21
boto3==1.28.22
jinja2==3.1.2
moto[dynamodb]==4.1.14
pytest==7.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-apps-start-execution-manager.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3==1.28.21
boto3==1.28.22
./lib/dynamo/
./lib/lambda_logging/
2 changes: 1 addition & 1 deletion requirements-apps-start-execution-worker.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.28.21
boto3==1.28.22
./lib/lambda_logging/

0 comments on commit 4f1c1ec

Please sign in to comment.