-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
theopenlab/openlab-zuul-jobs
#500Labels
enhancementNew feature or requestNew feature or request
Description
Let's make things better!
Is your feature enhancement related to a problem? Please describe.
Now we have multiple different custom logs path exist in different OpenLab jobs, should do refactor to build a consist mechanism and usage in order to avoiding end user and developer's confusion.
- {{ ansible_user_dir }}/workspace/logs
- {{ ansible_user_dir }}/workspace/test_results.html
- {{ ansible_user_dir }}/workspace//test_results
See details
Describe the solution you'd like
Build an global environment variables to point to custom logs path, developer can redirect output to log file in that path, and OpenLab will store whole custom logs path into OpenLab log server.
make 2>&1 $MYLOGS/build-logs.log
Describe alternatives you've considered
NA
Additional context
NA
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request