File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
aws-parallelcluster-environment/resources/lustre/partial
aws-parallelcluster-platform/test/controls Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and limitations under the License.
1515
1616action :setup do
17+ return if node [ 'platform_version' ] . to_i == 24
1718 apt_repository 'fsxlustreclientrepo' do
1819 uri "https://fsx-lustre-client-repo.s3.amazonaws.com/ubuntu"
1920 components [ 'main' ]
Original file line number Diff line number Diff line change 1717 # Verify jq version is updated enough to accept 2 argfile parameters
1818 describe bash ( "jq --argfile" ) do
1919 its ( 'stderr' ) { should match /jq: --argfile takes two parameters/ }
20- end unless instance . custom_ami? || os_properties . alinux2023?
20+ end unless instance . custom_ami? || os_properties . alinux2023? || os_properties . ubuntu2404?
2121 # Need to change the jq --argfile commands as its deprecated in 1.7( latest)
2222
2323 unless os_properties . centos7?
You can’t perform that action at this time.
0 commit comments