-
Notifications
You must be signed in to change notification settings - Fork 12
Support for Arctic Trafficability stub-RTC plugin. #3027
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
benbart
wants to merge
13
commits into
ASFHyP3:develop
Choose a base branch
from
benbart:bbarton/artraff-rtc
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 3 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
01f417b
Initial, stubby job spec for artraff RTC
benbart 1a88649
Apply suggestion from @jhkennedy
jhkennedy 9b379b4
bump timeout above AWS minimum; don't need EDC cost profile
jhkennedy 422a287
implement Joe's suggestion
benbart 3189bfc
ARTRAFF_RTC job uses `test` tag
benbart d2626f7
ARTRAFF_RTC gets more realistic.
benbart efa9e01
Added line for ARTRAFF_RTC
benbart e299097
Merge remote-tracking branch 'upstream/develop' into bbarton/artraff-rtc
benbart 4c72f16
Fixed required_parameters in ARTRAFF_RTC jobspec
benbart 841d73f
ARTRAFF_RTC jobspec: granule and dem now s3 uri
benbart 370f04b
Add support for Umbra
benbart 5d61fb7
quote work-dir in ARTRAFF_RTC
jhkennedy 48beae2
work-dir to work_dir
jhkennedy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| ARTRAFF_RTC: | ||
| required_parameters: | ||
| - granule | ||
| parameters: | ||
| granule: | ||
| api_schema: | ||
| type: array | ||
| minItems: 1 | ||
| maxItems: 1 | ||
| example: | ||
| - CAPELLA_C17_SM_SICD_HH_20251128093004_20251128093008.ntf | ||
| items: | ||
| description: Name of Capella granule | ||
| type: string | ||
| pattern: "^CAPELLA_.*.ntf" | ||
| minLength: 56 | ||
| maxLength: 56 | ||
| example: CAPELLA_C17_SM_SICD_HH_20251128093004_20251128093008.ntf | ||
| demtype: | ||
| api_schema: | ||
| description: Type of DEM used. | ||
| type: string | ||
| default: Geodata 3m | ||
| enum: | ||
| - Geodata 3m | ||
| - Copernicus 30m | ||
| - Geodata 3m | ||
| - ArcticDEM 2m | ||
| - Lidar 0.5m | ||
| greeting: | ||
| api_schema: | ||
| description: Just a little greeting to play with the one that came with the cookiecutter'd plugin. | ||
| type: string | ||
| default: 'Ohai' | ||
| cost_profiles: | ||
| DEFAULT: | ||
| cost: 1.0 | ||
| validators: [] | ||
| steps: | ||
| - name: '' | ||
| image: ghcr.io/ua-asf/hyp3-artraff-rtc | ||
| image_tag: 0.0.1.dev2_g75d0c690d | ||
| command: | ||
| - --bucket | ||
| - '!Ref Bucket' | ||
| - --bucket-prefix | ||
| - Ref::job_id | ||
| - --greeting | ||
| - Ref::greeting | ||
| - --demtype | ||
| - Ref::demtype | ||
| - Ref::granule | ||
| timeout: 300 | ||
| compute_environment: Default | ||
| vcpu: 1 | ||
| memory: 256 | ||
| secrets: | ||
| - EARTHDATA_USERNAME | ||
| - EARTHDATA_PASSWORD | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.