Skip to content

Commit

Permalink
[CI only] run tests once, not x3 except for main, release (#759)
Browse files Browse the repository at this point in the history
* [CI only] run tests once, not x3 except for main, release

* PR release build was still 3x, fixed
  • Loading branch information
levb committed May 6, 2024
1 parent ecf49bc commit 1cb8d8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/on-pr-debug.yml
Expand Up @@ -21,7 +21,6 @@ jobs:
compiler: ${{ matrix.compiler }}
server_version: main
type: Debug
repeat: 3

coverage:
name: "Coverage"
Expand Down Expand Up @@ -63,4 +62,3 @@ jobs:
with:
sanitize: thread
server_version: main
repeat: 3
7 changes: 7 additions & 0 deletions .github/workflows/on-push-release-extra.yml
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/on-push-release.yml
Expand Up @@ -22,4 +22,3 @@ jobs:
server_version: main
ubuntu_version: ${{ matrix.ubuntu_version }}
compiler: ${{ matrix.compiler }}
repeat: 3

0 comments on commit 1cb8d8c

Please sign in to comment.