From f7f85f6ec6aa9e2c89d34463c22c5fdd323bce2a Mon Sep 17 00:00:00 2001 From: Lev Brouk Date: Mon, 6 May 2024 10:55:20 -0700 Subject: [PATCH] PR release build was still 3x, fixed --- .github/workflows/on-push-release-extra.yml | 7 +++++++ .github/workflows/on-push-release.yml | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on-push-release-extra.yml b/.github/workflows/on-push-release-extra.yml index 2ce47639c..f11aaf4fd 100644 --- a/.github/workflows/on-push-release-extra.yml +++ b/.github/workflows/on-push-release-extra.yml @@ -14,6 +14,13 @@ defaults: shell: bash --noprofile --norc -x -eo pipefail {0} jobs: + flakes: + name: "check for flaky tests" + uses: ./.github/workflows/build-test.yml + with: + server_version: main + repeat: 5 + server-versions: strategy: fail-fast: false diff --git a/.github/workflows/on-push-release.yml b/.github/workflows/on-push-release.yml index a42560e0d..5063517ab 100644 --- a/.github/workflows/on-push-release.yml +++ b/.github/workflows/on-push-release.yml @@ -22,4 +22,3 @@ jobs: server_version: main ubuntu_version: ${{ matrix.ubuntu_version }} compiler: ${{ matrix.compiler }} - repeat: 3