Skip to content

Commit

Permalink
rptest: Support gcpkeyfile parameter on rptest for GCP Nightly
Browse files Browse the repository at this point in the history
(cherry picked from commit 08d58f2)
  • Loading branch information
savex authored and vbotbuildovich committed Sep 1, 2023
1 parent 56faa8a commit 420336c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/services/redpanda_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class CloudClusterConfig:
teleport_bot_token: str = ""
id: str = "" # empty string makes it easier to pass thru default value from duck.py
delete_cluster: bool = True

gcp_keyfile: str = ""
region: str = "us-west-2"
provider: str = "AWS"
type: str = "FMC"
Expand Down

0 comments on commit 420336c

Please sign in to comment.