-
-
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
Reproducible Comparing jobs didn't show as part of dev.functional jenkins job #3587
Comments
Manually set the VENDOR_TEST_REPOS and VENDOR_TEST_BRANCH and tests still didn't run https://ci.adoptium.net/job/Test_openjdk21_hs_dev.functional_x86-64_linux/4/. Must be some other issue here. |
With VENDOR_TEST_DIRS tests are running VENDOR_TEST_DIRS. However dev.functional can't guarantee running on agent with 'docker installed' |
We should create a separate job for this test with the right parameters set (including ADDITIONAL_LABEL. |
Can you clarify the separate job? Under current naming convention could the new job output be consumed by TRSS? Or we also need to update TRSS for the new job? |
The |
As discussed those tests will move to system.dev category, which currently will only include those tests and hence resolve the docker requirement. Note this is a temp solution as going forward reproducible would not require to run in a docker container. |
dev.system - yes, also to move into the system group for the reason that a reproducibility test is more of a system test than a discreet functional test. It implies that many parts of an overall system are being tested, the contents of the SBOM are correct, and all components of the product source code and the tools used to build it remain in a state of reproducibility. |
Reproducible Comparing jobs were enabled as part of dev.functional, which didn't run in https://ci.adoptium.net/job/Test_openjdk21_hs_dev.functional_x86-64_linux/2/
Issues known:
jq
installed, but job complainsjq: error: Could not open file : No such file or directory
13:23:46 jq x86_64 1.6-2.el7 epel 167 k
- this one I met before can't remember the reason[make[1]: *** [settings.mk:356: dev.functional-..] Terminated](https://ci.adoptium.net/job/Test_openjdk21_hs_dev.functional_x86-64_linux/6/console)
-- This error feels like intermittent, rerun on same machine and didn't get the error https://ci.adoptium.net/view/Test_functional/job/Test_openjdk21_hs_dev.functional_x86-64_linux/6/ https://ci.adoptium.net/view/Test_functional/job/Test_openjdk21_hs_dev.functional_x86-64_linux/8/The text was updated successfully, but these errors were encountered: