-
Notifications
You must be signed in to change notification settings - Fork 779
[CI] Remove workarounds #19017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: sycl
Are you sure you want to change the base?
[CI] Remove workarounds #19017
Conversation
Test run - https://github.com/intel/llvm/actions/runs/15685104960 |
BTW I guess this arg may also be eliminated (or at least changed to llvm/.github/workflows/sycl-nightly.yml Line 125 in 9830842
Now it's expected to always be github.sha , so we probably can painlessly drop it. @intel/dpcpp-devops-reviewers should we?
|
Was it like that before the release CI changes, or did you have to add it? If you added, then feel free to drop. |
Nope, looks like it was there before my change, I just renamed this input. So this is ready then. |
devops_ref and cts_exclude_ref were used as workaronds to launch sycl-rel-nightly with the sycl-rel branch using the regular sycl branch. Now we run sycl-rel-nightly using the sycl-rel branch, so there is no need to keep these workarounds.