-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
Make the use of substitutes on builders configurable #1158
base: master
Are you sure you want to change the base?
Conversation
Looks good, can you document this option? One caveat here is users need to be very careful that the build machines do not substitute from a caching proxy. For example, consider a Hydra which pushes paths to S3, and serves them through CloudFront. Builders must not be configured to look at CloudFront for store paths, and must directly talk to S3. |
Is sounds pretty much like the issue we were solving with this option :D |
Any suggestion where to document this option? |
The main hydra should also not point to the cache :). |
Maybe start an (anemic) section here for "queue runner settings": https://github.com/NixOS/hydra/blob/master/doc/manual/src/configuration.md#statsd-configuration ? |
For reference:
|
Well, it would be amazing if you made a passing note of each of those. And, I'm not going to block this PR on it. |
147b9c7
to
2076f50
Compare
Like this? |
a386d82
to
25f7e6e
Compare
25f7e6e
to
7a78c06
Compare
70a3f8b
to
1b4b7da
Compare
1b4b7da
to
b26be13
Compare
No description provided.