Adam Farley
Adam Farley
https://github.com/adoptium/infrastructure/issues/3984 has also been see on riscv. Noting here because the jdk17 exclude file says: ``` ## linux-riscv64 excluded tests are tracked with https://github.com/adoptium/aqa-tests/issues/4976 ```
There is also an issue where incomplete JDK8 pipelines appear to have a state of "Not Done", and no data is shown in TRSS until the pipeline is complete. Example:...
Heya @sophia-guo It looks like the auto-offline logic isn't working at the moment. In short, jobs like [this one](https://ci.adoptium.net/job/Test_openjdk17_hs_sanity.openjdk_x86-64_linux_testList_1/24/console) fail due to lack of space, and our attempt to take...
The problem is that the code is attempting to use a method it is not authorized to do so. You are correct in that one solution is to get Jenkins...
That machine is back online now, though it now has much more free space (I raised an issue for it), and is unlikely to see this issue again any time...
Will keep an eye open for automatic machine disabling in future triage (whether it works or not).
> @adamfarley if the machine is back with fix it's weird that it runs out of space in such short time. Agreed. Here's the issue: https://github.com/adoptium/infrastructure/issues/3843 Note that this was...
Useful link: API for "setTemporarilyOffline": https://javadoc.jenkins.io/hudson/model/Computer.html#setTemporarilyOffline(boolean,hudson.slaves.OfflineCause) If we do go for a code fix instead of enabling us to use the currently-banned static method, I suggest this: ``` currentNode.setTemporaryOfflineCause(true, new...
The auto triage system for builds currently doesn't know about the new "simple" solaris pipelines, so I'll add that logic as part of [this issue here](https://github.com/adoptium/temurin-build/issues/4214).
The autotriage system has been updated to find solaris x64 and SPARC at the new job URLs.