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

remote: remote options validation #7927

Closed
ishikhman opened this issue Apr 3, 2019 · 2 comments
Closed

remote: remote options validation #7927

ishikhman opened this issue Apr 3, 2019 · 2 comments
Labels
P3 We're not considering working on this, but happy to review a PR. (No assignee) stale Issues or PRs that are stale (no activity for 30 days) team-Remote-Exec Issues and PRs for the Execution (Remote) team type: feature request

Comments

@ishikhman
Copy link
Contributor

At the moment, there is no standard approach for options validations.
For example, --remote_http_cache=lololol will be considered by bazel as an option that enables remote cache, which would lead to some exception at some point of cache creation attempt.

The ideal situation would be:

  • to identify fast that some option provided by user are malformed and notify the user about it asap in cases when bazel cannot recover/continue with invalid configurations
    • example: what should we do if --remote_cache is not a valid URI? Theoretically, we could execute build without caching, but should we? Because if the user specifies --remote_cache that they expect a build to be executed with that cache enabled.
@ishikhman ishikhman added type: feature request team-Remote-Exec Issues and PRs for the Execution (Remote) team labels Apr 3, 2019
@ishikhman ishikhman self-assigned this Apr 3, 2019
@ishikhman
Copy link
Contributor Author

Verify if #4595 is still an issue

@coeuvre coeuvre added P3 We're not considering working on this, but happy to review a PR. (No assignee) and removed untriaged labels Dec 9, 2020
@sgowroji sgowroji added the stale Issues or PRs that are stale (no activity for 30 days) label Feb 16, 2023
@sgowroji
Copy link
Member

Hi there! We're doing a clean up of old issues and will be closing this one. Please reopen if you’d like to discuss anything further. We’ll respond as soon as we have the bandwidth/resources to do so.

@sgowroji sgowroji closed this as not planned Won't fix, can't repro, duplicate, stale Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 We're not considering working on this, but happy to review a PR. (No assignee) stale Issues or PRs that are stale (no activity for 30 days) team-Remote-Exec Issues and PRs for the Execution (Remote) team type: feature request
Projects
None yet
Development

No branches or pull requests

4 participants