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
!100
add all workflows
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add all workflows
gc/all_worfklows
into
conus-dps
Overview
0
Commits
1
Pipelines
0
Changes
5
Merged
gcorradini
requested to merge
gc/all_worfklows
into
conus-dps
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Compare
conus-dps
conus-dps (base)
and
latest version
latest version
e1afdcc4
1 commit,
1 year ago
5 files
+
92
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
.github/workflows/schedule-conus-nrt-v2.yaml
0 → 100644
+
42
−
0
Options
name
:
conus nrt v2
on
:
workflow_dispatch
:
schedule
:
-
cron
:
'
0
*/11
*
*
*'
jobs
:
run_dps_job_v2
:
if
:
contains('["ranchodeluxe", "mccabete"]', github.actor)
runs-on
:
ubuntu-latest
environment
:
production
steps
:
-
name
:
checkout repository
uses
:
actions/checkout@v2
with
:
ref
:
conus-dps
-
name
:
get docker GID and set DOCKER_GID environment variable
run
:
|
echo "DOCKER_GID=$(getent group docker | cut -d: -f3)" >> $GITHUB_ENV
-
name
:
get current user UID and set UID environment variable
run
:
|
echo "UID=$(id -u)" >> $GITHUB_ENV
-
name
:
print DOCKER_GID and UID
run
:
|
echo "Docker GID: $DOCKER_GID"
echo "User UID: $UID"
-
name
:
kick off the DPS job
uses
:
Earth-Information-System/fireatlas/.github/actions/run-dps-job-v2@conus-dps
with
:
algo_name
:
eis-fire-feds-nrt-dask-dps-v2
github_ref
:
conus-dps
username
:
gcorradini
queue
:
maap-dps-eis-worker-64gb
maap_image_env
:
ubuntu
maap_pgt_secret
:
${{ secrets.MAAP_PGT }}
Loading