-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Many multijob-unix-compatibility CI runs fail due to absence of Docker #43096
Comments
Pinging @elastic/es-core-infra |
This also affects 7.x, for example https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+multijob-unix-compatibility/os=oraclelinux-7/28/console But not 7.2 or earlier. |
Thanks for opening the issue @droberts195 this works as designed, we should bail when we try to build the docker images and no docker is available ( we have technical reasons for the not having it on the workers that don't have it btw ). The fix for this one is to switch to using |
Reopening this issue based on the discussions in core infra channel.
and then
|
The problem here is that the build fixture task is explicitly enabled, overriding the configuration done in the plugin. The plugin disables it because no docker is available but the build scripts turns it back on. |
Since this is a simple one liner change that's not covered by PR checks I pushed 83182d6 directly to fix it. |
Many multijob-unix-compatibility builds are failing with the error:
Some examples are:
Those same 4 OSs fail like this every 8 hours. Either Docker needs to be added to the OS images used by CI or maybe the multijob-unix-compatibility jobs should explicitly exclude building the Docker distribution?
The text was updated successfully, but these errors were encountered: