Skip to content

Commit b1659c7

Browse files
authored
update default Bitbucket workspace for E2E tests (#1880)
1 parent e1b6bf9 commit b1659c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ var GitProvider = newStringEnum("git-provider", util.EnvString("E2E_GIT_PROVIDER
144144

145145
// BitbucketWorkspace is the Bitbucket workspace to use when git-provider=bitbucket.
146146
// This is parametrized so that CI can be updated without requiring cherry-picks.
147-
var BitbucketWorkspace = flag.String("bitbucket-workspace", util.EnvString("E2E_BITBUCKET_WORKSPACE", "config-sync-ci-20250814"),
147+
var BitbucketWorkspace = flag.String("bitbucket-workspace", util.EnvString("E2E_BITBUCKET_WORKSPACE", "config-sync-ci-20250920"),
148148
`The Bitbucket workspace to use when git-provider is set to "bitbucket".`)
149149

150150
// OCIProvider is the provider that hosts the OCI repositories.

0 commit comments

Comments
 (0)