BREAKING: Disable cookie processing by default #34
Travis CI / Travis CI - Branch
succeeded
Feb 26, 2024 in 16m 0s
Build Passed
The build passed.
Details
This is a normal build for the disable-cookies branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has four jobs, running in parallel.
Stage 1: Test
This stage passed.
Job | ENV | OS | State |
---|---|---|---|
262.1 | ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17.env | Linux | passed |
262.2 | ELASTIC_STACK_VERSION=7.x | Linux | passed |
262.3 | SNAPSHOT=true ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17.env | Linux | passed |
262.4 | SNAPSHOT=true ELASTIC_STACK_VERSION=7.x | 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",
"stages": [
{
"name": "Test"
},
{
"name": "Performance",
"if": "env(HAS_PERFORMANCE_TESTS) == \"1\""
}
],
"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\"}"
],
"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