socallinuxexpo / scale-network

SCaLE's on-site expo network configurations, wifi, tooling, and scripts
https://www.socallinuxexpo.org/
BSD 3-Clause "New" or "Revised" License
40 stars 16 forks source link

cleanup duplicate serverspec ruby environment config #647

Open sarcasticadmin opened 5 months ago

sarcasticadmin commented 5 months ago

Description

Relates to: #646

After the inclusion of a serverspec nixpkg, we dont have much utility for the previous ruby Gemfile, Gemfile.lock, .ruby_version configs: https://github.com/socallinuxexpo/scale-network/tree/c675dc28ef38a784440c66bf1a1f9c9ef687b4ec/tests/serverspec

We should just be defaulting to the serverspec pkg that were building in nix. One blocker for just removing this outright is that the existing gitlab runner autoflash process still requires the old way: https://github.com/socallinuxexpo/scale-network/blob/master/.gitlab-ci.yml#L45-L50

Acceptance Criteria