Skip to content

Commit 82f519b

Browse files
Merge pull request #2938 from ASFHyP3/isce2-entrypoint
update INSAR_ISCE_MULTI_BURST job spec for hyp3-isce2 v4.0.0
2 parents 5c59b31 + 2f22022 commit 82f519b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Added ARIA_S1_GUNW job type to the `plus-test` deployment.
1111
- Added `VOLCSARVATORY_MULTI_BURST` job type to run multiburst jobs for `hyp3-volcsarvatory` increasing the max length burst limit.
1212

13-
### Removed
14-
- ESA_USERNAME and ESA_PASSWORD environment variables removed in [RAiDER v0.5.5](https://github.com/dbekaert/RAiDER/releases/tag/v0.5.5)
15-
1613
### Changed
1714
- 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)
1820

1921
## [10.11.13]
2022

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)