Skip to content

Commit

Permalink
Merge pull request #1005 from lsst-it/IT-4905/no-i2c-no-gpio
Browse files Browse the repository at this point in the history
(role/ess) rm profile::core::{i2c,gpio} -- unused
  • Loading branch information
jhoblitt authored Nov 21, 2023
2 parents e170ed9 + eb94492 commit 20946d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions hieradata/role/ess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
classes:
- "profile::core::common"
- "profile::core::docker"
- "profile::core::gpio"
- "profile::core::i2c"
- "profile::pi::config"
- "profile::pi::ftdi"
- "profile::pi::rubinhat"
Expand Down
2 changes: 0 additions & 2 deletions spec/hosts/roles/ess_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
it { is_expected.to compile.with_all_deps }

include_examples 'common', os_facts: os_facts
include_examples 'gpio', os_facts: os_facts
include_examples 'i2c', os_facts: os_facts
include_examples 'ftdi'
include_examples 'rubinhat'
end # host
Expand Down

0 comments on commit 20946d1

Please sign in to comment.