You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We seem to be tripping over cli/cli#2979 in the sycl_update_gpu_driver.yml action. Fortunately, adding the `--head` flag to the PR creation command is trivial and _should_ work around it. Also, the `sycl` branch is protected on intel/llvm, so am switching from a direct push to a PR for the nightly.
Note that this has been tested on my fork and works, but that was true for its previous incarnation. It is possible that this fix may yet be incomplete. Won't know until we exercise it.
gh pr create --title "[GHA] Uplift GPU RT version for Linux CI" --body "Uplift GPU RT version for Linux to $NEW_DRIVER_VERSION" --assignee @intel/dpcpp-devops-reviewers
32
+
gh pr create --head $BRANCH --title "[GHA] Uplift GPU RT version for Linux CI" --body "Uplift GPU RT version for Linux to $NEW_DRIVER_VERSION" --assignee @intel/dpcpp-devops-reviewers
gh pr create --head $BRANCH --title "[GHA] Uplift GPU RT version for Nightly Builds" --body "Uplift GPU RT version for Linux to $NEW_DRIVER_VERSION" --assignee @intel/dpcpp-devops-reviewers
0 commit comments