Update .travis.yml integration for new release cadence #61
Travis CI / Travis CI - Branch
cancelled
Nov 14, 2024 in 11s
Build Canceled
The build canceled.
Details
This is a normal build for the jsvd-patch-1 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has 18 jobs, running in two sequential stages.
Stage 1: Test
This stage canceled.
Job | ENV | OS | State |
---|---|---|---|
318.1 | ELASTIC_STACK_VERSION=8.previous DOCKER_ENV=dockerjdk21.env | Linux | canceled |
318.2 | ELASTIC_STACK_VERSION=8.current DOCKER_ENV=dockerjdk21.env | Linux | canceled |
318.3 | ELASTIC_STACK_VERSION=7.current | Linux | canceled |
318.4 | SNAPSHOT=true ELASTIC_STACK_VERSION=main DOCKER_ENV=dockerjdk21.env | Linux | canceled |
318.5 | SNAPSHOT=true ELASTIC_STACK_VERSION=8.future DOCKER_ENV=dockerjdk21.env | Linux | canceled |
318.6 | SNAPSHOT=true ELASTIC_STACK_VERSION=8.next DOCKER_ENV=dockerjdk21.env | Linux | canceled |
318.7 | SNAPSHOT=true ELASTIC_STACK_VERSION=8.current DOCKER_ENV=dockerjdk21.env | Linux | canceled |
318.8 | SNAPSHOT=true ELASTIC_STACK_VERSION=8.previous DOCKER_ENV=dockerjdk21.env | Linux | canceled |
318.9 | SNAPSHOT=true ELASTIC_STACK_VERSION=7.current | Linux | canceled |
Stage 2: Integration
This stage canceled.
Job | ENV | OS | State |
---|---|---|---|
318.10 | ELASTIC_STACK_VERSION=main SNAPSHOT=true INTEGRATION=true | Linux | canceled |
318.11 | ELASTIC_STACK_VERSION=8.future SNAPSHOT=true INTEGRATION=true | Linux | canceled |
318.12 | ELASTIC_STACK_VERSION=8.next SNAPSHOT=true INTEGRATION=true | Linux | canceled |
318.13 | ELASTIC_STACK_VERSION=8.current SNAPSHOT=true INTEGRATION=true | Linux | canceled |
318.14 | ELASTIC_STACK_VERSION=8.previous SNAPSHOT=true INTEGRATION=true | Linux | canceled |
318.15 | ELASTIC_STACK_VERSION=7.current SNAPSHOT=true INTEGRATION=true | Linux | canceled |
318.16 | ELASTIC_STACK_VERSION=8.current INTEGRATION=true | Linux | canceled |
318.17 | ELASTIC_STACK_VERSION=8.previous INTEGRATION=true | Linux | canceled |
318.18 | ELASTIC_STACK_VERSION=7.current INTEGRATION=true | Linux | canceled |
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": {
"include": [
{
"stage": "Integration",
"env": [
{
"ELASTIC_STACK_VERSION": "main",
"SNAPSHOT": "true",
"INTEGRATION": "true"
}
]
},
{
"env": [
{
"ELASTIC_STACK_VERSION": "8.future",
"SNAPSHOT": "true",
"INTEGRATION": "true"
}
]
},
{
"env": [
{
"ELASTIC_STACK_VERSION": "8.next",
"SNAPSHOT": "true",
"INTEGRATION": "true"
}
]
},
{
"env": [
{
"ELASTIC_STACK_VERSION": "8.current",
"SNAPSHOT": "true",
"INTEGRATION": "true"
}
]
},
{
"env": [
{
"ELASTIC_STACK_VERSION": "8.previous",
"SNAPSHOT": "true",
"INTEGRATION": "true"
}
]
},
{
"env": [
{
"ELASTIC_STACK_VERSION": "7.current",
"SNAPSHOT": "true",
"INTEGRATION": "true"
}
]
},
{
"env": [
{
"ELASTIC_STACK_VERSION": "8.current",
"INTEGRATION": "true"
}
]
},
{
"env": [
{
"ELASTIC_STACK_VERSION": "8.previous",
"INTEGRATION": "true"
}
]
},
{
"env": [
{
"ELASTIC_STACK_VERSION": "7.current",
"INTEGRATION": "true"
}
]
}
]
},
"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