Luke Gorrie

Results 385 comments of Luke Gorrie

@eugeneia Could be that we should always put the huge pages in `/var/run/snabb/hugetlbfs` rather than under `SNABB_SHM_ROOT`. The breakage is may be that `SNABB_SHM_ROOT` is pointing to a directory that...

Oops: "Here is a draft commit of mine" => https://github.com/lukego/snabblab-nixos/commit/78ea36e09f03336b6c237e15f4b4bdbf810ebb0b.

@eugeneia btw the next big step for Studio will be to add scripts like ``` snabb.inspect-hydra-build 1234 snabb.compare-hydra-builds 1234 5678 ``` and so on to make it really easy to...

(re: my patch I think it would be simpler to make one big tarball with a predictable name and make it into a Hydra build product that's visible on the...

Having dedicated branches and making jobsets refer to the most appropriate one is definitely something we should do. The resistance for me is point-and-click to update all the jobsets. I...

Relatedly: _Evaluating_ the jobsets is not such a big deal. That's just Nix waking up and checking which builds are up-to-date. The expensive part is _building_ which only happens when...

See also previous discussion: https://github.com/snabblab/snabblab-nixos/pull/95#issuecomment-294731098

Questions: - What secrets do we have? - Where do they need to be used? - How hard are they to replace? If our only secret is a Github API...

Closing because my conclusion based on experimentation is that Metacello requires network access.

Thanks! I think it would be wonderful to mention this feature with an example in the Metacello Scripting API docs. I would have found it there. I couldn't wait so...