Pipeline status not accurate when a test job hit a timeout and enters ABORTED
state
#1097
Labels
alpine-linux
cross-compile
docker
linux
mac
testing
x64
Issues that affect or relate to the x64/x32 LINUX OS
Related: Earlier fix applied to set the pipeline status more accurately - #1068
Problem identified after a user in slack reported that 23+36-ea was missing for Alpine/x64 in the release.
https://ci.adoptium.net/job/build-scripts/job/openjdk23-pipeline/68/ (showing as
ABORTED
)The Alpine/x64 Subjob hit a failure state due to running on a broken machine (dockerhost-skytap):
20:01:26 Build [build-scripts » jobs » jdk23 » jdk23-alpine-linux-x64-temurin #15](https://ci.adoptium.net/job/build-scripts/job/jobs/job/jdk23/job/jdk23-alpine-linux-x64-temurin/15/) completed: FAILURE
It looks like the riscv64 pipeline had an
ABORTED
state:00:05:06 Propagating downstream job result: build-scripts/jobs/jdk23/jdk23-linux-riscv64-temurin, Result: ABORTED CopyArtifactsSuccess: true
which is presumably what set the overall pipeline status to be aborted.The BlueOcean view of the pipeline did not pick up on either the failures on Alpine/x64 or riscv64:
Two things:
ABORTED
rather thanFAILED
which may not give the best impression of the status for the purposes of reporting int he slack channel and elsewhere.The text was updated successfully, but these errors were encountered: