Skip to content

Commit

Permalink
revert to Spot for multi-burst insar
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Dec 12, 2024
1 parent 5874d53 commit 7c68133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-multi-burst-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
job_files: >-
job_spec/INSAR_ISCE_BURST.yml
job_spec/INSAR_ISCE_MULTI_BURST.yml
job_spec/AUTORIFT.yml
job_spec/RTC_GAMMA.yml
job_spec/WATER_MAP.yml
job_spec/WATER_MAP_EQ.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
6 changes: 3 additions & 3 deletions job_spec/INSAR_ISCE_MULTI_BURST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ INSAR_ISCE_MULTI_BURST:
api_schema:
type: array
minItems: 1
maxItems: 30
maxItems: 30 # TODO limit based on Spot failure rate?
# TODO: provide an example with multiple bursts
example:
- S1_136231_IW2_20200604T022312_VV_7C85-BURST
Expand All @@ -22,7 +22,7 @@ INSAR_ISCE_MULTI_BURST:
api_schema:
type: array
minItems: 1
maxItems: 30
maxItems: 30 # TODO limit based on Spot failure rate?
example:
- S1_136231_IW2_20200616T022313_VV_5D11-BURST
items:
Expand Down Expand Up @@ -75,7 +75,7 @@ INSAR_ISCE_MULTI_BURST:
- --secondary
- Ref::secondary
timeout: 126000 # 35 hours
compute_environment: InsarIsceMultiBurst
compute_environment: Default
vcpu: 1
memory: 4 # Memory is always overridden by the step function
secrets:
Expand Down

0 comments on commit 7c68133

Please sign in to comment.