-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathprefect.yaml
More file actions
39 lines (35 loc) · 1.12 KB
/
prefect.yaml
File metadata and controls
39 lines (35 loc) · 1.12 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
39
name: prefect-docker-pixi-tiled-cms
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/cms-workflows.git
branch: main
deployments:
- name: cms-end-of-run-workflow-docker
version: 0.1.3
tags:
- cms
- main
description: Deploy the updated Docker image
entrypoint: end_of_run_workflow.py:end_of_run_workflow
parameters: {}
schedule: {}
work_pool:
job_variables:
image: ghcr.io/nsls2/cms-workflows:main
image_pull_policy: Always
network: slirp4netns
volumes:
- /nsls2/data/cms/proposals:/nsls2/data/cms/proposals
- /etc/bluesky:/etc/bluesky
- /etc/ssl/certs:/etc/ssl/certs
- /etc/pki/ca-trust/extracted:/etc/pki/ca-trust/extracted
- /srv/prefect3-docker-worker-cms/app:/srv
container_create_kwargs:
userns_mode: "keep-id:uid=402957,gid=402957" # workflow-cms:workflow-cms
auto_remove: true
name: cms-work-pool-docker