Align stack correctly when initializing a context #230
Travis CI / Travis CI - Pull Request
succeeded
Oct 11, 2023 in 41m 49s
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 #230 Align stack correctly when initializing a context.
Any changes that have been made to the 3.3 branch before the build ran are also included.
Jobs and Stages
This build has 12 jobs, running in two sequential stages.
Stage 1: Minimal
This stage passed.
Job | ENV | OS | State |
---|---|---|---|
1798.1 CS 10.6 | srv=mariadb v=10.6 packet=8 | Linux | passed |
Stage 2: Community
This stage passed.
Job | ENV | OS | State |
---|---|---|---|
1798.2 | srv=mariadb v=10.11 | windows | passed |
1798.3 CS 10.4 | srv=mariadb v=10.4 local=1 | Linux | passed |
1798.4 CS 10.5 | srv=mariadb v=10.5 local=1 | Linux | passed |
1798.5 CS 10.9 | srv=mariadb v=10.9 local=1 | Linux | passed |
1798.6 CS 10.10 | srv=mariadb v=10.10 local=1 | Linux | passed |
1798.7 CS 10.11 | srv=mariadb v=10.11 local=1 | Linux | passed |
1798.8 CS 10.11 with ps-protocol | srv=mariadb v=10.11 local=1 TEST_OPTION=--ps-protocol | Linux | passed |
1798.9 CS 11.0 | srv=mariadb v=11.0 local=1 | Linux | passed |
1798.10 CS 11.1 | srv=mariadb v=11.1 local=1 | Linux | passed |
1798.11 MySQL 5.7 | srv=mysql v=5.7 native=1 | Linux | passed |
1798.12 MySQL 8.0 | srv=mysql v=8.0 native=1 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | C |
Operating System | Linux (Focal) |
Build Configuration
{
"language": "c",
"os": [
"linux"
],
"dist": "focal",
"services": [
"docker"
],
"addons": {
"hosts": [
"mariadb.example.com"
]
},
"cache": {
"apt": true,
"ccache": true,
"directories": [
"$HOME/docker"
]
},
"before_install": [
"git clone https://github.com/mariadb-corporation/connector-test-machine.git",
"if [[ -d $HOME/docker ]]; then ls $HOME/docker/*.tar.gz | xargs -I {file} sh -c \"zcat {file} | docker load\"; fi"
],
"install": [
"if [ -z \"$server_branch\" ] ; then\n case $TRAVIS_OS_NAME in\n windows)\n connector-test-machine/launch.bat -t \"$srv\" -v \"$v\" -d testc\n ;;\n linux)\n source connector-test-machine/launch.sh -t \"$srv\" -v \"$v\" -d testc -l \"$local\" -n \"$native\"\n ;;\n esac\nfi"
],
"env": [
"jobs={:local=>\"0\"}"
],
"stages": [
{
"name": "Minimal"
},
{
"name": "Enterprise",
"if": "type = push AND fork = false"
},
{
"name": "Community"
}
],
"jobs": {
"fast_finish": true,
"allow_failures": [
{
"env": [
{
"srv": "maxscale"
}
]
},
{
"env": [
{
"srv": "skysql"
}
]
},
{
"env": [
{
"srv": "skysql-ha"
}
]
},
{
"env": [
{
"srv": "xpand"
}
]
},
{
"env": [
{
"srv": "mysql",
"v": "5.7"
}
]
},
{
"env": [
{
"srv": "mysql",
"v": "8.0"
}
]
}
],
"include": [
{
"stage": "Minimal",
"env": [
{
"srv": "mariadb",
"v": "10.6",
"packet": "8"
}
],
"name": "CS 10.6"
},
{
"env": [
{
"srv": "mariadb-es"
}
],
"name": "ES latest",
"if": "type = push AND fork = false"
},
{
"stage": "Enterprise",
"env": [
{
"srv": "mariadb-es",
"v": "10.4"
}
],
"dist": "bionic",
"name": "ES 10.4"
},
{
"env": [
{
"srv": "mariadb-es",
"v": "10.5"
}
],
"dist": "bionic",
"name": "ES 10.5"
},
{
"env": [
{
"srv": "mariadb-es",
"v": "10.6"
}
],
"name": "ES 10.6"
},
{
"env": [
{
"srv": "mariadb-es-test",
"v": "23.08"
}
],
"name": "ES 23.08"
},
{
"env": [
{
"srv": "maxscale"
}
],
"name": "Maxscale"
},
{
"env": [
{
"srv": "skysql"
}
],
"name": "SkySQL"
},
{
"env": [
{
"srv": "skysql-ha"
}
],
"name": "SkySQL with replication"
},
{
"env": [
{
"srv": "xpand"
}
],
"name": "Xpand"
},
{
"stage": "Community",
"env": [
{
"srv": "mariadb",
"v": "10.11"
}
],
"os": "windows",
"language": "shell"
},
{
"env": [
{
"srv": "mariadb",
"v": "10.4",
"local": "1"
}
],
"dist": "bionic",
"name": "CS 10.4"
},
{
"env": [
{
"srv": "mariadb",
"v": "10.5",
"local": "1"
}
],
"dist": "bionic",
"name": "CS 10.5"
},
{
"env": [
{
"srv": "mariadb",
"v": "10.9",
"local": "1"
}
],
"name": "CS 10.9"
},
{
"env": [
{
"srv": "mariadb",
"v": "10.10",
"local": "1"
}
],
"name": "CS 10.10"
},
{
"env": [
{
"srv": "mariadb",
"v": "10.11",
"local": "1"
}
],
"name": "CS 10.11"
},
{
"env": [
{
"srv": "mariadb",
"v": "10.11",
"local": "1",
"TEST_OPTION": "--ps-protocol"
}
],
"name": "CS 10.11 with ps-protocol"
},
{
"env": [
{
"srv": "mariadb",
"v": "11.0",
"local": "1"
}
],
"name": "CS 11.0"
},
{
"env": [
{
"srv": "mariadb",
"v": "11.1",
"local": "1"
}
],
"name": "CS 11.1"
},
{
"env": [
{
"srv": "mysql",
"v": "5.7",
"native": "1"
}
],
"name": "MySQL 5.7"
},
{
"env": [
{
"srv": "mysql",
"v": "8.0",
"native": "1"
}
],
"name": "MySQL 8.0"
}
]
},
"script": [
"./travis.sh"
]
}
Loading