We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c3f86 commit 3840e40Copy full SHA for 3840e40
1 file changed
e2e/nomostest/gitproviders/git-provider.go
@@ -74,7 +74,8 @@ func NewGitProvider(t testing.NTB, provider, clusterName string, logger *testlog
74
75
projectNumber := strings.Split(string(out), "\n")[0]
76
77
- return newSSMClient(clusterName, shell, projectNumber)
+ // Add suffix for repoPrefix to fix SSM testgrid failure
78
+ return newSSMClient(clusterName+"-v2", shell, projectNumber)
79
default:
80
return &LocalProvider{}
81
}
0 commit comments