Improve Log4j 2 example #222
Open
Travis CI / Travis CI - Pull Request
succeeded
Feb 18, 2025 in 22m 45s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #222 Improve Log4j 2 example.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has seven jobs, running in parallel.
Stage 1: Test
This stage passed.
| Job | ENV | OS | State |
|---|---|---|---|
| ELASTIC_STACK_VERSION=8.previous DOCKER_ENV=dockerjdk21.env | Linux | passed | |
| ELASTIC_STACK_VERSION=8.current DOCKER_ENV=dockerjdk21.env | Linux | passed | |
| SNAPSHOT=true ELASTIC_STACK_VERSION=main DOCKER_ENV=dockerjdk21.env | Linux | passed | |
| SNAPSHOT=true ELASTIC_STACK_VERSION=8.future DOCKER_ENV=dockerjdk21.env | Linux | passed | |
| SNAPSHOT=true ELASTIC_STACK_VERSION=8.next DOCKER_ENV=dockerjdk21.env | Linux | passed | |
| SNAPSHOT=true ELASTIC_STACK_VERSION=8.current DOCKER_ENV=dockerjdk21.env | Linux | passed | |
| SNAPSHOT=true ELASTIC_STACK_VERSION=8.previous DOCKER_ENV=dockerjdk21.env | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Shell |
| Operating System | Linux (Focal) |
Build Configuration
{
"_performance": {
"install": ".ci/performance/docker-setup.sh",
"script": ".ci/performance/docker-run.sh"
},
"language": "shell",
"os": [
"linux"
],
"dist": "focal",
"jobs": {
"exclude": [
{
"env": [
{
"ELASTIC_STACK_VERSION": "7.current"
}
]
},
{
"env": [
{
"SNAPSHOT": "true",
"ELASTIC_STACK_VERSION": "7.current"
}
]
}
]
},
"stages": [
{
"name": "Test"
},
{
"name": "Performance",
"if": "env(HAS_PERFORMANCE_TESTS) == \"1\""
}
],
"env": [
"jobs={:ELASTIC_STACK_VERSION=>\"8.previous\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:ELASTIC_STACK_VERSION=>\"8.current\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:ELASTIC_STACK_VERSION=>\"7.current\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"main\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"8.future\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"8.next\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"8.current\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"8.previous\", :DOCKER_ENV=>\"dockerjdk21.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"7.current\"}"
],
"before_install": [
"mkdir -p .ci && curl -sL https://github.com/logstash-plugins/.ci/archive/1.x.tar.gz | tar zxvf - --skip-old-files --strip-components=1 -C .ci --wildcards \"*Dockerfile*\" \"*docker*\" \"*.sh\""
],
"install": [
".ci/docker-setup.sh;\nexit_code=$?;\ncase $exit_code in\n 0)\n echo \"Install succeeded.\"\n ;;\n 1)\n echo \"Failed to pull logstash-${ELASTIC_STACK_VERSION}. Likely due to missing DRA build.\"\n export SKIP_SCRIPT=true\n ;;\n 2)\n echo \"Failed to pull logstash-${ELASTIC_STACK_VERSION}. The image should exist. Aborting build.\"\n exit $exit_code\n ;;\n *)\n echo \"Install failed with an unexpected code: $exit_code. Stopping build.\"\n exit $exit_code\n ;;\nesac\n"
],
"script": [
"if [ \"$SKIP_SCRIPT\" = \"true\" ]; then\n exit 0\nelse\n .ci/docker-run.sh\nfi"
]
}
Loading