Skip to content

Commit 32308ee

Browse files
committed
(FM-8983) Add Fedora 36
Install 6.x nightly on Fedora 36 and upgrade to 7.x nightly. Skip 6.x -> 6.y updates since there's only one version.
1 parent c471292 commit 32308ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

task_spec/spec/acceptance/init_spec.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,16 @@ def log_output_errors(result)
6464
'6.27.1'
6565
when %r{osx-12-arm}, %r{ubuntu-22.04}
6666
'6.28.0'
67+
when %r{fedora-36}
68+
'latest'
6769
else
6870
'6.17.0'
6971
end
7072

7173
# platforms that only have nightly builds available. Once a platform
7274
# is released, it should be removed from this list.
7375
case target_platform
74-
when false
76+
when %r{fedora-36}
7577
puppet_6_collection = 'puppet6-nightly'
7678
puppet_7_collection = 'puppet7-nightly'
7779
else
@@ -87,6 +89,8 @@ def log_output_errors(result)
8789
false
8890
when %r{ubuntu-22.04}
8991
false
92+
when %r{fedora-36}
93+
false
9094
else
9195
true
9296
end

0 commit comments

Comments
 (0)