Skip to content

Commit

Permalink
Merge pull request #2374 from ASFHyP3/rename-back-projection
Browse files Browse the repository at this point in the history
Rename SRG_GSLC_CPU to SRG_GSLC
  • Loading branch information
AndrewPlayer3 authored Aug 12, 2024
2 parents 4e5dfcf + 2e9a150 commit 798dd53
Show file tree
Hide file tree
Showing 4 changed files with 5 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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [7.7.2]

### Change
- Changed the `SRG_GSLC_CPU` job to use the `hyp3-srg` image, rather than `hyp3-back-projection` since the repository was renamed.
- 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]
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 798dd53

Please sign in to comment.