Skip to content

Commit cee4ea0

Browse files
committed
Add descriptions for new parameters
1 parent 3951884 commit cee4ea0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,26 @@ on:
6060
required: False
6161

6262
e2e_binaries_artifact:
63+
description: |
64+
By setting this the E2E binaries folder will not be created, rather it
65+
will be downloaded and extracted from the specified artifact. When
66+
running tests in `run-only` mode this must be provided.
6367
type: string
6468
default: ''
6569
required: False
6670
e2e_testing_mode:
71+
description: |
72+
Testing mode to run E2E tests in, can be either `full`, `build-only`
73+
or `run-only`. In `build-only` mode an artifact of the E2E binaries
74+
will be uploaded.
6775
type: string
6876
default: 'full'
6977
artifact_suffix:
78+
description: 'Suffix for E2E binaries artifact that is output when in `build-only`.'
7079
type: string
7180
default: 'default'
7281
retention-days:
73-
description: 'E2E binaries artifact retention period'
82+
description: 'E2E binaries artifact retention period.'
7483
type: string
7584
default: 1
7685

0 commit comments

Comments
 (0)