Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Mar 19, 2024
1 parent e6d0cd2 commit 3825e39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
"format": "pkgname-and-test-fails"
}, {
"name": "itest-worker",
"runner": ["self-hosted", "linux", "x64", "2xlarge"],
"runner": ["self-hosted", "linux", "x64", "2xlarge"]
}, {
"name": "itest-sector_pledge",
"runner": ["self-hosted", "linux", "x64", "4xlarge"],
"runner": ["self-hosted", "linux", "x64", "4xlarge"]
}, {
"name": "itest-wdpost",
"runner": ["self-hosted", "linux", "x64", "4xlarge"],
"runner": ["self-hosted", "linux", "x64", "4xlarge"]
}, {
"name": "itest-harmonydb",
"needs_yugabytedb": true
Expand All @@ -76,10 +76,10 @@ jobs:
}, {
"name": "unit-storage",
"runner": ["self-hosted", "linux", "x64", "2xlarge"],
"packages": ["./storage/...", "./extern/..."],
"packages": ["./storage/...", "./extern/..."]
}, {
"name": "unit-cli",
"packages": ["./cli/...", "./cmd/...", "./api/..."],
"packages": ["./cli/...", "./cmd/...", "./api/..."]
}
]
run: go run ./.github/scripts/extend-test-groups.go -defaults "$DEFAULTS" -groups "$BASE" -output "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 3825e39

Please sign in to comment.