File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 39
39
- *llvm_spirv
40
40
- *clang
41
41
- 'libclc/**'
42
- sycl:
42
+ sycl: &sycl
43
43
- *clang
44
44
- *sycl-fusion
45
45
- *llvm_spirv
49
49
- 'sycl/!(test-e2e|doc)/**'
50
50
ci:
51
51
- .github/workflows/**
52
- - devops/**
52
+ - devops/*/**
53
+ # devops/* contains config files, including drivers versions.
54
+ # Allow them to be tested in pre-commit.
55
+ drivers_and_configs: &drivers_and_configs
56
+ - devops/*
57
+ test_build:
58
+ - *sycl
59
+ - *drivers_and_configs
Original file line number Diff line number Diff line change 16
16
- ' **.rst'
17
17
# For CI-related files we explicitly skip all the jobs below even if there
18
18
# were other (non-ignored) files modified in this PR.
19
- - ' .github/workflows/**'
20
- - ' devops/**'
19
+ - ' devops/*/**'
21
20
22
21
permissions :
23
22
contents : read
75
74
if : |
76
75
always()
77
76
&& (success() || contains(github.event.pull_request.labels.*.name, 'ignore-lint'))
78
- && contains(needs.detect_changes.outputs.filters, 'sycl ')
77
+ && contains(needs.detect_changes.outputs.filters, 'test_build ')
79
78
&& !contains(needs.detect_changes.outputs.filters, 'ci')
80
79
uses : ./.github/workflows/sycl_linux_build_and_test.yml
81
80
secrets : inherit
93
92
name : Linux SYCL E2E on Nightly
94
93
needs : [detect_changes]
95
94
if : |
96
- !contains(needs.detect_changes.outputs.filters, 'sycl ')
95
+ !contains(needs.detect_changes.outputs.filters, 'test_build ')
97
96
&& !contains(needs.detect_changes.outputs.filters, 'ci')
98
97
uses : ./.github/workflows/linux_matrix_e2e_on_nightly.yml
99
98
secrets : inherit
You can’t perform that action at this time.
0 commit comments