Skip to content

Commit

Permalink
Merge pull request #2375 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release v7.7.2
  • Loading branch information
jtherrmann authored Aug 12, 2024
2 parents c34ff48 + 798dd53 commit 66de587
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-enterprise-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
cost_profile: DEFAULT
job_files: >-
job_spec/INSAR_ISCE_BURST.yml
job_spec/SRG_GSLC_CPU.yml
job_spec/SRG_GSLC.yml
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
default_max_vcpus: 640
expanded_max_vcpus: 640
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 @@ -241,7 +241,7 @@ jobs:
cost_profile: DEFAULT
job_files: >-
job_spec/INSAR_ISCE_BURST.yml
job_spec/SRG_GSLC_CPU.yml
job_spec/SRG_GSLC.yml
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
default_max_vcpus: 640
expanded_max_vcpus: 640
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).


## [7.7.2]

### Change
- Renamed the `SRG_GSLC_CPU` job to `SRG_GSLC`
- Changed the `SRG_GSLC` job to use the `hyp3-srg` image, rather than `hyp3-back-projection` since the repository was renamed.


## [7.7.1]

### Removed
Expand Down
4 changes: 2 additions & 2 deletions job_spec/SRG_GSLC_CPU.yml → job_spec/SRG_GSLC.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SRG_GSLC_CPU:
SRG_GSLC:
required_parameters:
- granules
parameters:
Expand Down Expand Up @@ -26,7 +26,7 @@ SRG_GSLC_CPU:
cost: 1.0
tasks:
- name: ''
image: ghcr.io/asfhyp3/hyp3-back-projection
image: ghcr.io/asfhyp3/hyp3-srg
command:
- ++process
- back_projection
Expand Down

0 comments on commit 66de587

Please sign in to comment.