[Headless mode] Revive headless mode#493
Open
Hello-zoka wants to merge 4 commits intoheadless-modefrom
Open
Conversation
7770abb to
7ebfef1
Compare
7ebfef1 to
385f5b6
Compare
Contributor
|
It seems that some processes are not closed when the headless mode is exited. When I try to run the tga-pipeline with this branch, the first execution seems to work (I got the message Every time I get an error like Maybe it's related to If you don't think this issue is related to this PR, feel free to ignore it. I'll keep investigating on my own. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes made
Migrated to the newer API for running a headless task. Added proper dependencies, so the grazie module is linked correctly.
Added missed value for AppStarter and adjusted it to the API changes.
Now, the headless-mode branch is in the development state, except for having a headless task.
Testing
You can use such a task:
Headless-mode branch updates, which were done by hand for a better review experience:
Why is a merge request needed
Headless mode has not been working in a single branch since the V2 migration.
What is missing?
I've faced some problems(not every single run) with running Jacoco for collecting coverage. The reason seems to be with the incorrect project resolve, so the
projectContext.cutis null.Merge Kotlin for headless PR
I have checked that I am merging into the correct branch