Skip to content

Commit def7725

Browse files
committed
Bypass inconsistent SSM repository state using a stable version suffix
1 parent 90952e0 commit def7725

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/nomostest/gitproviders/secure_source_manager.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ func newSSMClient(repoPrefix string, shell *testshell.TestShell, projectNumber s
6060
}
6161
}
6262

63+
// Add suffix for fullName to fix SSM testgrid failure
6364
func (c *SSMClient) fullName(name string) string {
64-
return util.SanitizeGCPRepoName(c.repoPrefix, name)
65+
return util.SanitizeGCPRepoName(c.repoPrefix+"-v2", name)
6566
}
6667

6768
// Type returns the provider type.

0 commit comments

Comments
 (0)