Shelley Lambert
Shelley Lambert
> Step 3: Just before a JCK job is remotely triggered, produce a rerun link. This is already done (thanks Sophia). Here are the details: A public link is generated...
Interestingly, it appears like it can not retrieve estimated test duration data to calculate how long targets take and in most recent runs, splits into 1 list: ``` 17:14:04 TEST...
Some notes from the chat that @sophia-guo and I just had (where we talked about how to treat these use cases in a standard way, with a goal to not...
For RI_JDK, the full path to the binary would be supplied via CUSTOMIZED_SDK_URL, so in the case of Mac JDKs, we can see PLATFORM=x86-64_mac|aarch64_mac and CUSTOMIZED_SDK_URL=https://someServer/pathTo/some.dmg and CUSTOMIZED_SDK_URL_CREDENTIAL_ID would be...
For INSTALLER artifacts, we also look at PLATFORM, to know that if PLATFORM=x86-64_windows|x86-32_windows, then we'd be planning to pick up a .msi file. For PLATFORM=someLinux platform, there are multiple types,...
Thought of another use case for RI_JDK - where we want to pass in 2 Temurin builds to compare them (and write tests related to reproducibility, including the simple one...
Since RI_JDK is needed first, thanks @Mesbah-Alam for taking that on as the first of the 3 tasks (outlined in https://github.com/adoptium/aqa-tests/issues/4350#issuecomment-1447194197) and repeated below: - ADDITIONAL_ARTIFACTS_REQUIRED=RI_JDK - ADDITIONAL_ARTIFACTS_REQUIRED=INSTALLER - ADDITIONAL_ARTIFACTS_REQUIRED=TEST_IMAGES,DEBUG_IMAGES,JRE...
Adding this table (WIP) for the purposes of outlining various scenarios and listing the expected behaviour or potential 'gotchas' for those scenarios. This can later be added as part of...
Ya, let's focus on the SDK_RESOURCE=customized case, as it is likely most relevant. :)
> no vendor other than Adoptium would receive the "verified" tick. Is that correct? true at this moment in time, but not necessarily in the future, since changes to support...