From 9154a8f0c820d1e95f524613daed8f0771fc4dc9 Mon Sep 17 00:00:00 2001 From: klensy Date: Wed, 23 Aug 2023 17:29:08 +0300 Subject: [PATCH] [dont merge] handmade try --- .github/workflows/ci.yml | 11 +---------- src/ci/github-actions/ci.yml | 12 ++---------- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3680136d89ff7..2bc965c0d5033 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,16 +49,7 @@ jobs: strategy: matrix: include: - - name: mingw-check - os: ubuntu-20.04-4core-16gb - env: {} - - name: mingw-check-tidy - os: ubuntu-20.04-4core-16gb - env: {} - - name: x86_64-gnu-llvm-15 - os: ubuntu-20.04-16core-64gb - env: {} - - name: x86_64-gnu-tools + - name: dist-x86_64-linux os: ubuntu-20.04-16core-64gb env: {} timeout-minutes: 600 diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 89b82d59d3176..ecc09675c5b0d 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -315,16 +315,8 @@ jobs: strategy: matrix: include: - - name: mingw-check - <<: *job-linux-4c - - - name: mingw-check-tidy - <<: *job-linux-4c - - - name: x86_64-gnu-llvm-15 - <<: *job-linux-16c - - - name: x86_64-gnu-tools + - &dist-x86_64-linux + name: dist-x86_64-linux <<: *job-linux-16c auto: