-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Enable reproducable comparation in aqa-tests on windows #3778
Conversation
Signed-off-by: Sophia Guo <[email protected]>
Signed-off-by: Sophia Guo <[email protected]>
Signed-off-by: Sophia Guo <[email protected]>
Set copy and delelet failonerror="false" to support original repo name openjdk-build. Signed-off-by: Sophia Guo <[email protected]>
Signed-off-by: Sophia Guo <[email protected]>
Signed-off-by: Sophia Guo <[email protected]>
Signed-off-by: Sophia Guo <[email protected]>
Using release build https://ci.adoptium.net/job/build-scripts/job/jobs/job/release/job/jobs/job/jdk22u/job/jdk22u-release-windows-x64-temurin/7/ Grinder https://ci.adoptium.net/view/Test_grinder/job/Grinder/9826/console
Console of release build
|
Opts after C:/workspace/openjdk-build/workspace/build/openjdkbuild--freetype-dir bundled can't be parsed. Seems parse problem as there is space missing |
Also the other parser also feels not good?
|
Signed-off-by: Sophia Guo <[email protected]>
Seem machine not supported? https://ci.adoptium.net/view/Test_grinder/job/Grinder/9837/console https://ci.adoptium.net/computer/test-azure-win2022-x64-3/
https://ci.adoptium.net/computer/build-azure-win2022-x64-2/ doesn't has this issue. |
https://ci.adoptium.net/computer/test-azure-win2022-x64-1/ no jq installed. https://ci.adoptium.net/view/Test_grinder/job/Grinder/9862/ https://ci.adoptium.net/computer/test-azure-win2022-x64-3/ - WIN_URCT_BASE="C:/Program Files (x86)/Windows Kits/10/Redist" issue Can't remove the workspace on https://ci.adoptium.net/computer/test%2Dazure%2Dwin2019%2Dx64%2D1/ |
679af32
to
486f601
Compare
Manually adding delimiter need to consistently update whenever parsing parameters changes. Signed-off-by: Sophia Guo <[email protected]>
https://ci.adoptium.net/view/Test_grinder/job/Grinder/9886/console Looks like temurin build doesn't clean the directory if it's exist? BUILD_CONFIG[USER_OPENJDK_BUILD_ROOT_DIRECTORY]="C:/workspace/openjdk-build/workspace/build/openjdkbuild". Is it safe to clean the directory on test-azure-win2019-x64-1 so I can move on testing? @steelhead31 ? Also https://ci.adoptium.net/computer/test-azure-win2022-x64-1/ no jq installed. https://ci.adoptium.net/computer/test-azure-win2022-x64-3/ htis WIN_URCT_BASE="C:/Program Files (x86)/Windows Kits/10/Redist" issue |
I've cleared the directory from test-azure-win2019-x64-1 it was safe to remove test-azure-win2022-x64-2 definitely has jq installed , it maybe that jenkins hadn't picked up the change, please try again on that node. test-azure-win2022-x64-3 may not have that specific version of the SDK installed as its a test machine, rather than a build machine... Its also possible its been removed or updated by windows update or similar, I'll have a look tomorrow, and try and rectify this. |
This is an existing issue in the build scripts, not much I can do about this one :) |
@sophia-guo I've tidied up the win2022-build-1 workspace directory and also fixed the issue with the SDK on test-3 |
@steelhead31 https://ci.adoptium.net/label/hw.arch.x86&&ci.role.test&&windows/ test-azure-win2019-x64-1 is offline The folder exists and job exit I mentioned this morning is the following
https://ci.adoptium.net/view/Test_grinder/job/Grinder/9885/console On build-azure-win2022-x64-2. This is a build machine, and the directory is the same for build. I'm not sure if it's safe to force delete. |
test-azure-win2019-x64-1 is back online
has been removed from build-azure-win2022-x64-2 Let me know if the jq issue persists, and if there is a grinder, as I think it will need more investigation |
@steelhead31 yes, grinder still available https://ci.adoptium.net/view/Test_grinder/job/Grinder/9862/console
I've made it keep forever. When it's not needed please delete it. (I don't have that permission) Interesting I rerun seem no jq issue https://ci.adoptium.net/view/Test_grinder/job/Grinder/9896/ |
Seems rebuild is ok, still some directory issue
https://ci.adoptium.net/view/Test_grinder/job/Grinder/9896/console |
I'm hitting this issue https://ci.adoptium.net/view/Test_grinder/job/Grinder/9897/ again BUILD_CONFIG[USER_OPENJDK_BUILD_ROOT_DIRECTORY]="C:/workspace/openjdk-build/workspace/build/openjdkbuild"
@andrew-m-leonard what's this parameter BUILD_CONFIG[USER_OPENJDK_BUILD_ROOT_DIRECTORY] for? This is a directory ("C:/workspace/openjdk-build/workspace/build/openjdkbuild") outside of jenkins job workspace. I guess due to permission issue on windows it has to be out of jenkins job workspace. The problem is jenkins job cleanWS won't clean this directory. Is it safe for ci-jenkins-pipeline or temurin-build script to do the cleanup before build? |
97edbde
to
10198a3
Compare
Signed-off-by: Sophia Guo <[email protected]>
1da9d47
to
aabec08
Compare
Signed-off-by: Sophia Guo <[email protected]>
Signed-off-by: Sophia Guo <[email protected]>
Signed-off-by: Sophia Guo <[email protected]>
Signed-off-by: Sophia Guo <[email protected]>
Signed-off-by: Sophia Guo <[email protected]>
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
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!
Signed-off-by: Sophia Guo <[email protected]>
@andrew-m-leonard Thanks! Very clear and helpful! |
Fix #3711