Skip to content

Commit ef61d47

Browse files
Apply suggestions from code review
Co-authored-by: Roberto Montero <[email protected]>
1 parent 8d5f19c commit ef61d47

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: utils/build/virtual_machine/weblogs/nodejs/provision_test-app-nodejs-unsupported-defaults.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lang_variant:
2121
weblog:
2222
name: test-app-nodejs-unsupported-defaults
2323
#All of these branches are going to install unsupported versions of nodejs
24-
exact_os_branches: [ubuntu24_amd64, ubuntu24_arm64, ubuntu22_amd64, ubuntu22_arm64, ubuntu21, ubuntu20_arm64, ubuntu20_amd64, centos_7_amd64]
24+
exact_os_branches: [ubuntu24, ubuntu22_amd64, ubuntu22_arm64, ubuntu21, ubuntu20_arm64, ubuntu20_amd64, centos_7_amd64]
2525
install:
2626
- os_type: linux
2727
copy_files:

Diff for: utils/build/virtual_machine/weblogs/nodejs/provision_test-app-nodejs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ weblog:
4848
#centos 7: node 16
4949
#rhel_7_amd64: I can't isntall in a standard way
5050
#amazon_linux2: Using the amazon-linux-extras - Error: Package: 1:nodejs-16.20.2-1.el7.x86_64 (epel)
51-
excluded_os_branches: [ubuntu24_amd64, ubuntu24_arm64, ubuntu22_amd64, ubuntu22_arm64, ubuntu21, ubuntu20_arm64, ubuntu20_amd64, centos_7_amd64, rhel_7_amd64, amazon_linux2]
51+
excluded_os_branches: [ubuntu22_amd64, ubuntu22_arm64, ubuntu21, ubuntu20_arm64, ubuntu20_amd64, centos_7_amd64, rhel_7_amd64, amazon_linux2]
52+
excluded_os_names: [Ubuntu_24_amd64, Ubuntu_24_arm64]
5253

5354
install:
5455
- os_type: linux

0 commit comments

Comments
 (0)