Sequel datetime class consistency #151
Merged
Travis CI / Travis CI - Pull Request
succeeded
May 23, 2024 in 13m 43s
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 #151 Sequel datetime class consistency.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has six jobs, running in parallel.
Stage 1: Test
This stage passed.
Job | ENV | OS | State |
---|---|---|---|
592.1 | ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17.env | Linux | passed |
592.2 | ELASTIC_STACK_VERSION=7.x | Linux | passed |
592.3 | SNAPSHOT=true ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17.env | Linux | passed |
592.4 | SNAPSHOT=true ELASTIC_STACK_VERSION=7.x | Linux | passed |
592.5 | ELASTIC_STACK_VERSION=7.x RUFUS_SCHEDULER_VERSION=3.0.9 | Linux | passed |
592.6 | ELASTIC_STACK_VERSION=8.2.0 RUFUS_SCHEDULER_VERSION=3.0.9 | 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",
"env": [
"jobs={:ELASTIC_STACK_VERSION=>\"8.x\", :DOCKER_ENV=>\"dockerjdk17.env\"}={:ELASTIC_STACK_VERSION=>\"7.x\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"8.x\", :DOCKER_ENV=>\"dockerjdk17.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"7.x\"}={:ELASTIC_STACK_VERSION=>\"7.x\", :RUFUS_SCHEDULER_VERSION=>\"3.0.9\"}={:ELASTIC_STACK_VERSION=>\"8.2.0\", :RUFUS_SCHEDULER_VERSION=>\"3.0.9\"}"
],
"stages": [
{
"name": "Test"
},
{
"name": "Performance",
"if": "env(HAS_PERFORMANCE_TESTS) == \"1\""
}
],
"jobs": {
"include": [
{
"stage": "Performance",
"name": "Performance Base-Line",
"install": [
".ci/performance/docker-setup.sh"
],
"script": [
".ci/performance/docker-run.sh"
],
"env": [
{
"ELASTIC_STACK_VERSION": "7.x"
}
]
},
{
"install": [
".ci/performance/docker-setup.sh"
],
"script": [
".ci/performance/docker-run.sh"
],
"env": [
{
"ELASTIC_STACK_VERSION": "8.x",
"DOCKER_ENV": "dockerjdk17.env"
}
]
},
{
"install": [
".ci/performance/docker-setup.sh"
],
"script": [
".ci/performance/docker-run.sh"
],
"env": [
{
"SNAPSHOT": "true",
"ELASTIC_STACK_VERSION": "8.x",
"DOCKER_ENV": "dockerjdk17.env"
}
]
}
]
},
"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"
],
"script": [
".ci/docker-run.sh"
]
}
Loading