Testing for Logstash Pull Requests
check variable resolution
Passed in 29m 32s






Observability SRE container smoke test
Observability SRE publishing POC
🥼 Integration Tests - FIPS mode / part 1-of-3
🥼 Integration Tests - FIPS mode / part 2-of-3
🥼 Integration Tests - FIPS mode / part 3-of-3
🥼 Integration Tests / part 1-of-3
🥼 Integration Tests / part 2-of-3
🥼 Integration Tests / part 3-of-3
🥼 IT Persistent Queues / part 1-of-3
🥼 IT Persistent Queues / part 2-of-3
🥼 IT Persistent Queues / part 3-of-3
🥼 x-pack unit tests
🥼 x-pack integration
🥼 x-pack unit tests - FIPS mode
🥼 x-pack integration - FIPS mode
🏁 Annotate JUnit results

Waited 34s
Ran in 10s

Waited 32s
Ran in 12m 25s

Waited 1m 20s
Ran in 16m 52s

Waited 1m 14s
Ran in 3m 37s

Waited 1m 21s
Ran in 6m 46s

Waited 29s
Ran in 50s
Observability SRE container smoke testset -euo pipefail && source .buildkite/scripts/common/vm-agent.sh && QUALIFIED_VERSION="$(.buildkite/scripts/common/qualified-version.sh)" && ./gradlew --stacktrace artifactDockerObservabilitySRE -PfedrampHighMode=true && docker run docker.elastic.co/logstash/logstash-observability-sre:${QUALIFIED_VERSION} \ && logstash -e 'input { generator { count => 3 } } output { stdout { codec => rubydebug } }'
Waited 1m 14s
Ran in 9m 35s
Observability SRE publishing POCset -euo pipefail && source .buildkite/scripts/common/vm-agent.sh && source .buildkite/scripts/dra/docker-env-setup.sh && docker_login && QUALIFIED_VERSION="$(.buildkite/scripts/common/qualified-version.sh)" && SHA="$(git rev-parse --short HEAD)" && DOCKER_REPOSITORY=docker.elastic.co/logstash/logstash-observability-sre && echo ${DOCKER_REPOSITORY}:${QUALIFIED_VERSION}-${SHA} && ./gradlew --stacktrace artifactDockerObservabilitySRE -PfedrampHighMode=true && docker tag ${DOCKER_REPOSITORY}:${QUALIFIED_VERSION} ${DOCKER_REPOSITORY}:${QUALIFIED_VERSION}-${SHA} && docker push ${DOCKER_REPOSITORY}:${QUALIFIED_VERSION}-${SHA} && docker tag ${DOCKER_REPOSITORY}:${QUALIFIED_VERSION} ${DOCKER_REPOSITORY}:${QUALIFIED_VERSION}-latest && docker push ${DOCKER_REPOSITORY}:${QUALIFIED_VERSION}-latest && source .buildkite/scripts/dra/docker-env-teardown.sh
Waited 1m 27s
Ran in 10m 47s
🥼 Integration Tests - FIPS mode / part 1-of-3set -euo pipefail && docker build -t test-runner-image -f x-pack/distributions/internal/observabilitySRE/docker/Dockerfile . && docker run -e FEDRAMP_HIGH_MODE=true test-runner-image ci/integration_tests.sh split 0 3
Waited 1m 14s
Ran in 21m 51s
🥼 Integration Tests - FIPS mode / part 2-of-3set -euo pipefail && docker build -t test-runner-image -f x-pack/distributions/internal/observabilitySRE/docker/Dockerfile . && docker run -e FEDRAMP_HIGH_MODE=true test-runner-image ci/integration_tests.sh split 1 3
Waited 1m 18s
Ran in 21m 33s
🥼 Integration Tests - FIPS mode / part 3-of-3set -euo pipefail && docker build -t test-runner-image -f x-pack/distributions/internal/observabilitySRE/docker/Dockerfile . && docker run -e FEDRAMP_HIGH_MODE=true test-runner-image ci/integration_tests.sh split 2 3
Waited 1m 22s
Ran in 16m 53s
🥼 Integration Tests / part 1-of-3set -euo pipefail && source .buildkite/scripts/common/container-agent.sh && ci/integration_tests.sh split 0 3
Waited 33s
Ran in 26m 8s
🥼 Integration Tests / part 2-of-3set -euo pipefail && source .buildkite/scripts/common/container-agent.sh && ci/integration_tests.sh split 1 3
Waited 33s
Ran in 18m 37s
🥼 Integration Tests / part 3-of-3set -euo pipefail && source .buildkite/scripts/common/container-agent.sh && ci/integration_tests.sh split 2 3
Waited 33s
Ran in 14m 36s
🥼 IT Persistent Queues / part 1-of-3set -euo pipefail && source .buildkite/scripts/common/container-agent.sh && export FEATURE_FLAG=persistent_queues && ci/integration_tests.sh split 0 3
Waited 33s
Ran in 21m 37s
🥼 IT Persistent Queues / part 2-of-3set -euo pipefail && source .buildkite/scripts/common/container-agent.sh && export FEATURE_FLAG=persistent_queues && ci/integration_tests.sh split 1 3
Waited 35s
Ran in 17m 44s
🥼 IT Persistent Queues / part 3-of-3set -euo pipefail && source .buildkite/scripts/common/container-agent.sh && export FEATURE_FLAG=persistent_queues && ci/integration_tests.sh split 2 3
Waited 34s
Ran in 16m 18s
🥼 x-pack unit testsset -euo pipefail && source .buildkite/scripts/common/container-agent.sh && x-pack/ci/unit_tests.sh
Waited 33s
Ran in 2m 28s
🥼 x-pack integrationset -euo pipefail && source .buildkite/scripts/common/container-agent.sh && x-pack/ci/integration_tests.sh
Waited 34s
Ran in 14m 59s
🥼 x-pack unit tests - FIPS modeset -euo pipefail && docker build -t test-runner-image -f x-pack/distributions/internal/observabilitySRE/docker/Dockerfile . && docker run -e FEDRAMP_HIGH_MODE=true test-runner-image x-pack/ci/unit_tests.sh
Waited 1m 26s
Ran in 6m 23s
🥼 x-pack integration - FIPS modeset -euo pipefail && docker build -t test-runner-image -f x-pack/distributions/internal/observabilitySRE/docker/Dockerfile . && docker run -e FEDRAMP_HIGH_MODE=true test-runner-image x-pack/ci/integration_tests.sh
Waited 1m 14s
Ran in 20m 53s
Build will continue even if previous stage fails
Total Job Run Time: 4h 41m