@@ -37,7 +37,6 @@ Feature: Remote Trigger
37
37
And the "fail_A" build failed
38
38
Then the "fail_B_prod" job on branch "pipelineB" is not triggered
39
39
40
- @beta
41
40
Scenario : External builds are not triggered if required build is not successful.
42
41
Given an existing pipeline on branch "pipelineA" with job "fail_A"
43
42
And an existing pipeline on branch "pipelineB" with the workflow jobs:
@@ -58,7 +57,6 @@ Feature: Remote Trigger
58
57
Then the "success_B_or_prod" job on branch "pipelineB" is started
59
58
And the "success_B_or_prod" build's parentBuildId on branch "pipelineB" is that "success_A" build's buildId
60
59
61
- @beta
62
60
Scenario : External build is triggered after another build is successful.
63
61
Given an existing pipeline on branch "pipelineA" with job "success_A"
64
62
And an existing pipeline on branch "pipelineB" with the workflow jobs:
@@ -80,7 +78,6 @@ Feature: Remote Trigger
80
78
Then the "or_multiple_B_prod" job on branch "pipelineB" is started
81
79
And the "or_multiple_B_prod" build's parentBuildId on branch "pipelineB" is that "success_A" build's buildId
82
80
83
- @beta
84
81
Scenario : External build is triggered after one of the builds is successful.
85
82
Given an existing pipeline on branch "pipelineA" with job "success_A"
86
83
And an existing pipeline on branch "pipelineB" with the workflow jobs:
@@ -104,7 +101,6 @@ Feature: Remote Trigger
104
101
And the "success_B_and_prod" build's parentBuildId on branch "pipelineB" is that "success_A" build's buildId
105
102
106
103
@ignore
107
- @beta
108
104
Scenario : External build which requires single AND trigger is triggered after another build is successful.
109
105
Given an existing pipeline on branch "pipelineA" with job "success_A"
110
106
And an existing pipeline on branch "pipelineB" with the workflow jobs:
@@ -129,7 +125,6 @@ Feature: Remote Trigger
129
125
And the "parallel_B2" build's parentBuildId on branch "pipelineB" is that "parallel_A" build's buildId
130
126
And builds for "parallel_B1" and "parallel_B2" jobs are part of a single event
131
127
132
- @beta
133
128
Scenario : Remote Join
134
129
Given an existing pipeline on branch "beta-remote_join1" with the workflow jobs:
135
130
| job | requires |
0 commit comments