Skip to content

Commit 9039790

Browse files
authored
Uid/jfedorov/ci fix workaround (#15)
* Makes workflow jobs run serially - workaround for CI pass on the runner Signed-off-by: gta <[email protected]> * Fixes syntax in YAML Signed-off-by: gta <[email protected]> --------- Signed-off-by: gta <[email protected]>
1 parent 7522781 commit 9039790

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sdk_build_and_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
5353
pti-tools-build-and-test:
5454

55+
needs: sdk-build-and-test # this is a workaround to ensure tests setup to pass on this runner
56+
# TODO make the workflow more generic
57+
5558
if: github.repository != 'intel/pti-gpu' # no run externally due to no required HW
5659
runs-on: self-hosted
5760

0 commit comments

Comments
 (0)