Skip to content

Commit 5bd0ff8

Browse files
authored
OS in E2E reports (#4536)
After #4518 we need to distinguish E2E runs on Linux and Windows. Setting `OS` to `Linux` or `Windows` in the dotenv file. Signed-off-by: Pavel Chekin <[email protected]>
1 parent 5cd910c commit 5bd0ff8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/e2e-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ jobs:
286286
LEVEL_ZERO_VERSION=$LEVEL_ZERO_VERSION
287287
GPU_DEVICE=$GPU_DEVICE
288288
AGAMA_VERSION=$AGAMA_VERSION
289+
OS=${{ runner.os }}
289290
EOF
290291
291292
- name: Copy reports

.github/workflows/e2e-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ jobs:
356356
LEVEL_ZERO_VERSION=$LEVEL_ZERO_VERSION
357357
GPU_DEVICE=$GPU_DEVICE
358358
AGAMA_VERSION=$AGAMA_VERSION
359+
OS=${{ runner.os }}
359360
EOF
360361
361362
- name: Upload test logs

0 commit comments

Comments
 (0)