Testing for Logstash Pull Requests
Simplify grock pattern match
Passed in 30m 21s

🛂 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 15s
Ran in 8s
🛂 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 13s
Ran in 5m 8s

Waited 27s
Ran in 13m 10s

Waited 1m 13s
Ran in 16m 49s

Waited 26s
Ran in 3m 44s

Waited 1m 17s
Ran in 6m 52s

Waited 10s
Ran in 48s
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 14s
Ran in 14m 21s
🥼 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 15s
Ran in 22m 12s
🥼 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 7s
Ran in 18m 41s
🥼 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 7s
Ran in 14m 4s
🥼 Integration Tests / part 1-of-3set -euo pipefail && source .buildkite/scripts/common/container-agent.sh && ci/integration_tests.sh split 0 3
Waited 26s
Ran in 28m 6s
🥼 Integration Tests / part 2-of-3set -euo pipefail && source .buildkite/scripts/common/container-agent.sh && ci/integration_tests.sh split 1 3
Waited 28s
Ran in 19m 48s
🥼 Integration Tests / part 3-of-3set -euo pipefail && source .buildkite/scripts/common/container-agent.sh && ci/integration_tests.sh split 2 3
Waited 27s
Ran in 15m 17s
🥼 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 27s
Ran in 22m 40s
🥼 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 27s
Ran in 23m 2s
🥼 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 26s
Ran in 13m 58s
🥼 x-pack unit testsset -euo pipefail && source .buildkite/scripts/common/container-agent.sh && x-pack/ci/unit_tests.sh
Waited 27s
Ran in 2m 57s
🥼 x-pack integrationset -euo pipefail && source .buildkite/scripts/common/container-agent.sh && x-pack/ci/integration_tests.sh
Waited 28s
Ran in 17m 18s
🥼 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 5s
Ran in 4m 40s
🥼 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 21m 37s
Build will continue even if previous stage fails
Total Job Run Time: 4h 45m