Skip to content

Commit b5e2041

Browse files
committed
roachtest/awsdms: run once a week instead
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
1 parent d87a04b commit b5e2041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/awsdms.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ func registerAWSDMS(r registry.Registry) {
192192
Owner: registry.OwnerMigrations,
193193
Cluster: r.MakeClusterSpec(1),
194194
Leases: registry.MetamorphicLeases,
195-
Tags: registry.Tags(`default`, `awsdms`, `aws`),
195+
Tags: registry.Tags(`weekly`, `aws-weekly`),
196196
Run: runAWSDMS,
197197
})
198198
}

0 commit comments

Comments
 (0)