Skip to content

Commit 3a4c1ff

Browse files
author
Renat Akhmerov
committed
Remove "policies" keyword from test resources
Depends-On: I25e0d048222b6b7b1f3ffb3a9cf5029b7e6bcf45 Change-Id: I1bd4c15f0990f5d2d879855770763e8b19d2561d
1 parent c0fe5c6 commit 3a4c1ff

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

functionaltests/resources/v2/wb_with_tags_v2.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ version: '2.0'
33

44
name: wb
55
tags: [tag]
6+
67
workflows:
78
wf1:
89
type: direct
10+
911
tasks:
1012
hello:
1113
action: std.echo output="Hello"
1214
publish:
13-
result: <% $.hello %>
15+
result: <% $.hello %>

functionaltests/resources/v2/wf_delay_v2.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ wf:
1010
action: std.echo output="Hello"
1111
publish:
1212
result: <% $.hello %>
13-
policies:
14-
wait-after: 1
13+
wait-after: 1
1514
on-success:
1615
- task2
1716

functionaltests/resources/v2/wf_v2.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ version: '2.0'
33

44
wf:
55
type: direct
6+
67
tasks:
78
hello:
89
action: std.echo output="Hello"
9-
policies:
10-
wait-before: 5
10+
wait-before: 5
1111
publish:
1212
result: <% $.hello %>
1313

@@ -16,11 +16,13 @@ wf1:
1616
tags: [tag]
1717
input:
1818
- farewell
19+
1920
tasks:
2021
addressee:
2122
action: std.echo output="John"
2223
publish:
2324
name: <% $.addressee %>
25+
2426
goodbye:
2527
action: std.echo output="<% $.farewell %>, <% $.name %>"
2628
requires: [addressee]

0 commit comments

Comments
 (0)