Skip to content

Commit 8e74269

Browse files
committed
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
1 parent e90693e commit 8e74269

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

go/utils/cigotests/main.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
// It reads config.yaml (embedded at build time) and supports two
1818
// subcommands:
1919
//
20-
// list
21-
// Prints a JSON array of {"os": "...", "shard": "..."} entries to
22-
// stdout, one per matrix cell the workflow should run.
20+
// list
21+
// Prints a JSON array of {"os": "...", "shard": "..."} entries to
22+
// stdout, one per matrix cell the workflow should run.
2323
//
24-
// run --shard <name> --os <os> --event <github-event>
25-
// Resolves the shard's package list, decides whether to enable -race
26-
// based on the (os, event) pair, sets per-shard env vars, and execs
27-
// `go test`. Cwd must be the Go module root (./go in this repo).
24+
// run --shard <name> --os <os> --event <github-event>
25+
// Resolves the shard's package list, decides whether to enable -race
26+
// based on the (os, event) pair, sets per-shard env vars, and execs
27+
// `go test`. Cwd must be the Go module root (./go in this repo).
2828
//
2929
// Editing the matrix shape is a config-only operation: edit config.yaml
3030
// and the workflow re-discovers shards on the next run.

0 commit comments

Comments
 (0)