Skip to content

Commit

Permalink
Merge pull request #1137 from kbenzie/benie/update-adapter-change-pro…
Browse files Browse the repository at this point in the history
…cess

Update Adapter Change Process to use main branch
  • Loading branch information
kbenzie authored Dec 5, 2023
2 parents 6175cee + c01849e commit 95db255
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- name: Checkout UR
uses: actions/checkout@v4
with:
ref: adapters
path: ur-repo

- name: Checkout SYCL
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v3
# with-ref part to be removed after merging 'adapters' branch with 'main'
with:
ref: adapters

- name: Install pip packages
run: pip install -r third_party/requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions scripts/core/CONTRIB.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Adapter Change Process
======================

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

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

0 comments on commit 95db255

Please sign in to comment.