-
Notifications
You must be signed in to change notification settings - Fork 19
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
[READY] - init devServer gitlab runner #789
Conversation
Will opt for leveraging kvm for the devServer going forward
b07e156
to
5d1e3ad
Compare
5d1e3ad
to
4e4dfdb
Compare
@@ -11,7 +11,8 @@ | |||
## Table of Contents | |||
|
|||
- [CONTRIBUTING](./CONTRIBUTING.md) | |||
- [CI](./CI.md) | |||
- [GitHub Actions CI](./CI.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: should we rename CI.md to github-actions-ci.md?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a branch that moves all of these markdown files underneath docs/
(since right now there spread all over). Id rather clean that up there if thats ok since well be moving it anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I asked a few questions as comments, but LGTM. I see you have a working test executed here: https://gitlab.com/socallinuxexpo/scale-network/-/pipelines/1532846314
Nice work!
@ruebenramirez thanks for the review and good discussion 🙂 |
Description of PR
Putting the devServer to work and adding a hosted gitlab-runner. Currently trigger on the
nix
tag.This will allow us to run
nix flake check
(includes vm tests)Had to bump to nixos-24.05 since we were pretty behind (~2023) for our flake input
nixpkgs
. Will probably move to unstable after getting more time to test.Previous Behavior
devServer
New Behavior
devServer
Tests
nix flake check
passes for this branch to ensure out vmTests work with new nixpkgs