Skip to content

Commit

Permalink
*: enable larger runner
Browse files Browse the repository at this point in the history
DEBUG

Signed-off-by: Wei Fu <fuweid89@gmail.com>
  • Loading branch information
fuweid committed Aug 18, 2023
1 parent 699861a commit 972d6f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/robustness-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permissions: read-all
jobs:
test:
timeout-minutes: 210
runs-on: ${{ fromJson(inputs.runs-on) }}
runs-on: ubuntu-latest-8-cores # ${{ fromJson(inputs.runs-on) }}
container:
image: golang:1.20-bullseye
# Required for mounting fuse lazyfs
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/robustness.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ jobs:
count: 12
testTimeout: 30m
artifactName: main
runs-on: "['ubuntu-latest-8-cores']"

Check failure on line 14 in .github/workflows/robustness.yaml

View workflow job for this annotation

GitHub Actions / run

14:1 [empty-lines] too many blank lines (1 > 0)
2 changes: 1 addition & 1 deletion tests/robustness/traffic/traffic.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var (

LowTraffic = Profile{
Name: "LowTraffic",
MinimalQPS: 80,
MinimalQPS: 100,
MaximalQPS: 200,
ClientCount: 8,
MaxNonUniqueRequestConcurrency: 3,
Expand Down

0 comments on commit 972d6f7

Please sign in to comment.