From b668324c6ad8c1539cf01fb2d282e53da502fe96 Mon Sep 17 00:00:00 2001 From: Paulius Velesko Date: Tue, 6 Aug 2024 15:20:00 +0300 Subject: [PATCH] disable CI --- .github/workflows/check-unit-tests-intel.yml | 152 +++++++++---------- 1 file changed, 76 insertions(+), 76 deletions(-) diff --git a/.github/workflows/check-unit-tests-intel.yml b/.github/workflows/check-unit-tests-intel.yml index 45eccba8c..744d7efde 100644 --- a/.github/workflows/check-unit-tests-intel.yml +++ b/.github/workflows/check-unit-tests-intel.yml @@ -1,79 +1,79 @@ -# Workflow syntax: -# https://help.github.com/en/articles/workflow-syntax-for-github-actions -name: unit-test-checker-intel +# # Workflow syntax: +# # https://help.github.com/en/articles/workflow-syntax-for-github-actions +# name: unit-test-checker-intel -on: - pull_request: - paths-ignore: "docs/**" +# on: +# pull_request: +# paths-ignore: "docs/**" -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true +# concurrency: +# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} +# cancel-in-progress: true -jobs: - unit-tests-llvm-16-debug: - runs-on: X64 - steps: - - uses: actions/checkout@v3 - with: - ref: ${{ github.event.pull_request.head.sha }} - fetch-depth: 0 - submodules: 'recursive' - - name: Run unit test checking script - run: ./scripts/unit_tests.sh debug llvm-16 - shell: bash - unit-tests-llvm-16-release: - runs-on: X64 - steps: - - uses: actions/checkout@v3 - with: - ref: ${{ github.event.pull_request.head.sha }} - fetch-depth: 0 - submodules: 'recursive' - - name: Run unit test checking script - run: ./scripts/unit_tests.sh release llvm-16 - shell: bash - unit-tests-llvm-17-debug: - runs-on: X64 - steps: - - uses: actions/checkout@v3 - with: - ref: ${{ github.event.pull_request.head.sha }} - fetch-depth: 0 - submodules: 'recursive' - - name: Run unit test checking script - run: ./scripts/unit_tests.sh debug llvm-17 - shell: bash - unit-tests-llvm-17-release: - runs-on: X64 - steps: - - uses: actions/checkout@v3 - with: - ref: ${{ github.event.pull_request.head.sha }} - fetch-depth: 0 - submodules: 'recursive' - - name: Run unit test checking script - run: ./scripts/unit_tests.sh release llvm-17 - shell: bash - unit-tests-llvm-18-debug: - runs-on: X64 - steps: - - uses: actions/checkout@v3 - with: - ref: ${{ github.event.pull_request.head.sha }} - fetch-depth: 0 - submodules: 'recursive' - - name: Run unit test checking script - run: ./scripts/unit_tests.sh debug llvm-18 - shell: bash - unit-tests-llvm-18-release: - runs-on: X64 - steps: - - uses: actions/checkout@v3 - with: - ref: ${{ github.event.pull_request.head.sha }} - fetch-depth: 0 - submodules: 'recursive' - - name: Run unit test checking script - run: ./scripts/unit_tests.sh release llvm-18 - shell: bash +# jobs: +# unit-tests-llvm-16-debug: +# runs-on: X64 +# steps: +# - uses: actions/checkout@v3 +# with: +# ref: ${{ github.event.pull_request.head.sha }} +# fetch-depth: 0 +# submodules: 'recursive' +# - name: Run unit test checking script +# run: ./scripts/unit_tests.sh debug llvm-16 +# shell: bash +# unit-tests-llvm-16-release: +# runs-on: X64 +# steps: +# - uses: actions/checkout@v3 +# with: +# ref: ${{ github.event.pull_request.head.sha }} +# fetch-depth: 0 +# submodules: 'recursive' +# - name: Run unit test checking script +# run: ./scripts/unit_tests.sh release llvm-16 +# shell: bash +# unit-tests-llvm-17-debug: +# runs-on: X64 +# steps: +# - uses: actions/checkout@v3 +# with: +# ref: ${{ github.event.pull_request.head.sha }} +# fetch-depth: 0 +# submodules: 'recursive' +# - name: Run unit test checking script +# run: ./scripts/unit_tests.sh debug llvm-17 +# shell: bash +# unit-tests-llvm-17-release: +# runs-on: X64 +# steps: +# - uses: actions/checkout@v3 +# with: +# ref: ${{ github.event.pull_request.head.sha }} +# fetch-depth: 0 +# submodules: 'recursive' +# - name: Run unit test checking script +# run: ./scripts/unit_tests.sh release llvm-17 +# shell: bash +# unit-tests-llvm-18-debug: +# runs-on: X64 +# steps: +# - uses: actions/checkout@v3 +# with: +# ref: ${{ github.event.pull_request.head.sha }} +# fetch-depth: 0 +# submodules: 'recursive' +# - name: Run unit test checking script +# run: ./scripts/unit_tests.sh debug llvm-18 +# shell: bash +# unit-tests-llvm-18-release: +# runs-on: X64 +# steps: +# - uses: actions/checkout@v3 +# with: +# ref: ${{ github.event.pull_request.head.sha }} +# fetch-depth: 0 +# submodules: 'recursive' +# - name: Run unit test checking script +# run: ./scripts/unit_tests.sh release llvm-18 +# shell: bash