Skip to content

Commit ec4380d

Browse files
authored
Add Cloud Build trigger for Python GAE flex tests (#45)
1 parent a50b817 commit ec4380d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tf/persistent/repo-ci-triggers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
module "python" {
1616
source = "../modules/repo-ci-triggers"
1717
repository = "opentelemetry-operations-python"
18-
run_on = ["local", "gce", "gke", "cloud-run", "cloud-functions-gen2"]
18+
run_on = ["local", "gce", "gke", "gae", "cloud-run", "cloud-functions-gen2"]
1919
}
2020

2121
module "java" {

0 commit comments

Comments
 (0)