Skip to content

Commit d1ba477

Browse files
TEST CI bench
1 parent 132890e commit d1ba477

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed

.github/workflows/email-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
validate_email:
1414
runs-on: ubuntu-24.04
15-
if: github.repository == 'intel/llvm'
15+
if: false
1616
steps:
1717
- name: Fetch LLVM sources
1818
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0

.github/workflows/pr-code-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
2020
cancel-in-progress: true
21-
if: (github.repository == 'llvm/llvm-project' || github.repository == 'intel/llvm') && !contains(github.event.pull_request.labels.*.name, 'disable-lint')
21+
if: false
2222
steps:
2323
- name: Fetch LLVM sources
2424
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0

.github/workflows/sycl-linux-precommit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ permissions: read-all
4242

4343
jobs:
4444
detect_changes:
45+
if: false
4546
uses: ./.github/workflows/sycl-detect-changes.yml
4647

4748
build:
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Test Benchmarks
2+
3+
on: [pull_request]
4+
5+
permissions: read-all
6+
7+
jobs:
8+
perf-test:
9+
uses: ./.github/workflows/sycl-ur-perf-benchmarking.yml
10+
with:
11+
upload_results: 'false'
12+
exit_on_failure: 'true'
13+
runner: '["BMG_PERF"]'
14+
backend: 'level_zero:gpu'

.github/workflows/sycl-windows-precommit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ concurrency:
4242

4343
jobs:
4444
detect_changes:
45+
if: false
4546
uses: ./.github/workflows/sycl-detect-changes.yml
4647

4748
build:

0 commit comments

Comments
 (0)