Haroon Khel

Results 63 issues of Haroon Khel

Currently our centos6 docker image is built and pushed from a github workflow, https://github.com/adoptium/infrastructure/blob/76d51f107ec24321ad498001d5b88474514518fe/.github/workflows/build.yml#L20 It would make sense to add this to our centos7_docker_image_updater jenkins job as part of the...

docker

A solution inspired by @gdams. Add a role to the playbooks which updates a file on the remote machine indicating that the playbook has run on the remote machine, including...

ansible

The test job https://ci.adoptopenjdk.net/job/Test_openjdk8_hs_extended.openjdk_sparcv9_solaris_testList_1/ will run for 9h+ (and get aborted) on [build-siteox-solaris10u11-sparcv9-1](https://ci.adoptopenjdk.net/computer/build-siteox-solaris10u11-sparcv9-1) and 4h on [test-siteox-solaris10u11-sparcv9-1](https://ci.adoptopenjdk.net/computer/test-siteox-solaris10u11-sparcv9-1)

testFail

Some ipv6 tests continue to fail on all of our aix machines. The tests being: java/net/DatagramSocket/DatagramSocketExample.java.DatagramSocketExample java/net/DatagramSocket/DatagramSocketMulticasting.java.DatagramSocketMulticasting java/net/MulticastSocket/SetOutgoingIf.java.SetOutgoingIf java/net/MulticastSocket/JoinLeave.java.JoinLeave java/net/MulticastSocket/Promiscuous.java.Promiscuous java/nio/channels/DatagramChannel/AdaptorMulticasting.java.AdaptorMulticasting Fail with ``` 19:47:42 STDOUT: 19:47:42 Test family=INET, multicast...

os:aix
Infra Machine issue
testFail

https://github.com/actions/runner-images/blob/main/images/macos/macos-13-arm64-Readme.md https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/ Would be worth adding it to the [build.yml](https://github.com/adoptium/temurin-build/blob/master/.github/workflows/build.yml) at some point for testing changes to the native or cross compiled mac builds. It comes with [xcode 14 and...

enhancement
macos
arm
testing

test dacapo-xalan_0 in the jdk8 hs extended perf test suite fails on arm32 Latest failure https://ci.adoptopenjdk.net/job/Test_openjdk8_hs_extended.perf_arm_linux/26/tapResults/ I have rerun the test on other arm32 machines, still fails ``` =============================================== Running...

type:perf

Switches xcode path to `/Library/Developer/CommandLineTools` before running tests. This should be the default xcode path anyway (when the machine is idle). Due to https://github.com/adoptium/temurin-build/pull/3492, after a jdk8 build the machine...

At the moment we hardcode certain docker images on which to run tests, such as here https://github.com/adoptium/aqa-tests/blob/67a4672ef525beb1be22a71f547bf91da8e0c4e1/buildenv/jenkins/openjdk_tests#L455. The plan is to make this procedure better by being able to pass...

- [ ] 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) -...

os:windows

An additional feature of the dockernode.yml playbook will be to automate the creation of the jenkins node of a newly deployed container. Python's jenkins library should facilitate this