From 153cc9c322c80191dd13d5952cf5d3ac8b09b22d Mon Sep 17 00:00:00 2001 From: Brian Seeders Date: Wed, 18 Oct 2023 12:04:22 -0400 Subject: [PATCH] [buildkite] Remove idp-fixture docker-compose wait and bump check task agent memory (#101059) (#101074) (cherry picked from commit 9dd8ae60af5524cd384d1b9963d3ed05d7735c18) --- .buildkite/pipelines/intake.yml | 6 +++--- .buildkite/pipelines/periodic.yml | 4 ++-- x-pack/test/idp-fixture/build.gradle | 5 ----- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.buildkite/pipelines/intake.yml b/.buildkite/pipelines/intake.yml index b7f7e7fe0b95c..29c8717f6ffd6 100644 --- a/.buildkite/pipelines/intake.yml +++ b/.buildkite/pipelines/intake.yml @@ -15,7 +15,7 @@ steps: agents: provider: gcp image: family/elasticsearch-ubuntu-2004 - machineType: custom-32-98304 + machineType: n1-standard-32 buildDirectory: /dev/shm/bk - label: part2 command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart2 @@ -23,7 +23,7 @@ steps: agents: provider: gcp image: family/elasticsearch-ubuntu-2004 - machineType: custom-32-98304 + machineType: n1-standard-32 buildDirectory: /dev/shm/bk - label: part3 command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart3 @@ -31,7 +31,7 @@ steps: agents: provider: gcp image: family/elasticsearch-ubuntu-2004 - machineType: custom-32-98304 + machineType: n1-standard-32 buildDirectory: /dev/shm/bk - group: bwc-snapshots steps: diff --git a/.buildkite/pipelines/periodic.yml b/.buildkite/pipelines/periodic.yml index 7469f10ac7ea3..2773a88de7f15 100644 --- a/.buildkite/pipelines/periodic.yml +++ b/.buildkite/pipelines/periodic.yml @@ -1095,7 +1095,7 @@ steps: agents: provider: gcp image: family/elasticsearch-ubuntu-2004 - machineType: custom-32-98304 + machineType: n1-standard-32 buildDirectory: /dev/shm/bk env: ES_RUNTIME_JAVA: "{{matrix.ES_RUNTIME_JAVA}}" @@ -1123,7 +1123,7 @@ steps: agents: provider: gcp image: family/elasticsearch-ubuntu-2004 - machineType: custom-32-98304 + machineType: n1-standard-32 buildDirectory: /dev/shm/bk env: ES_RUNTIME_JAVA: "{{matrix.ES_RUNTIME_JAVA}}" diff --git a/x-pack/test/idp-fixture/build.gradle b/x-pack/test/idp-fixture/build.gradle index 86ed15435ad55..0f5363a278f60 100644 --- a/x-pack/test/idp-fixture/build.gradle +++ b/x-pack/test/idp-fixture/build.gradle @@ -6,11 +6,6 @@ apply plugin: 'elasticsearch.test.fixtures' dockerCompose { composeAdditionalArgs = ['--compatibility'] - - if (System.getenv('BUILDKITE') == 'true') { - // This flag is only available on newer versions of docker-compose, and many Jenkins agents have older versions - upAdditionalArgs = ["--wait"] - } } tasks.named("preProcessFixture").configure {