| 27 Aug 2022 |
| @fata1err0r:matrix.org joined the room. | 22:30:41 |
| 29 Aug 2022 |
@ulrikstrid:matrix.org | Where do I put AWS credentials so that Hydra can read it properly for a S3 cache? | 11:38:53 |
| @ar:is-a.cat joined the room. | 12:07:13 |
Max | In reply to@ulrikstrid:matrix.org Where do I put AWS credentials so that Hydra can read it properly for a S3 cache? anywhere and point to it with $AWS_SHARED_CREDENTIALS_FILE | 12:57:17 |
@ulrikstrid:matrix.org | In reply to @max:privatevoid.net anywhere and point to it with $AWS_SHARED_CREDENTIALS_FILE Thank you, that'll probably work better than what I ended up doing. Which is that I put it in hydra-queue-runner's home/.aws/credentials 😅 | 13:03:33 |
| @ar:is-a.cat left the room. | 13:57:56 |
| 30 Aug 2022 |
| jakehamilton joined the room. | 01:03:11 |
| @aruzeta:matrix.org joined the room. | 14:41:02 |
| @aruzeta:matrix.org left the room. | 15:54:39 |
| 31 Aug 2022 |
@ulrikstrid:matrix.org | I setup githubstatus for a repo with ~5000 jobs, is it possible to instead just have 1 notification for the whole jobset? | 14:43:46 |
@ulrikstrid:matrix.org | Or can I at least group multiple builds under 1 job easily? | 14:44:55 |
@ulrikstrid:matrix.org | So that I can split it | 14:45:09 |
| 2 Sep 2022 |
@linus:schreibt.jetzt | Does hydra have a "keep-going" mode? I'd like for it to build all the dependencies of a job that it can, even if some fail | 11:15:12 |
K900 | Oh btw | 11:49:23 |
K900 | Bump: https://github.com/NixOS/hydra/pull/1243 | 11:49:30 |
@linus:schreibt.jetzt | maybe the description makes it sound too risky :p | 11:50:42 |
| 3 Sep 2022 |
| cafkafk joined the room. | 09:54:33 |
| 5 Sep 2022 |
| @plutoisnotblue:matrix.org joined the room. | 09:55:14 |
| 6 Sep 2022 |
| K900 changed their profile picture. | 08:38:18 |
| K900 changed their display name from K900 to K900 (hydra when). | 08:39:10 |
| K900 changed their display name from K900 (hydra when) to K900. | 18:27:36 |
| andersk joined the room. | 22:15:59 |
| 8 Sep 2022 |
@grahamc:nixos.org | das_j: how do you feel about merging this one? https://github.com/NixOS/hydra/pull/1198 | 13:45:17 |
K900 | Something something https://github.com/NixOS/hydra/pull/1243 if you're updating Hydra anyway | 13:48:31 |
| @rimuru:gentoo.chat changed their profile picture. | 14:12:20 |
| 12 Sep 2022 |
das_j | In reply to @grahamc:nixos.org das_j: how do you feel about merging this one? https://github.com/NixOS/hydra/pull/1198 Pretty good | 08:35:45 |
das_j | ah what about this comment: https://github.com/NixOS/hydra/pull/1198#pullrequestreview-937145095 | 08:36:19 |
| @jhulten:matrix.org left the room. | 22:01:07 |
| 13 Sep 2022 |
Sandro | Did nix 2.11 / hydra change something about pure detection? Before I used builtins ? currentSystem to check if my flake runs impure and replace impure code with a dummy to build on the hydra. Any other suggestion how I could ignore a path in hydra? | 13:31:02 |
Sandro | There seems to be a change how the following PATH is lazy evaluated ~/src. "/${builtins.getEnv "HOME"}/src does not trigger an evaluation error. | 13:42:59 |