-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprefect.yaml
More file actions
38 lines (34 loc) · 1.06 KB
/
prefect.yaml
File metadata and controls
38 lines (34 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: prefect-docker-pixi-tiled-cdi
prefect-version: 3.6.10
build: null
push: null
pull:
- prefect.deployments.steps.set_working_directory:
directory: /repo
- prefect.deployments.steps.git_clone:
repository: https://github.com/nsls2/cdi-workflows.git
branch: main
deployments:
- name: cdi-end-of-run-workflow-docker
version: 0.1.0
tags:
- cdi
- main
description: Deploy the updated Docker image
entrypoint: end_of_run_workflow.py:end_of_run_workflow
parameters: {}
schedule: {}
work_pool:
job_variables:
env:
TILED_SITE_PROFILES: /nsls2/software/etc/tiled/profiles
image: ghcr.io/nsls2/cdi-workflows:main
image_pull_policy: Always
network: slirp4netns
volumes:
- /nsls2/data/cdi/proposals:/nsls2/data/cdi/proposals
- /nsls2/software/etc/tiled:/nsls2/software/etc/tiled
container_create_kwargs:
userns_mode: "keep-id:uid=408584,gid=408584" # workflow-cdi:workflow-cdi
auto_remove: true
name: cdi-work-pool-docker