Skip to content

Commit

Permalink
Merge pull request #114530 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-23.2-114510
  • Loading branch information
rickystewart authored Nov 16, 2023
2 parents 03fbc08 + 0633fbb commit 0456c0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cmd/github-pull-request-make/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,8 @@ func main() {
args = append(args, fmt.Sprintf("--test_timeout=%d", int((duration+1*time.Minute).Seconds())))
args = append(args, "--test_output", "streamed")

args = append(args, "--run_under", fmt.Sprintf("%s -bazel -shardable-artifacts 'XML_OUTPUT_FILE=%s merge-test-xmls' -stderr -maxfails 1 -maxtime %s -p %d -timeout %s", bazelStressTarget, bazciPath, duration, parallelism, timeout))
args = append(args, "--run_under", fmt.Sprintf("%s -bazel -shardable-artifacts 'XML_OUTPUT_FILE=%s merge-test-xmls' -stderr -maxfails 1 -maxtime %s -p %d", bazelStressTarget, bazciPath, duration, parallelism))
args = append(args, "--test_arg", "-test.timeout", "--test_arg", timeout.String())
cmd := exec.Command("bazci", args...)
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr
Expand Down

0 comments on commit 0456c0d

Please sign in to comment.