File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
task_spec/spec/acceptance Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ def log_output_errors(result)
38
38
puts logger . info ( out )
39
39
end
40
40
41
- # Added this method to simplify the 'case' condition
42
- # used for target_platform, which will use latest puppet_agent
43
- # in below mentioned test spec
41
+ # This method contains a list of platforms that are only available in nightly builds of puppet-agent. Once a regular
42
+ # release of puppet-agent includes support for these platforms, they can be removed from this method and added to
43
+ # the logic that determines the puppet_7_version variable below.
44
44
def latest_platform_list
45
45
# %r{operatingsystem-version-architecture}
46
46
end
@@ -79,14 +79,7 @@ def latest_platform_list
79
79
'7.18.0'
80
80
end
81
81
82
- # Platforms that only have nightly builds available. Once a platform
83
- # is released, it should be removed from this list.
84
- # case target_platform
85
- # when %r{fedora-36}
86
- # puppet_7_collection = 'puppet7-nightly'
87
- # puppet_8_collection = 'puppet8-nightly'
88
- # else
89
- # end
82
+ # Use nightlies for unreleased platforms
90
83
case target_platform
91
84
when latest_platform_list
92
85
puppet_7_collection = 'puppet7-nightly'
You can’t perform that action at this time.
0 commit comments