-
Notifications
You must be signed in to change notification settings - Fork 273
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
[BUG] Docker login/logout in Jenkins cause gradle check to fail on Windows #3816
Comments
Example issues: https://build.ci.opensearch.org/job/gradle-check/20933/console |
Waiting on opensearch-project/opensearch-ci#281 to be resolved. |
Keep seeing this:
Will switch to c5 instance for windows as m5 is not stable at all for it. |
It is fixed now after several other PRs. |
We are moving to docker container run gradle check on both linux and windows now. |
The container running gradle check is not returning stable runs. Per @mch2 discussion, we should either remove those docker-compose tasks for Windows, or put this task to backlog until we re-visit with update to Windows 2022 later. As of now, it will still run windows but fail the docker-compose tasks, but at least it will not get blocked on the start because docker does not exist. Thanks. |
This has been fixed for now for docker commands not having errors on Windows agent. @mch2 Thanks. |
The windows runner does not have docker installed by default due to various reasons mentioned in opensearch-project/opensearch-ci#281.
When we add docker login for gradle check rate limit in #3367 we only make it run on linux.
We need to ignore this for windows for now. Thanks.
The text was updated successfully, but these errors were encountered: