oneapi-src / oneDAL

oneAPI Data Analytics Library (oneDAL)
https://software.intel.com/en-us/oneapi/onedal
Apache License 2.0
617 stars 213 forks source link

[CI] make Nightly-build CI run on changes to CI #2971

Closed icfaust closed 3 weeks ago

icfaust commented 3 weeks ago

Description

With the merge of intel/scikit-learn-intelex#2147, runs of Nightly-build are only taken from scheduled or workflow dispatches. This allows for testing the nightly without disrupting sklearnex CI when changes to CI, make system, or the nightly are made in PRs. This will make it less blind, and verification by reviewers easier/less by faith. If changes are made to CI, then nightly-build will run on the PR. This will not be run on main push.

NOTE: This PR fixes two CI issues which have shown up:

1) A qemu install from deb package issue, which the version and dependencies have changed 2) An issue in building the nightly on windows with a VS/DPCPP hybrid build caused by changes introduced in #2946


PR should start as a draft, then move to ready for review state after CI is passed and all applicable checkboxes are closed. This approach ensures that reviewers don't spend extra time asking for regular requirements.

You can remove a checkbox as not applicable only if it doesn't relate to this PR in any way. For example, PR with docs update doesn't require checkboxes for performance while PR with any change in actual code should have checkboxes and justify how this code change is expected to affect performance (or justification should be self-evident).

Checklist to comply with before moving PR from draft:

PR completeness and readability

Testing

Performance