-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get latest nightly build files from given base url #2695
Conversation
run aqa --sdk_resource nightly --build_list functional --target floatSanityTests --platform x86-64_linux --customized_sdk_url https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Build_JDK11_x86-64_linux_Nightly/ |
No builds were started. |
run aqa --sdk_resource nightly --build_list functional --target testSCCMLTests2 --platform x86-64_windows --customized_sdk_url https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Build_JDK11_x86-64_linux_Nightly/ |
No builds were started. |
Regarding run aqa failure (#2695 (comment)), issue opened at #2697 |
Thanks @OscarQQ . With this PR, we will allow users to provide a base artifactory URL (URL before the build number). Our test script will try to figure out the latest build number and it will try to download all tar (including SDK, test image, debug image, etc). Use case in Grinder: |
@OscarQQ users may or may not have |
2832742
to
7a0149f
Compare
Grinder/16835. aix |
4e429fa
to
039ea4b
Compare
76f00bc
to
6b4a624
Compare
related: backlog issue 542 Signed-off-by: Yixin Qian <Yixin.Qian@ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks a lot @OscarQQ
During the testing, we noticed that the latest build may not contain SDK (due to SDK build failure). We will add further enhancement in future PR - try old builds if the latest build does not contain SDK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for working on this enhancement @OscarQQ ! LGTM
related: backlog issue 542
Signed-off-by: Yixin Qian Yixin.Qian@ibm.com