Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Merge 6af5f8f into 0fcc1da
Browse files Browse the repository at this point in the history
  • Loading branch information
hamersaw authored Sep 29, 2023
2 parents 0fcc1da + 6af5f8f commit 1af296d
Show file tree
Hide file tree
Showing 56 changed files with 224 additions and 241 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/benlaurie/objecthash v0.0.0-20180202135721-d1e3d6079fc1
github.com/fatih/color v1.13.0
github.com/flyteorg/flyteidl v1.5.21
github.com/flyteorg/flyteplugins v1.1.31
github.com/flyteorg/flyteplugins v1.1.32
github.com/flyteorg/flytestdlib v1.0.24
github.com/ghodss/yaml v1.0.0
github.com/go-redis/redis v6.15.7+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYF
github.com/felixge/httpsnoop v1.0.1/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
github.com/flyteorg/flyteidl v1.5.21 h1:zP1byUlNFqstTe7Io1DiiNgNf+mZAVmGZM04oIUA5kU=
github.com/flyteorg/flyteidl v1.5.21/go.mod h1:EtE/muM2lHHgBabjYcxqe9TWeJSL0kXwbI0RgVwI4Og=
github.com/flyteorg/flyteplugins v1.1.31 h1:9LHEWq6I4/hh4BeSk7qKwgeaBSyedD8V5se54v77yYo=
github.com/flyteorg/flyteplugins v1.1.31/go.mod h1:FujFQdL/f9r1HvFR81JCiNYusDy9F0lExhyoyMHXXbg=
github.com/flyteorg/flyteplugins v1.1.32 h1:PimN4wIUw9nV40MiF/m6RtQ2zAycFExu6IU2HwU+ANY=
github.com/flyteorg/flyteplugins v1.1.32/go.mod h1:FujFQdL/f9r1HvFR81JCiNYusDy9F0lExhyoyMHXXbg=
github.com/flyteorg/flytestdlib v1.0.24 h1:jDvymcjlsTRCwOtxPapro0WZBe3isTz+T3Tiq+mZUuk=
github.com/flyteorg/flytestdlib v1.0.24/go.mod h1:6nXa5g00qFIsgdvQ7jKQMJmDniqO0hG6Z5X5olfduqQ=
github.com/flyteorg/stow v0.3.7 h1:Cx7j8/Ux6+toD5hp5fy++927V+yAcAttDeQAlUD/864=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ spec:
kind: task
name: svm_trainer
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.containerization.multi_images.svm_trainer" '
n1:
id: n1
Expand Down Expand Up @@ -104,8 +102,6 @@ spec:
kind: task
name: svm_predictor
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.containerization.multi_images.svm_predictor" '
start-node:
id: start-node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ spec:
kind: task
name: ellipse-area-metadata-shell
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"ellipse-area-metadata-shell" '
n1:
id: n1
Expand All @@ -144,8 +142,6 @@ spec:
kind: task
name: ellipse-area-metadata-python
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"ellipse-area-metadata-python" '
n2:
id: n2
Expand All @@ -163,8 +159,6 @@ spec:
kind: task
name: ellipse-area-metadata-r
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"ellipse-area-metadata-r" '
n3:
id: n3
Expand All @@ -182,8 +176,6 @@ spec:
kind: task
name: ellipse-area-metadata-haskell
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"ellipse-area-metadata-haskell" '
n4:
id: n4
Expand All @@ -201,8 +193,6 @@ spec:
kind: task
name: ellipse-area-metadata-julia
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"ellipse-area-metadata-julia" '
n5:
id: n5
Expand Down Expand Up @@ -260,8 +250,6 @@ spec:
kind: task
name: report_all_calculated_areas
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.containerization.raw_container.report_all_calculated_areas" '
start-node:
id: start-node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,24 +107,18 @@ spec:
kind: task
name: secret_task
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.containerization.use_secrets.secret_task" '
n1:
id: n1
kind: task
name: user_info_task
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.containerization.use_secrets.user_info_task" '
n2:
id: n2
kind: task
name: secret_file_task
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.containerization.use_secrets.secret_file_task" '
start-node:
id: start-node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,12 @@ spec:
kind: task
name: write
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.chain_tasks.write" '
n1:
id: n1
kind: task
name: read
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.chain_tasks.read" '
start-node:
id: start-node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ spec:
kind: branch
name: fractions
resources: {}
retry:
minAttempts: 1
n0-n0:
id: n0-n0
inputBindings:
Expand All @@ -119,8 +117,6 @@ spec:
kind: task
name: double
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.double" '
n0-n1:
id: n0-n1
Expand All @@ -133,8 +129,6 @@ spec:
kind: task
name: square
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.square" '
start-node:
id: start-node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ spec:
kind: branch
name: fractions
resources: {}
retry:
minAttempts: 1
n0-n0:
id: n0-n0
inputBindings:
Expand All @@ -141,8 +139,6 @@ spec:
kind: task
name: double
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.double" '
n0-n1:
id: n0-n1
Expand All @@ -155,8 +151,6 @@ spec:
kind: task
name: square
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.square" '
start-node:
id: start-node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ spec:
kind: branch
name: fractions
resources: {}
retry:
minAttempts: 1
n0-n0:
id: n0-n0
inputBindings:
Expand All @@ -147,8 +145,6 @@ spec:
kind: task
name: double
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.double" '
n0-n1:
id: n0-n1
Expand All @@ -161,8 +157,6 @@ spec:
kind: task
name: square
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.square" '
n1:
id: n1
Expand All @@ -175,8 +169,6 @@ spec:
kind: task
name: double
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.double" '
start-node:
id: start-node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ spec:
kind: task
name: coin_toss
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.coin_toss" '
n1:
branch:
Expand All @@ -111,23 +109,17 @@ spec:
kind: branch
name: test
resources: {}
retry:
minAttempts: 1
n1-n0:
id: n1-n0
kind: task
name: success
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.success" '
n1-n1:
id: n1-n1
kind: task
name: failed
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.failed" '
start-node:
id: start-node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,23 +91,17 @@ spec:
kind: branch
name: test
resources: {}
retry:
minAttempts: 1
n0-n0:
id: n0-n0
kind: task
name: success
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.success" '
n0-n1:
id: n0-n1
kind: task
name: failed
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.failed" '
start-node:
id: start-node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ spec:
kind: branch
name: fractions
resources: {}
retry:
minAttempts: 1
n0-n0:
branch:
elseFail:
Expand Down Expand Up @@ -179,8 +177,6 @@ spec:
kind: branch
name: inner_fractions
resources: {}
retry:
minAttempts: 1
n0-n0-n0:
id: n0-n0-n0
inputBindings:
Expand All @@ -192,8 +188,6 @@ spec:
kind: task
name: double
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.double" '
n0-n0-n1:
id: n0-n0-n1
Expand All @@ -206,8 +200,6 @@ spec:
kind: task
name: square
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.square" '
n0-n1:
id: n0-n1
Expand All @@ -220,8 +212,6 @@ spec:
kind: task
name: square
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.square" '
n0-n2:
id: n0-n2
Expand All @@ -234,8 +224,6 @@ spec:
kind: task
name: double
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.double" '
start-node:
id: start-node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ spec:
kind: task
name: coin_toss
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.coin_toss" '
n1:
branch:
Expand All @@ -125,8 +123,6 @@ spec:
kind: branch
name: double_or_square
resources: {}
retry:
minAttempts: 1
n1-n0:
id: n1-n0
inputBindings:
Expand All @@ -138,8 +134,6 @@ spec:
kind: task
name: square
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.square" '
n1-n1:
id: n1-n1
Expand All @@ -157,8 +151,6 @@ spec:
kind: task
name: calc_sum
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.calc_sum" '
n2:
id: n2
Expand All @@ -171,8 +163,6 @@ spec:
kind: task
name: double
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.conditions.double" '
start-node:
id: start-node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ spec:
kind: task
name: count_characters
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.dynamics.count_characters" '
start-node:
id: start-node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ spec:
kind: task
name: coalesce
resources: {}
retry:
minAttempts: 1
task: 'resource_type:TASK name:"core.control_flow.map_task.coalesce" '
start-node:
id: start-node
Expand Down
Loading

0 comments on commit 1af296d

Please sign in to comment.