forked from NSLS2/cms-workflows
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprefect.yaml
More file actions
35 lines (30 loc) · 1.06 KB
/
prefect.yaml
File metadata and controls
35 lines (30 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
# Welcome to your prefect.yaml file! You can use this file for storing and managing
# configuration for deploying your flows. We recommend committing this file to source
# control along with your flow code.
# Generic metadata about this project
name: cms_workflows
prefect-version: 2.20.16
# build section allows you to manage and build docker images
build: null
# push section allows you to manage if and how this project is uploaded to remote locations
push: null
# pull section allows you to provide instructions for cloning this project in remote locations
pull:
- prefect.deployments.steps.git_clone:
repository: https://github.com/NSLS-II-CMS/workflows.git
branch: main
access_token: null
# the deployments section allows you to provide configuration for deploying flows
deployments:
- name: cms-end-of-run-workflow
version: null
tags: [cms]
description: null
schedule: {}
flow_name: null
entrypoint: end_of_run_workflow.py:end_of_run_workflow
parameters: {}
work_pool:
name: cms-work-pool
work_queue_name: null
job_variables: {}