-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Investigate watch option for auto TRSS server restart #654
Comments
There is now a way forward using the watch option. Adding this note, as progress on this issue was blocking us from adding TRSS as a Jenkins node. The gist of it is that the watch option, set to watch updates to certain folders of TRSS can the be used to update the service (no root access is required for this). While this does not cover the case of a full restart or fresh install, it does allow us to have regularly scheduled job to keep TRSS up-to-date with what is in the codebase (via git update command). |
related: adoptium#654 Signed-off-by: lanxia <lan_xia@ca.ibm.com>
related: adoptium#654 Signed-off-by: lanxia <lan_xia@ca.ibm.com>
TRSS server update:
|
related: #654 Signed-off-by: lanxia <lan_xia@ca.ibm.com>
We would like to have a scheduled Jenkins job to update the TRSS code automatically. See instructions.
Currently, sudo right is needed to restart the service at production. Since it is not recommended for the Jenkins node to run using sudo, we will look into
watch
option for auto TRSS server restart via forever.TODO:
The text was updated successfully, but these errors were encountered: