Skip to content

Commit

Permalink
[CI] Remove instances configurations from the integration test stack (#…
Browse files Browse the repository at this point in the history
…6719)

* CI: Remove instances configurations from the test stack

* Added test_infra to extended pipeline trigger
  • Loading branch information
pazone authored Feb 13, 2025
1 parent a29af64 commit 387970d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ steps:
- dev-tools/
- pkg/
- deploy/
- test_infra/
- testing/
- version/
- specs/
Expand Down
3 changes: 0 additions & 3 deletions test_infra/ess/deployment.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ resource "ec_deployment" "integration-testing" {

elasticsearch = {
autoscale = false
instance_configuration_id = "gcp.es.datahot.n2.68x10x45"

hot = {
autoscaling = {}
Expand All @@ -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"]
Expand All @@ -82,7 +80,6 @@ resource "ec_deployment" "integration-testing" {
}

integrations_server = {
instance_configuration_id = "gcp.integrationsserver.n2.68x32x45"
topology = {
size = "1g"
zone_count = 1
Expand Down

0 comments on commit 387970d

Please sign in to comment.