Skip to content

Commit ea7e716

Browse files
author
Pavel Chupin
authored
[CI][NFC] Fix github actions warnings (#7169)
One more fix became available. Also update some CI workflows according to current testing setup: * Trigger post commit testing load in pre-commit time if corresponding sub-workflows changed * Ignore Windows/MacOS sub-workflows changes in pre-commit testing load, they are not actually tested by pre-commit
1 parent d3e5273 commit ea7e716

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/sycl_post_commit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- sycl
1010
paths:
1111
- .github/workflows/sycl_post_commit.yml
12+
- .github/workflows/sycl_gen_test_matrix.yml
13+
- .github/workflows/sycl_linux_build_and_test.yml
14+
- .github/workflows/sycl_windows_build_and_test.yml
15+
- .github/workflows/sycl_macos_build_and_test.yml
1216

1317
jobs:
1418
# This job generates matrix of tests for LLVM Test Suite

.github/workflows/sycl_precommit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- '.github/ISSUE_TEMPLATE/**'
1010
- '.github/CODEOWNERS'
1111
- '.github/workflows/sycl_update_gpu_driver.yml'
12+
- '.github/workflows/sycl_windows_build_and_test.yml'
13+
- '.github/workflows/sycl_macos_build_and_test.yml'
1214
- 'devops/containers/**'
1315
- 'devops/scripts/install_drivers.sh'
1416
- 'devops/scripts/install_build_tools.sh'

.github/workflows/sycl_windows_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: [Windows, build]
1515
# TODO use cached checkout
1616
steps:
17-
- uses: ilammy/msvc-dev-cmd@9f8ae839b01883414208f29e3e24524387f48e1f
17+
- uses: ilammy/msvc-dev-cmd@7315a94840631165970262a99c72cfb48a65d25d
1818
with:
1919
arch: amd64
2020
- name: Set env

0 commit comments

Comments
 (0)