-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(loop): prevent reference to a looped task output artifact
Users must now handle looped task artifact aggregation themselves 👷 pollination/queenbee-argo#59
- Loading branch information
1 parent
7112f21
commit 0e99e92
Showing
10 changed files
with
85 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Cannot refer to outputs from a looped task.You must perform your own aggregation and then refer to a hard coded folder path. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
metadata: | ||
name: minimal-recipe | ||
tag: 0.2.1 | ||
|
||
dependencies: | ||
- type: operator | ||
name: honeybee-radiance | ||
tag: 1.2.3 | ||
source: https://example.com/test-repo | ||
|
||
flow: | ||
- name: main | ||
tasks: | ||
- name: minimal-task | ||
template: honeybee-radiance/10000-lux-sky | ||
loop: | ||
value: | ||
- 1 | ||
- 2 | ||
outputs: | ||
artifacts: | ||
- name: sky | ||
path: '{{item}}.sky' | ||
outputs: | ||
artifacts: | ||
- name: skies | ||
from: | ||
type: tasks | ||
name: minimal-task | ||
variable: sky |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-33 Bytes
(97%)
tests/assets/repository/test-repo/recipes/daylight-factor-0.0.1.tgz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters