Skip to content

Commit

Permalink
Merge branch 'develop' into opera-disp-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann authored Dec 3, 2024
2 parents 7669078 + 4e6af4b commit d007a98
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 13 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ 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).

## [9.1.0]
## [9.0.2]

### Changed
- The `SrgGslc` custom compute environment now includes multiple GPU instance types from the G4dn, G5, and G6 instance families.

### Added
- A new `OPERA_DISP_TMS` job type

## [9.0.1]

Expand Down
2 changes: 1 addition & 1 deletion job_spec/config/compute_environments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ compute_environments:
# allocation_type
# allocation_strategy
SrgGslc:
instance_types: g6.2xlarge
instance_types: g6.2xlarge, g6.4xlarge, g5.2xlarge, g5.4xlarge, g5.8xlarge, g4dn.2xlarge
ami_id: ami-0729c079aae647cb3 # /aws/service/ecs/optimized-ami/amazon-linux-2/gpu/recommended/image_id
AriaAutorift:
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
Expand Down
8 changes: 4 additions & 4 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
-r requirements-apps-start-execution-worker.txt
-r requirements-apps-disable-private-dns.txt
-r requirements-apps-update-db.txt
boto3==1.35.68
boto3==1.35.72
jinja2==3.1.4
moto[dynamodb]==5.0.21
pytest==8.3.3
moto[dynamodb]==5.0.22
pytest==8.3.4
PyYAML==6.0.2
responses==0.25.3
flake8==7.1.1
Expand All @@ -17,4 +17,4 @@ flake8-blind-except==0.2.1
flake8-builtins==2.5.0
setuptools==75.6.0
openapi-spec-validator==0.7.1
cfn-lint==1.20.0
cfn-lint==1.20.1
2 changes: 1 addition & 1 deletion requirements-apps-api-binary.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cryptography==43.0.3
cryptography==44.0.0
2 changes: 1 addition & 1 deletion requirements-apps-api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Flask-Cors==5.0.0
jsonschema==4.23.0
openapi-core==0.19.4
prance==23.6.21.0
PyJWT==2.10.0
PyJWT==2.10.1
requests==2.32.3
serverless_wsgi==3.0.5
shapely==2.0.6
Expand Down
2 changes: 1 addition & 1 deletion requirements-apps-disable-private-dns.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3==1.35.68
boto3==1.35.72
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.35.68
boto3==1.35.72
./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.35.68
boto3==1.35.72
./lib/lambda_logging/

0 comments on commit d007a98

Please sign in to comment.