Shelley Lambert

Results 404 comments of Shelley Lambert

In [Deep History view](https://trss.adoptium.net/deepHistory?testId=659b03c120748f006f2228fe), it appears to happen consistently on test-docker-centos8-armv8-1 but passes on other machines.

@Haroon-Khel - not sure if test-docker-centos8-armv8-1 is listed as a 'problem machine', but this problem of JlmRemote* tests failing on it appears to be consistent and reproducible. Related: https://github.com/adoptium/infrastructure/issues/2662

related: https://github.com/adoptium/aqa-test-tools/issues/649

Suspect it is related to adding the reproduce_compare child to that platform. We will look at what is needed to represent that chid in TRSS.

Ok thanks for the extra investigation @sophia-guo - it remains an open issue to figure out the root cause in that case.

Relating this to the EPIC https://github.com/adoptium/aqa-test-tools/issues/649 which contains a growing list of improvements to the release summary report.

Indeed (so raised this issue to check what is happening in the extended jobs to be different from sanity), one thing is that its 3 child jobs under the extended.openjdk,...

Aw sucky. I am not sure we can guarantee that jobs won't be deleted underneath Jenkins. I remember answering the question "can we delete these", and saying yes, but I...

https://api.adoptium.net/v3/info/available_releases - returns json that contains tip_version `curl -X 'GET' \ 'https://api.adoptium.net/v3/info/available_releases' \ -H 'accept: application/json'`

Run locally and see that sometimes `npm run docker-down` doesn't always shut everything down. Think it may be good to update the [package.json file L9](https://github.com/adoptium/aqa-test-tools/blob/master/package.json#L9) to: `"docker-down": "docker compose down...