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
7d844745
Commit
7d844745
authored
1 year ago
by
ranchodeluxe
Browse files
Options
Downloads
Patches
Plain Diff
change branches
parent
c87ae626
Branches
gc/github_actions
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!61
Additions: primary keys, speed ups (preprocessing and postprocessing), tests, scalene, reorg entire fireatlas
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/schedule-data-update.yaml
+9
-7
9 additions, 7 deletions
.github/workflows/schedule-data-update.yaml
with
9 additions
and
7 deletions
.github/workflows/schedule-data-update.yaml
+
9
−
7
View file @
7d844745
name
:
data update checker
on
:
workflow_dispatch
:
schedule
:
-
cron
:
'
0
*/4
*
*
*'
workflow_dispatch
:
jobs
:
data_update_checker
:
...
...
@@ -11,29 +11,29 @@ jobs:
runs-on
:
ubuntu-latest
environment
:
production
steps
:
-
name
:
C
heckout repository
-
name
:
c
heckout repository
uses
:
actions/checkout@v2
with
:
ref
:
gc/github_actions
ref
:
primarykeyv2
-
name
:
pip install fireatlas
run
:
|
pip install .
-
name
:
G
et
D
ocker GID and set DOCKER_GID environment variable
-
name
:
g
et
d
ocker GID and set DOCKER_GID environment variable
run
:
|
echo "DOCKER_GID=$(getent group docker | cut -d: -f3)" >> $GITHUB_ENV
-
name
:
G
et current user UID and set UID environment variable
-
name
:
g
et current user UID and set UID environment variable
run
:
|
echo "UID=$(id -u)" >> $GITHUB_ENV
-
name
:
P
rint DOCKER_GID and UID
-
name
:
p
rint DOCKER_GID and UID
run
:
|
echo "Docker GID: $DOCKER_GID"
echo "User UID: $UID"
-
name
:
kick off the job
-
name
:
kick off the
DPS
job
run
:
|
docker run \
--env MAAP_PGT=${{ secrets.MAAP_PGT }} \
...
...
@@ -47,3 +47,5 @@ jobs:
maap-dps-eis-worker-64gb \
ubuntu \
--params '{"regnm": "", "bbox": "[]", "tst": "[]", "ted": "[]", "operation": "--data-update"}'
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