-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
pbTests: Change any occurrence of openjdk-tests to aqa-tests in the test script #2230
Conversation
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.
This PR seems to be missing the template - can you add it back in and ensure that the appropriate prefix is on the commit (pbTests:
) and that a link is provided to VPC/QPC runs to verify this change.
These changes worked when I ran them on the ppc64le QEMU disk image directly. I recreated the error and then put in the change, which worked 👍🏻 Ive temporarily changed the config of the QEMU job to pick up this pr. Running the full playbook, build and test on ppc64le, as seems to be the only one that can make it to the test stage, at https://ci.adoptopenjdk.net/job/QEMUPlaybookCheck/276/ |
Annoyingly https://ci.adoptopenjdk.net/job/QEMUPlaybookCheck/ARCHITECTURE=ppc64le,OS=ubuntu18,label=vagrant/276/console failed with the same error as if the changes were not implemented. I have certainly changed the config of the QEMU job to pick up from the branch of this pr |
Running another job at https://ci.adoptopenjdk.net/job/QEMUPlaybookCheck/277/console |
Approved for when test runs pass :-) |
Re-running a VPC building HotSpot at https://ci.adoptopenjdk.net/job/VagrantPlaybookCheck/1187 since the OpenJ9 codebase seems to have a build break just now. |
That might explain why https://ci.adoptopenjdk.net/job/QEMUPlaybookCheck/277/console broke during the build step. I didn't notice it builds openj9 by default |
Apologies - I added that comment about the re-run into the wrong issue - my VPC run does NOT have the changes in this PR.
Yes that's intentional because OpenJ9 has more prereqs so is generally a better test of whether the playbooks have worked. |
Needs rebasing to pick up linter fixes? |
I'll add my approval once https://ci.adoptopenjdk.net/job/QEMUPlaybookCheck/ARCHITECTURE=ppc64le,OS=ubuntu18,label=vagrant/278/console passes through this piece of the code, but as MV says, let's do a rebase to kick out the linter failures ;-) |
https://ci.adoptopenjdk.net/job/QEMUPlaybookCheck/ARCHITECTURE=ppc64le,OS=ubuntu18,label=vagrant/278/console passed. The test step did not hit the same error
I could, but the linter errors and warnings do not concern changes made by this pr. Could it be merged anyway? |
ref #2121
The latest failure on the QEMU ppc64le job produces this failure
The other QEMU jobs would produce the same failure if they get to the test stage, but they keep failing before that.
Making these changes fixes the issue on my local machine, will test on the QEMU disk image before merging