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
Merge requests
!95
reduce problem
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
reduce problem
gc/we
into
conus-dps
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
gcorradini
requested to merge
gc/we
into
conus-dps
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
conus-dps
conus-dps (base)
and
latest version
latest version
49206780
1 commit,
1 year ago
1 file
+
2
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.github/workflows/schedule-conus-nrt-v3.yaml
+
2
−
4
Options
@@ -41,9 +41,7 @@ jobs:
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
echo "##########################"
echo $NOW_TED
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
@@ -54,6 +52,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":
$NOW_TED
,
"operation":
"--coordinate-all"}'
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"}'
Loading