Skip to content

Commit 16487a1

Browse files
committed
CI: Dont validate puppet_agent_facter_versions.json anymore
For a long time, we talked to the forge API to get a list of puppet-agent releases and their components. One of the components is facter. We generated a list with an agent<>facter mapping. This file lives in ext/puppet_agent_facter_versions.json. Now that we cannot test with puppet agent from Perforce, scraping that list doesn't make sense. From OpenVoxProject, we don't have a related API yet. So instead of switching to a different API, we disable the CI check for now.
1 parent 8b924bb commit 16487a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
bundler-cache: true
4848
- name: Run unit tests
4949
run: bundle exec rake spec
50-
- name: Test against Puppet component versions
51-
run: bundle exec rake puppet_versions:test
5250
- name: Test gem build
5351
run: gem build --strict --verbose *.gemspec
5452

0 commit comments

Comments
 (0)