Skip to content

Commit

Permalink
Updated armeria workflow to limit max number of workers, same as they…
Browse files Browse the repository at this point in the history
… do for cache seed builds
  • Loading branch information
ribafish committed Aug 16, 2024
1 parent bca6f92 commit 4eae8d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-experiments-armeria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
GRADLE_ENTERPRISE_URL: "https://ge.solutions-team.gradle.com"
GIT_REPO: "https://github.com/line/armeria"
TASKS: "build -Pretry=true -PfailOnPassedAfterRetry=false -PnoLint -PflakyTests=false -PbuildJdkVersion=21 -PtestJavaVersion=21 -PpreferShadedTests=false"
TASKS: "build --no-daemon --max-workers=2 --parallel -PbuildJdkVersion=21 -Pretry=true -PfailOnPassedAfterRetry=false -PnoLint -PflakyTests=false"

jobs:
Experiment:
Expand All @@ -18,8 +18,8 @@ jobs:
matrix:
include:
- experimentId: 1
# - experimentId: 2
# - experimentId: 3
- experimentId: 2
- experimentId: 3
runs-on: ubuntu-latest
steps:
- name: Set up JDK 21
Expand Down

0 comments on commit 4eae8d8

Please sign in to comment.