Skip to content

Commit

Permalink
GCE CI: Increase the maximum VM duration to 61 hours.
Browse files Browse the repository at this point in the history
The verilator nightly test needs more time. This gives us enough time to
run all weekend if necessary.
  • Loading branch information
korran committed Feb 2, 2024
1 parent c8bf964 commit 86cc6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-tools/github-runner/cleanup.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"google.golang.org/protobuf/proto"
)

const maxVmDuration = 36 * time.Hour
const maxVmDuration = 61 * time.Hour

func cleanupInstances(ctx context.Context) error {
instanceSvc, err := compute.NewInstancesRESTClient(ctx)
Expand Down

0 comments on commit 86cc6df

Please sign in to comment.