Skip to content

Commit

Permalink
[e2e] add local_public_key_path to envstore keys (#32539)
Browse files Browse the repository at this point in the history
  • Loading branch information
pducolin authored Dec 27, 2024
1 parent 70abd23 commit c20f874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/new-e2e/pkg/provisioners/provisioners.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"io"
)

// Diagnosable defines the interface for a diagnosable provider.
// Diagnosable defines the interface for a diagnosable provisioner.
type Diagnosable interface {
Diagnose(ctx context.Context, stackName string) (string, error)
}
Expand Down
1 change: 1 addition & 0 deletions test/new-e2e/pkg/runner/parameters/store_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ var envVariablesByStoreKey = map[StoreKey]string{
GCPPrivateKeyPath: "E2E_GCP_PRIVATE_KEY_PATH",
GCPPublicKeyPath: "E2E_GCP_PUBLIC_KEY_PATH",
GCPPrivateKeyPassword: "E2E_GCP_PRIVATE_KEY_PASSWORD",
LocalPublicKeyPath: "E2E_LOCAL_PUBLIC_KEY_PATH",
PulumiPassword: "E2E_PULUMI_PASSWORD",
SkipDeleteOnFailure: "E2E_SKIP_DELETE_ON_FAILURE",
StackParameters: "E2E_STACK_PARAMS",
Expand Down

0 comments on commit c20f874

Please sign in to comment.