Skip to content

[CI] Update labels in configs #5758

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

Merged
merged 1 commit into from
Mar 10, 2022
Merged

Conversation

alexbatashev
Copy link
Contributor

@alexbatashev alexbatashev commented Mar 9, 2022

Always specify OS name in config files

@alexbatashev alexbatashev marked this pull request as ready for review March 9, 2022 09:14
@alexbatashev alexbatashev requested a review from bader as a code owner March 9, 2022 09:15
@@ -68,7 +64,7 @@ on:
jobs:
build:
name: Build + LIT
runs-on: ${{ inputs.build_runs_on }}
runs-on: [Linux, build]
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we can refactor this script to make it OS agnostic to re-use build and test workflow both on Linux and Windows.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maybe

@bader bader merged commit 879c3ae into intel:sycl Mar 10, 2022
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.

2 participants