Skip to content

Commit

Permalink
Enable test retry
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbertrand committed Aug 14, 2024
1 parent 0dd15ad commit 10a2cf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-experiments-apache-james.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
GRADLE_ENTERPRISE_URL: "https://ge.solutions-team.gradle.com"
GIT_REPO: "https://github.com/apache/james-project"
GOALS: "verify"
ARGS: "-Dsurefire.rerunFailingTestsCount=2"

jobs:
Experiment:
Expand Down Expand Up @@ -37,6 +38,7 @@ jobs:
with:
gitRepo: ${{ env.GIT_REPO }}
goals: ${{ env.GOALS }}
args: ${{ env.ARGS }}
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
failIfNotFullyCacheable: true
if: matrix.experimentId == 1
Expand All @@ -47,6 +49,7 @@ jobs:
with:
gitRepo: ${{ env.GIT_REPO }}
goals: ${{ env.GOALS }}
args: ${{ env.ARGS }}
gradleEnterpriseUrl: ${{ env.GRADLE_ENTERPRISE_URL }}
failIfNotFullyCacheable: true
if: matrix.experimentId == 2

0 comments on commit 10a2cf5

Please sign in to comment.