From b80591cff7de62ed1dc9bdbf5dc37e9e21341f36 Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Thu, 28 Dec 2023 16:15:55 -0800 Subject: [PATCH] Run integration in @bors try --- .github/workflows/ci.yml | 7 +++---- src/ci/github-actions/ci.yml | 12 +++++++----- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 540e1eb157e2f..1297ef795a44c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -579,10 +579,9 @@ jobs: strategy: matrix: include: - - name: dist-x86_64-linux - env: - CODEGEN_BACKENDS: "llvm,cranelift" - os: ubuntu-20.04-16core-64gb + - name: x86_64-gnu-integration + os: ubuntu-20.04-8core-32gb + env: {} timeout-minutes: 600 runs-on: "${{ matrix.os }}" steps: diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 62c41ee8ecd68..0c54948ddf6df 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -732,11 +732,13 @@ jobs: strategy: matrix: include: - - &dist-x86_64-linux - name: dist-x86_64-linux - env: - CODEGEN_BACKENDS: llvm,cranelift - <<: *job-linux-16c + - name: x86_64-gnu-integration + <<: *job-linux-8c + #- &dist-x86_64-linux + # name: dist-x86_64-linux + # env: + # CODEGEN_BACKENDS: llvm,cranelift + # <<: *job-linux-16c master: