Testing for Logstash Pull Requests
check variable resolution







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 28s
Ran in 8s

Waited 56s
Ran in 14m 1s

Waited 1m 8s
Ran in 17m 10s

Waited 25s
Ran in 3m 51s

Waited 1m 28s
Ran in 6m 50s

Waited 1m 25s
Ran in 44s
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 7s
Ran in 10m 6s
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 9s
Ran in 9m 19s
🥼 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 11s
Ran in 23m 35s
🥼 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 11s
Ran in 22m 31s
🥼 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 9s
Ran in 17m 59s
🥼 Integration Tests / part 1-of-3set -euo pipefail && source .buildkite/scripts/common/container-agent.sh && ci/integration_tests.sh split 0 3
Canceled
Waited 24s
Ran in 25m 24s
🥼 Integration Tests / part 2-of-3set -euo pipefail && source .buildkite/scripts/common/container-agent.sh && ci/integration_tests.sh split 1 3
Waited 25s
Ran in 23m 20s
🥼 Integration Tests / part 3-of-3set -euo pipefail && source .buildkite/scripts/common/container-agent.sh && ci/integration_tests.sh split 2 3
Waited 24s
Ran in 15m 51s
🥼 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 24s
Ran in 22m 36s
🥼 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 26s
Ran in 23m 38s
🥼 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 25s
Ran in 16m 17s
🥼 x-pack unit testsset -euo pipefail && source .buildkite/scripts/common/container-agent.sh && x-pack/ci/unit_tests.sh
Waited 25s
Ran in 3m 4s
🥼 x-pack integrationset -euo pipefail && source .buildkite/scripts/common/container-agent.sh && x-pack/ci/integration_tests.sh
Waited 24s
Ran in 14m 44s
🥼 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 9s
Ran in 6m 3s
🥼 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 8s
Ran in 22m 21s
Build will continue even if previous stage fails
Total Job Run Time: 4h 59m