Skip to content

Commit ebd598a

Browse files
[CI] Lock Windows CI (#11240)
I've created `WindowsCILock` environment and put @intel/dpcpp-devops-reviewers into *workflow* reviewers list. Tasks using this environment will need to be approved by a member of this team before they run. Once CI is stabilized I'm going to clear the box to require those reviews but keep the workflow files change so that we can lock the CI in future. I'm also planning in implementing the same for Linux pre-commit later.
1 parent f4ae66e commit ebd598a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sycl_windows_build_and_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
build:
2828
name: Build + LIT
2929
runs-on: [Windows, build]
30+
environment: WindowsCILock
3031
# TODO use cached checkout
3132
outputs:
3233
build_conclusion: ${{ steps.build.conclusion }}
@@ -126,6 +127,7 @@ jobs:
126127
if: ${{ always() && needs.build.outputs.build_conclusion == 'success' }}
127128
name: SYCL E2E on Windows
128129
runs-on: [Windows, gen12]
130+
environment: WindowsCILock
129131
steps:
130132
- uses: ilammy/msvc-dev-cmd@7315a94840631165970262a99c72cfb48a65d25d
131133
with:

0 commit comments

Comments
 (0)