Skip to content

Commit

Permalink
switch from wait plugin to utilities plugin for wait step
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblack committed Nov 29, 2024
1 parent 8256710 commit d4d657b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions fixtures/test-subworkflow/depth-1_workflow-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ input:
steps:
wait_1:
plugin:
src: quay.io/arcalot/arcaflow-plugin-wait:0.2.0
src: quay.io/arcalot/arcaflow-plugin-utilities:0.6.1
deployment_type: image
step: wait
input:
seconds: !expr $.input.seconds
wait_time_ms: !expr $.input.seconds * 1000
outputs:
success:
a: !expr $.steps.wait_1.outputs
4 changes: 2 additions & 2 deletions fixtures/test-subworkflow/depth-1_workflow-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ input:
steps:
wait_1:
plugin:
src: quay.io/arcalot/arcaflow-plugin-wait:0.2.0
src: quay.io/arcalot/arcaflow-plugin-utilities:0.6.1
deployment_type: image
step: wait
input:
seconds: !expr $.input.seconds
wait_time_ms: !expr $.input.seconds * 1000
wait_loop:
kind: foreach
items:
Expand Down
4 changes: 2 additions & 2 deletions fixtures/test-subworkflow/depth-2_workflow-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ input:
steps:
wait_1:
plugin:
src: quay.io/arcalot/arcaflow-plugin-wait:0.2.0
src: quay.io/arcalot/arcaflow-plugin-utilities:0.6.1
deployment_type: image
step: wait
input:
seconds: !expr $.input.seconds
wait_time_ms: !expr $.input.seconds * 1000
wait_loop:
kind: foreach
items:
Expand Down
4 changes: 2 additions & 2 deletions fixtures/test-subworkflow/depth-3_workflow-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ input:
steps:
wait_1:
plugin:
src: quay.io/arcalot/arcaflow-plugin-wait:0.2.0
src: quay.io/arcalot/arcaflow-plugin-utilities:0.6.1
deployment_type: image
step: wait
input:
seconds: !expr $.input.seconds
wait_time_ms: !expr $.input.seconds * 1000
outputs:
success:
a: !expr $.steps.wait_1.outputs

0 comments on commit d4d657b

Please sign in to comment.