File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
cookbooks/aws-parallelcluster-platform
resources/gdrcopy/partial Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and limitations under the License.
1414
1515def gdrcopy_version
16- '2.4'
16+ '2.4.4 '
1717end
1818
1919def gdrcopy_checksum
20- '39e74d505ca16160567f109cc23478580d157da897f134989df1d563e55f7a5b '
20+ '8802f7bc4a589a610118023bdcdd83c10a56dea399acf6eeaac32e8cc10739a8 '
2121end
2222
2323unified_mode true
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ def self.configure(chef_run)
136136 expected_gdrcopy_version = if platform == "centos"
137137 "2.3.1"
138138 else
139- "2.4"
139+ "2.4.4 "
140140 end
141141 expect ( resource . gdrcopy_version ) . to eq ( expected_gdrcopy_version )
142142 end
@@ -160,7 +160,7 @@ def self.configure(chef_run)
160160 expected_gdrcopy_checksum = if platform == "centos"
161161 "59b3cc97a4fc6008a5407506d9e67ecc4144cfad61c261217fabcb671cd30ca8"
162162 else
163- "39e74d505ca16160567f109cc23478580d157da897f134989df1d563e55f7a5b "
163+ "8802f7bc4a589a610118023bdcdd83c10a56dea399acf6eeaac32e8cc10739a8 "
164164 end
165165 expect ( resource . gdrcopy_checksum ) . to eq ( expected_gdrcopy_checksum )
166166 end
@@ -186,12 +186,12 @@ def self.configure(chef_run)
186186
187187 context "on #{ platform } #{ version } when gdrcopy enabled" do
188188 cached ( :sources_dir ) { 'sources_dir' }
189- cached ( :gdrcopy_version ) { platform == 'centos' ? '2.3.1' : '2.4' }
189+ cached ( :gdrcopy_version ) { platform == 'centos' ? '2.3.1' : '2.4.4 ' }
190190 cached ( :gdrcopy_checksum ) do
191191 if platform == 'centos'
192192 '59b3cc97a4fc6008a5407506d9e67ecc4144cfad61c261217fabcb671cd30ca8'
193193 else
194- '39e74d505ca16160567f109cc23478580d157da897f134989df1d563e55f7a5b '
194+ '8802f7bc4a589a610118023bdcdd83c10a56dea399acf6eeaac32e8cc10739a8 '
195195 end
196196 end
197197 cached ( :gdrcopy_service ) { platform == 'ubuntu' ? 'gdrdrv' : 'gdrcopy' }
Original file line number Diff line number Diff line change 1515 ( node [ 'cluster' ] [ 'nvidia' ] [ 'enabled' ] == 'yes' || node [ 'cluster' ] [ 'nvidia' ] [ 'enabled' ] == true )
1616 end
1717
18- expected_gdrcopy_version = node [ 'cluster' ] [ 'nvidia' ] [ 'gdrcopy' ] [ 'version' ]
18+ expected_gdrcopy_version = "2.4"
1919
2020 describe "gdrcopy version is expected to be #{ expected_gdrcopy_version } " do
2121 subject { command ( 'modinfo -F version gdrdrv' ) . stdout . strip ( ) }
You can’t perform that action at this time.
0 commit comments