Stewart X Addison
Stewart X Addison
@Haroon-Khel Can you confirm that you are able to access the OSUOSL OpenStack console?
@Haroon-Khel Since you were working on provisioning new ones recently, can you close this off with a comment including the list of systems/distributions we now have for Linux/ppc64le please?
Seems to be even more than this if you skip that particular part. Seen similar on RHEL9 (real installation) and there were at least three similarly problematic roles there out...
Noting that this also requires the changes described in https://github.com/adoptium/infrastructure/issues/3851 At present, running test jobs requires you to specify `&&sw.os.rhel.10` onto any hostname you specify in a test job's `LABEL`...
Most of the required modules sych as `homebrew`, `authorized_key` `zypper` `mount` `sysctl` and `alternatives` seem to be provided by adding the `ansible-collection-community-general` package
# CentOS Stream 10 test results I'm going to summarise CS10 here, but I'll also use the opportunity to summarise the CS9 runs in a follow-on comment. AQA_Test_Pipeline: https://ci.adoptium.net/job/AQA_Test_Pipeline/419/ Re-grind...
# CentOS Stream 9 test results: Unstable jobs (Note did not run the full set from CS10 above): - https://ci.adoptium.net/job/Test_openjdk24_hs_extended.openjdk_aarch64_linux/47/testReport (4 failures) [Re-grind in U18.04](https://ci.adoptium.net/job/Grinder/13083/testReport) 4 failures - https://ci.adoptium.net/job/Test_openjdk24_hs_sanity.openjdk_aarch64_linux/48/testReport (7...
centosstream10 X11 errors are due to: ``` 00:46:43 [19:46:42.898] fatal: environment variable XDG_RUNTIME_DIR is not set. ``` I have created a `/home/jenkins/xdg`, mode 0700 (required) and then set XDG_RUNTIME_DIR on...
New runs using nightly test material for JDK21: ## [CentOS9](https://ci.adoptium.net/job/AQA_Test_Pipeline/423/) Passed with Green status 😃 ## [CentOS10](https://ci.adoptium.net/job/AQA_Test_Pipeline/422/) Failed in [dev.functional](https://ci.adoptium.net/job/Test_openjdk21_hs_dev.functional_aarch64_linux/55/) - six SSL-related tests. Most of those should disappear with...
Noting that for RHEL9 you can install EPEL to get a "full" version of `ansible` which will allow the `homebrew` tasks with: ``` rpm --import https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9 dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm dnf...