Skip to content

Commit

Permalink
address or remove todos for opera-disp
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Jan 28, 2025
1 parent eb77f23 commit ba77df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-opera-disp-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Deploy OPERA-DISP Sandbox Stack to AWS
on:
push:
branches:
# TODO revert:
#- develop
- opera-disp-tms-frame-by-frame
- develop

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
8 changes: 1 addition & 7 deletions job_spec/OPERA_DISP_TMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ OPERA_DISP_TMS:
description: List of frame IDs to include in mosaic
type: array
minItems: 1
# TODO
#maxItems:
example:
- 11113
- 11114
Expand Down Expand Up @@ -49,16 +47,13 @@ OPERA_DISP_TMS:
example: 20260101
cost_profiles:
EDC:
# TODO should we be concerned about exposing this job type via EDC UAT with a cost of 1?
cost: 1.0
DEFAULT:
cost: 1.0
validators: []
steps:
- name: ''
image: ghcr.io/asfhyp3/opera-disp-tms
# TODO: remove image_tag
image_tag: 0.6.1.dev23_gcff6175
command:
- Ref::measurement_type
- Ref::frames
Expand All @@ -68,8 +63,7 @@ OPERA_DISP_TMS:
- '!Ref Bucket'
- --bucket-prefix
- Ref::bucket_prefix
# TODO determine timeout
timeout: 86400 # 24 hr
timeout: 21600 # 6 hr
compute_environment: Default
vcpu: 1
memory: 31500
Expand Down

0 comments on commit ba77df5

Please sign in to comment.