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][NFC] Remove inaccurate comment in linux precommit yml #12841

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

sarnex
Copy link
Contributor

@sarnex sarnex commented Feb 27, 2024

Don't need it.

@@ -51,9 +51,6 @@ jobs:
name: Decide which Arc tests to run
needs: [build, detect_changes]
if: ${{ always() && !cancelled() && needs.build.outputs.build_conclusion == 'success' }}
# Github's ubuntu-* runners are slow to allocate. Use our CUDA runner since
# we don't use it for anything right now.
runs-on: [Linux, build]
Copy link
Contributor Author

@sarnex sarnex Feb 27, 2024

Choose a reason for hiding this comment

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

The workflow is not valid. .github/workflows/sycl-linux-precommit.yml (Line: 51, Col: 5): Required property is missing: runs-on

@aelovikov-intel It seems runs-on is required. What am I supposed to put there? Is it ubuntu-latest or something?

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
@sarnex sarnex changed the title [CI] Remove runner specification for Arc test determiniation job [CI] Remove inaccurate comment in linux precommit yml Feb 29, 2024
@sarnex sarnex marked this pull request as ready for review February 29, 2024 17:56
@sarnex sarnex requested a review from a team as a code owner February 29, 2024 17:56
@sarnex sarnex changed the title [CI] Remove inaccurate comment in linux precommit yml [CI][NFC] Remove inaccurate comment in linux precommit yml Feb 29, 2024
@sarnex sarnex merged commit 539c503 into intel:sycl Feb 29, 2024
1 of 2 checks passed
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