Skip to content
Snippets Groups Projects
Commit eda596cd authored by gcorradini's avatar gcorradini
Browse files

Merge branch 'gc/revise_gh_actions' into 'conus-dps'

Gc/revise gh actions

See merge request !83
parents 4f2058fd cf077c38
No related branches found
No related tags found
1 merge request!83Gc/revise gh actions
Pipeline #13358 passed with stage
in 5 seconds
name: data update checker
on:
schedule:
- cron: '0 */4 * * *'
workflow_dispatch:
jobs:
data_update_checker:
if: contains('["ranchodeluxe"]', github.actor)
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
ref: gc/github_actions
- name: pip install fireatlas
run: |
pip install -e '.[test]'
- name: kick off the job
run: |
docker run \
--env MAAP_PGT=${MAAP_PGT} \
--env MAAP_CONF=/maap-py \
--pull=always -u ${UID}:${DOCKER_GID} -v ${PWD}:${PWD} -w ${PWD} \
--rm mas.maap-project.org/root/maap-workspaces/base_images/vanilla:v3.1.4 \
/opt/conda/envs/vanilla/bin/python maap_runtime/submit-dps-job.py \
eis-feds-dask-coordinator-v3 \
1.0.0 \
gcorradini \
maap-dps-eis-worker-64gb \
ubuntu \
--params '{"regnm": "", "bbox": "[]", "tst": "[]", "ted": "[]", "operation": "--data-update"}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment