From 07bd9b4eee6f00cb65067f8c62148a74d6eb86ca Mon Sep 17 00:00:00 2001 From: Lukas Markeffsky <@> Date: Fri, 16 Feb 2024 13:12:31 +0100 Subject: [PATCH] [DO NOT MERGE] test in CI --- .github/workflows/ci.yml | 3 +++ src/ci/github-actions/ci.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f95551d679b98..1af2667395ea9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,6 +65,9 @@ jobs: - name: x86_64-gnu-tools os: ubuntu-20.04-16core-64gb env: {} + - name: test-various + 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 9b0f477409a93..7105abf6ea582 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -344,6 +344,9 @@ jobs: - name: x86_64-gnu-tools <<: *job-linux-16c + - name: test-various + <<: *job-linux-8c + auto: <<: *base-ci-job name: auto - ${{ matrix.name }}