Skip to content

Commit

Permalink
Use provisionerXL-3 size for E2E tests (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljackson authored Sep 13, 2023
1 parent 903203e commit c6344ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/workflow/installation.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func (w *InstallationSuite) CreateInstallationWithCustomProvisionerSize(ctx cont
DB(w.Params.DBType).
FileStore(w.Params.FileStoreType).
Annotations(w.Params.Annotations).
Size("provisionerXL-6")
Size("provisionerXL-3")

installation, err := w.client.CreateInstallation(installationBuilder.CreateRequest())
if err != nil {
Expand Down

0 comments on commit c6344ec

Please sign in to comment.