Skip to content

Commit ec90330

Browse files
committed
GREEN-722: Include poll-results param for job
1 parent 7ad2338 commit ec90330

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/examples/schedule-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: |
44
usage:
55
version: 2.1
66
orbs:
7-
testlio: testlio/testlio@1.0.1
7+
testlio: testlio/testlio@1.0.5
88
workflows:
99
schedule-run:
1010
jobs:

src/jobs/schedule-run.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ parameters:
3737
default: false
3838
description: |
3939
When true it runs configuration validations without creating run.
40+
poll-results:
41+
type: boolean
42+
default: false
43+
description: |
44+
When true, it will keep polling for until a definitive result is returned
4045
steps:
4146
- when:
4247
condition: << parameters.attach-workspace >>
@@ -50,6 +55,7 @@ steps:
5055
- install
5156
- create-run:
5257
dry-run: << parameters.dry-run >>
58+
poll-results: << parameters.poll-results >>
5359
token: << parameters.token >>
5460
test-config: << parameters.test-config >>
5561
project-config: << parameters.project-config >>

0 commit comments

Comments
 (0)