Haroon Khel

Results 63 issues of Haroon Khel

Turning https://github.com/adoptium/infrastructure/issues/3306 into an epic. What I would like to accomplish in this epic is to take our Docker Static setup and 'Ansibilise' it. The final product should be a...

docker
Epic

A job to automate the removal of static containers from the dockerhost machine and from jenkins would save alot of time for those who do it manually. The job would...

docker

Like the [inventory.yml](https://github.com/adoptium/infrastructure/blob/master/ansible/inventory.yml) file we need a file which keeps track of the docker containers hosted on the dockerhost machines. It should also keep track of the details of the...

docker

ref https://github.com/adoptium/infrastructure/issues/3352#issuecomment-2039983929 Docker will randomly assign a port number when one is not specified, but if docker or the dockerhost machine is rebooted, the port numbers will be randomly assigned...

ansible

ref https://github.com/adoptium/infrastructure/pull/3271#issuecomment-1836115340 Dnf requires openssl 1.1.x while on our 7.2 machines we have 1.0.2t. OpenSSL 3 can be downloaded here https://www.ibm.com/resources/mrs/assets/DownloadList?source=aixbp&lang=en_US Openssl 3 install steps can be found here https://www.ibm.com/support/pages/downloading-and-installing-or-upgrading-openssl-and-openssh...

os:aix
ansible
currency

Brew update wants Xcode to be updated to >= 13.2.1 to be able to perform updates on installed packages. ``` test-macstadium-macos11-arm64-1 "msg": "Warning: You are using macOS 11.\nWe (and Apple)...

os:macOS
currency

I dont think this is a complete list, but just an observed list of failures from the recent April release. https://github.com/adoptium/aqa-tests/issues/4518#issuecomment-1525349302 **jdk_instrument_2, jdk_security3_2, jdk_other_2:** javax/xml/jaxp/common/8144593/TransformationWarningsTest.java.TransformationWarningsTest javax/net/ssl/ALPN/SSLServerSocketAlpnTest.java.SSLServerSocketAlpnTest javax/net/ssl/ALPN/SSLSocketAlpnTest.java.SSLSocketAlpnTest javax/net/ssl/sanity/interop/ClientJSSEServerJSSE.java.ClientJSSEServerJSSE sun/security/ssl/GenSSLConfigs/main.java.main javax/xml/jaxp/common/8144593/ValidationWarningsTest.java.ValidationWarningsTest...

arch:arm32

The dockerhost [dockerhost-osuosl-ubuntu2204-aarch64-1](https://ci.adoptium.net/computer/dockerhost-osuosl-ubuntu2204-aarch64-1/) is setup (with Ansible), but has only 1 centos8 container running. Its container setup needs to be completed

provider:osuosl
docker

- [x] commit message has one of the [standard prefixes](https://github.com/adoptium/infrastructure/blob/master/CONTRIBUTING.md#commit-messages) - [ ] [faq.md](https://github.com/adoptium/infrastructure/blob/master/FAQ.md) updated if appropriate - [ ] other documentation is changed or added (if applicable) - [...

ansible
docker

ref https://github.com/adoptium/infrastructure/issues/3360#issuecomment-1924438777 All of our containers need to be restarted with the proper command to assign 4 cpus. The command `--cpuset-cpus="0-3"` needs to be used instead of `--cpus=4.0`. That way...

ansible