Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
# See the License for the specific language governing permissions and limitations under the License.

python_version = '3.12.8'
base_dir = "/opt/parallelcluster"
pyenv_dir = "#{base_dir}/pyenv"

control 'tag:install_awsbatch_virtualenv_created' do
python_version = os_properties.alinux2? ? '3.9.20' : '3.12.8'
title "awsbatch virtualenv should be created on #{python_version}"
only_if { !os_properties.redhat? }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
# See the License for the specific language governing permissions and limitations under the License.

cfn_python_version = '3.12.8'
base_dir = "/opt/parallelcluster"
pyenv_dir = "#{base_dir}/pyenv"

control 'tag:install_cfnbootstrap_virtualenv_created' do
cfn_python_version = os_properties.alinux2? ? '3.9.20' : '3.12.8'
title "cfnbootstrap virtualenv should be created on #{cfn_python_version}"
only_if { !os_properties.redhat_on_docker? }

Expand Down
Loading