diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 68b8f216918..c4ae742283b 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -277,6 +277,7 @@ steps: - dev-tools/ - pkg/ - deploy/ + - test_infra/ - testing/ - version/ - specs/ diff --git a/test_infra/ess/deployment.tf b/test_infra/ess/deployment.tf index 2bce79838b1..89f4b7c7583 100644 --- a/test_infra/ess/deployment.tf +++ b/test_infra/ess/deployment.tf @@ -60,7 +60,6 @@ resource "ec_deployment" "integration-testing" { elasticsearch = { autoscale = false - instance_configuration_id = "gcp.es.datahot.n2.68x10x45" hot = { autoscaling = {} @@ -71,7 +70,6 @@ resource "ec_deployment" "integration-testing" { kibana = { size = "1g" zone_count = 1 - instance_configuration_id = "gcp.kibana.n2.68x32x45" config = { user_settings_json = jsonencode({ "xpack.fleet.enableExperimental" = ["agentTamperProtectionEnabled"] @@ -82,7 +80,6 @@ resource "ec_deployment" "integration-testing" { } integrations_server = { - instance_configuration_id = "gcp.integrationsserver.n2.68x32x45" topology = { size = "1g" zone_count = 1