Skip to content

Commit

Permalink
switch multi burst to on-demand
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Dec 9, 2024
1 parent 16b1b34 commit 60becfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion job_spec/INSAR_ISCE_MULTI_BURST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ INSAR_ISCE_MULTI_BURST:
- --secondary
- Ref::secondary
timeout: 126000 # 35 hours
compute_environment: Default
compute_environment: InsarIsceMultiBurst
vcpu: 1
memory: 4 # Memory is always overridden by the step function
secrets:
Expand Down
3 changes: 3 additions & 0 deletions job_spec/config/compute_environments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ compute_environments:
InsarIsceAria:
allocation_type: EC2
allocation_strategy: BEST_FIT_PROGRESSIVE
InsarIsceMultiBurst:
allocation_type: EC2
allocation_strategy: BEST_FIT_PROGRESSIVE

0 comments on commit 60becfe

Please sign in to comment.