Skip to content

Commit

Permalink
Revert "github-pull-request-make: temporary workaround"
Browse files Browse the repository at this point in the history
This reverts commit 2bd61c0.

Informs cockroachdb#106920.

Release note: None
  • Loading branch information
Marius Posta committed Jul 24, 2023
1 parent 4122999 commit 13f1ab0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/cmd/github-pull-request-make/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,6 @@ func main() {

if len(pkgs) > 0 {
for name, pkg := range pkgs {
// TODO(postamar): remove this temporary workaround
// This hack was added to get #106743 over the finish line.
if strings.HasPrefix(name, "pkg/ccl/schemachangerccl") ||
strings.HasPrefix(name, "pkg/sql/schemachanger") {
continue
}

// 20 minutes total seems OK, but at least 2 minutes per test.
// This should be reduced. See #46941.
duration := (20 * time.Minute) / time.Duration(len(pkgs))
Expand Down

0 comments on commit 13f1ab0

Please sign in to comment.