Skip to content
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

EPIC: Reproducible Tests #2347

Closed
smlambert opened this issue Mar 9, 2021 · 2 comments
Closed

EPIC: Reproducible Tests #2347

smlambert opened this issue Mar 9, 2021 · 2 comments

Comments

@smlambert
Copy link
Contributor

smlambert commented Mar 9, 2021

Related to the goals identified in #1522 and adoptium/temurin-build#2522, we will like to take the information from the SHA.txt file (which test jobs already create), augment it with any other information needed to rerun the exact same set of tests against a build.

This work includes:

  • prototype by writing a script that can take the contents of a SHA.txt file and/or a "Rerun in Grinder link" to rerun a test job with the appropriate environment variables (input parameters) set (see Prototype a 'rerun' script  #2511)
  • creating an AQA BoM Define and Create AQA BoM for inclusion with release artifacts #1169 (right now is SHA.txt, but can rename to .testInfo, to align with .buildInfo naming)
  • Investigate using the "Rerun in Grinder" functionality that TKG provides to be able to feed in the AQA BoM for test reproduction
@llxia
Copy link
Contributor

llxia commented Sep 20, 2021

Discussed with @smlambert , here is the overview of the workflow:
The test build (both automated and local runs) will generate a property file (similar to the current SHA.txt) to capture the SHA that we use in each repo. The property file will replace the existing SHA.txt. In the release branch, the property file will be checked into the repo. In the case of reproducing the build, this property file will be used and the test pipeline will check out the material as stated in the property file.

TODOs:

llxia added a commit to llxia/openj9 that referenced this issue Jan 14, 2022
Related: runtimes/infrastructure/issues/6390 and adoptium/aqa-tests#2347

Signed-off-by: lanxia <lan_xia@ca.ibm.com>
llxia added a commit to llxia/openj9 that referenced this issue Jan 18, 2022
Related: runtimes/infrastructure/issues/6390 and adoptium/aqa-tests#2347

Signed-off-by: lanxia <lan_xia@ca.ibm.com>
@llxia llxia mentioned this issue Mar 3, 2022
@smlambert
Copy link
Contributor Author

I think we can close this as the last item in the checklist was marked optional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants