Skip to content

Commit 3ff836e

Browse files
committed
Run integration in @bors try
1 parent 43aba41 commit 3ff836e

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/workflows/ci.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -567,10 +567,9 @@ jobs:
567567
strategy:
568568
matrix:
569569
include:
570-
- name: dist-x86_64-linux
571-
env:
572-
CODEGEN_BACKENDS: "llvm,cranelift"
573-
os: ubuntu-20.04-16core-64gb
570+
- name: x86_64-gnu-integration
571+
os: ubuntu-20.04-8core-32gb
572+
env: {}
574573
timeout-minutes: 600
575574
runs-on: "${{ matrix.os }}"
576575
steps:

src/ci/github-actions/ci.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -724,11 +724,13 @@ jobs:
724724
strategy:
725725
matrix:
726726
include:
727-
- &dist-x86_64-linux
728-
name: dist-x86_64-linux
729-
env:
730-
CODEGEN_BACKENDS: llvm,cranelift
731-
<<: *job-linux-16c
727+
- name: x86_64-gnu-integration
728+
<<: *job-linux-8c
729+
#- &dist-x86_64-linux
730+
# name: dist-x86_64-linux
731+
# env:
732+
# CODEGEN_BACKENDS: llvm,cranelift
733+
# <<: *job-linux-16c
732734

733735

734736
master:

0 commit comments

Comments
 (0)