Testing for Logstash Pull Requests
Simplify grock pattern match
Passed in 28m 18s

🛂 License check - Fedramp High Mode





Observability SRE container smoke test
🥼 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 23s
Ran in 11s
🛂 License check - Fedramp High Modeset -euo pipefail && source .buildkite/scripts/common/container-agent.sh && export JRUBY_OPTS="-J-Xmx1g" && export GRADLE_OPTS="-Xmx2g -Dorg.gradle.daemon=false -Dorg.gradle.logging.level=info" && docker build -t test-runner-image -f x-pack/distributions/internal/observabilitySRE/docker/Dockerfile . && docker run -e ORG_GRADLE_PROJECT_fedrampHighMode=true test-runner-image ci/license_check.sh -m 4G
Waited 1m 29s
Ran in 4m 59s

Waited 22s
Ran in 13m 18s

Waited 1m 20s
Ran in 16m 17s

Waited 51s
Ran in 3m 19s

Waited 1m 28s
Ran in 6m 41s

Waited 40s
Ran in 41s
Observability SRE container smoke testset -euo pipefail && source .buildkite/scripts/common/vm-agent.sh && QUALIFIED_VERSION="$(.buildkite/scripts/common/qualified-version.sh)" && # Build the image locally with the gradle task && ./gradlew --stacktrace artifactDockerObservabilitySRE -PfedrampHighMode=true && # Ensure it can at least start logstash && docker run docker.elastic.co/logstash/logstash-observability-sre:${QUALIFIED_VERSION} \ && logstash -e 'input { generator { count => 3 } } output { stdout { codec => rubydebug } }' && # Run the smoke tests on the PR code && docker tag docker.elastic.co/logstash/logstash-observability-sre:${QUALIFIED_VERSION} \ && pr-built-observability-sre-image && # observabilitySREsmokeTests orchestrates FIPS-mode docker images && # and validates assertions separately, so it does not need FIPS flag. && ./gradlew observabilitySREsmokeTests --stacktrace
Waited 1m 29s
Ran in 14m 35s
🥼 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 29s
Ran in 23m 27s
🥼 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 23s
Ran in 21m 19s
🥼 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 24s
Ran in 17m 30s
🥼 Integration Tests / part 1-of-3set -euo pipefail && source .buildkite/scripts/common/container-agent.sh && ci/integration_tests.sh split 0 3
Waited 22s
Ran in 24m 36s
🥼 Integration Tests / part 2-of-3set -euo pipefail && source .buildkite/scripts/common/container-agent.sh && ci/integration_tests.sh split 1 3
Waited 22s
Ran in 19m 13s
🥼 Integration Tests / part 3-of-3set -euo pipefail && source .buildkite/scripts/common/container-agent.sh && ci/integration_tests.sh split 2 3
Waited 22s
Ran in 11m 9s
🥼 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 23s
Ran in 26m 0s
🥼 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 22s
Ran in 17m 42s
🥼 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 22s
Ran in 11m 59s
🥼 x-pack unit testsset -euo pipefail && source .buildkite/scripts/common/container-agent.sh && x-pack/ci/unit_tests.sh
Waited 23s
Ran in 2m 58s
🥼 x-pack integrationset -euo pipefail && source .buildkite/scripts/common/container-agent.sh && x-pack/ci/integration_tests.sh
Waited 22s
Ran in 14m 16s
🥼 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 5m 57s
🥼 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 25s
Ran in 20m 43s
Build will continue even if previous stage fails
Total Job Run Time: 4h 37m