Skip to content
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

[CI] Add Windows icx build in nightly workflow #782

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

lukaszstolarczuk
Copy link
Contributor

@lukaszstolarczuk lukaszstolarczuk commented Oct 8, 2024

In our CI we only test icx on Ubuntu. This introduces a few job with icx run on Windows, but only in nightly build.

Ref. #772

// Preview run: https://github.com/lukaszstolarczuk/unified-memory-framework/actions/runs/11235904478

@lukaszstolarczuk lukaszstolarczuk requested a review from a team as a code owner October 8, 2024 13:11
@@ -88,3 +88,90 @@ jobs:

- name: Run tests under valgrind
run: ${{github.workspace}}/test/test_valgrind.sh ${{github.workspace}} ${{github.workspace}}/build ${{matrix.tool}}

icx:
name: ICX
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: icx compiler build?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like these jobs' names short to fit, on the Actions screen, more params ;-)

BUILD_DIR : "${{github.workspace}}/build"
strategy:
matrix:
os: ['windows-2019', 'windows-2022']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ubuntu icx builds could be moved here, what do you think? (in other PR)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's exactly my thought :)

@lukaszstolarczuk lukaszstolarczuk merged commit 52578e6 into oneapi-src:main Oct 9, 2024
72 checks passed
@lukaszstolarczuk lukaszstolarczuk deleted the icx-win-ci branch October 9, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants