-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added test cases for the scenario where there are two successfull wor…
…kflows for one worker Signed-off-by: parauliya <[email protected]>
- Loading branch information
parauliya
committed
Aug 19, 2020
1 parent
9633ec9
commit 8d64db5
Showing
2 changed files
with
163 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
version: "0.1" | ||
name: hello_world_again_workflow | ||
global_timeout: 600 | ||
tasks: | ||
- name: "hello world" | ||
worker: "{{.device_1}}" | ||
actions: | ||
- name: "hello_world_again" | ||
image: hello-world-again | ||
timeout: 60 |
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