Skip to content

Commit

Permalink
fix(cleanup): tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Jun 19, 2024
1 parent b497b4b commit 53e7008
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 103 deletions.
15 changes: 2 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ minio = "^7.2"
mergedeep = "^1.3"
pydantic-settings = "^2.0"
python-logging-loki = "^0.3"
click-params = "^0.5.0"
docker = "^7.1.0"
click-params = "^0.5"
docker = "^7.1"

[tool.poetry.group.dev.dependencies]
mypy = "*"
Expand Down
46 changes: 0 additions & 46 deletions workflow/examples/pipelines-sample.yaml

This file was deleted.

31 changes: 31 additions & 0 deletions workflow/examples/sample-pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: "2"
name: example-pipeline

defaults:
user: developer
site: local

deployments:
- name: sm
site: local
image: chimefrb/workflow:latest
sleep: 1
resources:
cores: 1
ram: 2G
replicas: 1

pipeline:
runs_on: sm
steps:
- name: math
stage: 1
matrix:
alpha: [1, 2, 3]
beta: [1, 2, 3]
work:
site: chime
function: workflow.examples.function.math
parameters:
a: ${{ matrix.alpha }}
b: ${{ matrix.beta }}
42 changes: 0 additions & 42 deletions workflow/examples/workflow-dev.yml

This file was deleted.

0 comments on commit 53e7008

Please sign in to comment.