Skip to content

Commit

Permalink
roachtest/awsdms: run once a week instead
Browse files Browse the repository at this point in the history
Save a bit of mad dosh by running awsdms once a weekly instead of daily.
We don't need this tested every week.

Epic: None

Release note: None
  • Loading branch information
otan committed Aug 7, 2023
1 parent d87a04b commit b5e2041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/awsdms.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func registerAWSDMS(r registry.Registry) {
Owner: registry.OwnerMigrations,
Cluster: r.MakeClusterSpec(1),
Leases: registry.MetamorphicLeases,
Tags: registry.Tags(`default`, `awsdms`, `aws`),
Tags: registry.Tags(`weekly`, `aws-weekly`),
Run: runAWSDMS,
})
}
Expand Down

0 comments on commit b5e2041

Please sign in to comment.