Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fireatlas_nrt
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gcorradini
fireatlas_nrt
Commits
da0bc869
Commit
da0bc869
authored
1 year ago
by
gcorradini
Browse files
Options
Downloads
Plain Diff
Merge branch 'gc/simply_inputs' into 'conus-dps'
do not pass tst or ted See merge request
!96
parents
7216a057
6ec9a29c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!96
do not pass tst or ted
Pipeline
#13509
passed with stage
Stage:
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/schedule-conus-nrt-v3.yaml
+1
-11
1 addition, 11 deletions
.github/workflows/schedule-conus-nrt-v3.yaml
with
1 addition
and
11 deletions
.github/workflows/schedule-conus-nrt-v3.yaml
+
1
−
11
View file @
da0bc869
...
...
@@ -33,16 +33,6 @@ jobs:
echo "Docker GID: $DOCKER_GID"
echo "User UID: $UID"
-
name
:
set ted now
run
:
|
FULL_YEAR=$(date +"%Y")
MONTH_INT=$(date +"%-m") # Remove zero padding for month
DAY_INT=$(date +"%-d") # Remove zero padding for day
HOUR=$(date +"%I") # Use 12-hour format
MERIDIAN=$(date +"%p") # Get AM/PM
# NOTE: this has to be JSON encoded
echo "NOW_TED='[$FULL_YEAR, $MONTH_INT, $DAY_INT, \"$MERIDIAN\"]'" >> $GITHUB_ENV
-
name
:
kick off the DPS job
uses
:
Earth-Information-System/fireatlas/.github/actions/run-dps-job-v3@conus-dps
with
:
...
...
@@ -52,6 +42,6 @@ jobs:
queue
:
maap-dps-eis-worker-64gb
maap_image_env
:
ubuntu
maap_pgt_secret
:
${{ secrets.MAAP_PGT }}
json_params
:
'
{"regnm":
"CONUS",
"bbox":
"[-126.401171875,24.071240929282325,-61.36210937500001,49.40003415463647]",
"tst":
"[
2024,1,1,\"AM\"]",
"ted":
"[2024,4,8,
\"AM\"
]",
"operation":
"--coordinate-all"}'
json_params
:
'
{"regnm":
"CONUS",
"bbox":
"[-126.401171875,24.071240929282325,-61.36210937500001,49.40003415463647]",
"tst":
"[
]",
"ted":
"[
]",
"operation":
"--coordinate-all"}'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment