Skip to content

[CI][NFC] Remove dead code from sycl_detect_changes.yml #10504

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
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .github/workflows/sycl_detect_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,9 @@ jobs:
- 'sycl/!(test-e2e|doc)/**'
ci:
- .github/workflows/**
- devops/*/**
# devops/* contains config files, including drivers versions.
# Allow them to be tested in pre-commit.
drivers_and_configs: &drivers_and_configs
- devops/*
test_build:
- *sycl
- *drivers_and_configs
- devops/*/**

- name: Set output
id: result
Expand All @@ -69,6 +64,6 @@ jobs:
return '${{ steps.changes.outputs.changes }}';
}
// Treat everything as changed for huge PRs.
return ["llvm", "llvm_spirv", "clang", "sycl_fusion", "xptifw", "libclc", "sycl", "ci", "drivers_and_configs", "test_build"];
return ["llvm", "llvm_spirv", "clang", "sycl_fusion", "xptifw", "libclc", "sycl", "ci"];

- run: echo '${{ steps.result.outputs.result }}'