-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Update log timestamp in custom scripts align with supervisord #2441
Conversation
Signed-off-by: Viet Nguyen Duc <[email protected]>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CI Failure Feedback 🧐(Checks updated until commit 323c05a)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
User description
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Synchronize logs timestamp between additional scripts and pid logs from supervisord
After
Motivation and Context
Types of changes
Checklist
PR Type
enhancement, configuration changes
Description
ts_format
across multiple scripts to standardize log timestamps.SE_LOG_TIMESTAMP_FORMAT
in the Dockerfile for log timestamp configuration.Changes walkthrough 📝
7 files
upload.sh
Synchronize log timestamps in upload script
Video/upload.sh
ts_format
.validate_endpoint.sh
Update log timestamps in endpoint validation script
Video/validate_endpoint.sh
ts_format
.video.sh
Standardize log timestamps in video recording script
Video/video.sh
ts_format
.distributorProbe.sh
Update timestamp format in distributor probe script
charts/selenium-grid/configs/distributor/distributorProbe.sh
nodePreStop.sh
Standardize log timestamps in node pre-stop script
charts/selenium-grid/configs/node/nodePreStop.sh
ts_format
.nodeProbe.sh
Synchronize log timestamps in node probe script
charts/selenium-grid/configs/node/nodeProbe.sh
ts_format
.routerProbe.sh
Update timestamp format in router probe script
charts/selenium-grid/configs/router/routerProbe.sh
3 files
config.yml
Update Kubernetes versions in CircleCI configuration
.circleci/config.yml
helm-chart-test.yml
Update Kubernetes versions in GitHub Actions workflow
.github/workflows/helm-chart-test.yml
Dockerfile
Add log timestamp format environment variable
Base/Dockerfile
SE_LOG_TIMESTAMP_FORMAT
.