diff --git a/.github/workflows/sycl-detect-changes.yml b/.github/workflows/sycl-detect-changes.yml index 6fcff12220057..e3e048f772f7d 100644 --- a/.github/workflows/sycl-detect-changes.yml +++ b/.github/workflows/sycl-detect-changes.yml @@ -12,7 +12,7 @@ permissions: read-all jobs: need_check: name: Decide which tests could be affected by the changes - runs-on: [Linux, aux-tasks] + runs-on: ubuntu-latest timeout-minutes: 3 outputs: filters: ${{ steps.result.outputs.result }} @@ -28,7 +28,7 @@ jobs: - name: Check file changes uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 - if: ${{ steps.changed_files.outputs.changed_file_cnt }} < 500 + if: ${{ steps.changed_files.outputs.changed_file_cnt < 500 }} id: changes with: filters: | @@ -98,4 +98,3 @@ jobs: return ["llvm", "llvm_spirv", "clang", "sycl_jit", "xptifw", "libclc", "sycl", "ci", "esimd", "ur"]; - run: echo '${{ steps.result.outputs.result }}' - diff --git a/.github/workflows/sycl-linux-precommit.yml b/.github/workflows/sycl-linux-precommit.yml index b1ea2fdb03eb6..5cca27443e324 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -5,25 +5,6 @@ on: # "Require approval for all outside collaborators" at # https://github.com/intel/llvm/settings/actions for security. pull_request: - branches: - - sycl - - sycl-rel-** - # Do not run builds if changes are only in the following locations - paths-ignore: - - '.github/ISSUE_TEMPLATE/**' - - '.github/CODEOWNERS' - - 'sycl/cts_exclude_filter/**' - - 'sycl/doc/**' - - 'sycl/gdb/**' - - 'clang/docs/**' - - '**.md' - - '**.rst' - - '.github/workflows/sycl-windows-*.yml' - - '.github/workflows/sycl-macos-*.yml' - - '.github/workflows/sycl-nightly.yml' - - '.github/workflows/sycl-rel-nightly.yml' - - 'devops/containers/**' - - 'devops/actions/build_container/**' concurrency: # Cancel a currently running workflow from the same PR, branch or tag. diff --git a/sycl/test-e2e/lit.cfg.py b/sycl/test-e2e/lit.cfg.py index 7235a5dbfa99d..de2b6c8f3e8c5 100644 --- a/sycl/test-e2e/lit.cfg.py +++ b/sycl/test-e2e/lit.cfg.py @@ -1,6 +1,6 @@ # -*- Python -*- -import os +import os import platform import copy import re