Skip to content

Commit c01849e

Browse files
committed
Update Adapter Change Process to use main branch
1 parent 26e98b5 commit c01849e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/e2e_nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
- name: Checkout UR
3131
uses: actions/checkout@v4
3232
with:
33-
ref: adapters
3433
path: ur-repo
3534

3635
- name: Checkout SYCL

.github/workflows/nightly.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
# with-ref part to be removed after merging 'adapters' branch with 'main'
21-
with:
22-
ref: adapters
2320

2421
- name: Install pip packages
2522
run: pip install -r third_party/requirements.txt

scripts/core/CONTRIB.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Adapter Change Process
5353
======================
5454

5555
1. Create a pull request containing the adapter changes in the
56-
`oneapi-src/unified-runtime`_ project targeting the `adapters
57-
<https://github.com/oneapi-src/unified-runtime/tree/adapters>`_ branch.
56+
`oneapi-src/unified-runtime`_ project targeting the `main
57+
<https://github.com/oneapi-src/unified-runtime/tree/main>`_ branch.
5858

5959
2. Create a draft pull request in the `intel/llvm`_ project to take advantage
6060
of the pre-merge testing. Add any required implementation changes in

0 commit comments

Comments
 (0)