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

Dynamic compilation - auto detect BUILD_LIST based on TARGET #154

Open
llxia opened this issue Feb 10, 2021 · 1 comment
Open

Dynamic compilation - auto detect BUILD_LIST based on TARGET #154

llxia opened this issue Feb 10, 2021 · 1 comment
Labels
enhancement New feature or request
Projects

Comments

@llxia
Copy link
Contributor

llxia commented Feb 10, 2021

It would be nice if we can auto-detect BUILD_LIST value based on TARGET. It means that BUILD_LIST will be an optional value. Similar to JDK_VERSION. The goal is to further reduce test build running time in Grinder and comment triggered PR builds and to make our test framework more user friendly.

Part 1: clean up cmdlinetest tests that need multiple folders in BUILD_LIST
For example, cmdlinetests need 3 folders:

BUILD_LIST=functional/cmdline_options_tester,functional/cmdline_options_testresources,functional/cmdLineTests/jvmtitests

Part 2: clean up dependencies in rest of functional tests
Part 3: add feature in TKG to generate BUILD_LIST based on BUILD_LIST and target
Part 4: clean up dependencies in other repos

@llxia llxia added the enhancement New feature or request label Feb 10, 2021
@karianna karianna added this to To do in TKG via automation Feb 12, 2021
@llxia
Copy link
Contributor Author

llxia commented Sep 2, 2021

PR eclipse-openj9/openj9#13419 for Part 1.

@renfeiw renfeiw changed the title Auto detect BUILD_LIST based on TARGET Dynamic compilation - auto detect BUILD_LIST based on TARGET Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
TKG
  
To do
Development

No branches or pull requests

1 participant