Skip to content

Commit 8d5f19c

Browse files
committed
Do not run test-app-nodejs on Ubuntu24 (really, 24.04.01 LTS) because it's packaged version of Node reports wrong ABI version
1 parent 8a169ab commit 8d5f19c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ 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: [ubuntu22_amd64, ubuntu22_arm64, ubuntu21, ubuntu20_arm64, ubuntu20_amd64, centos_7_amd64]
25-
install:
24+
exact_os_branches: [ubuntu24_amd64, ubuntu24_arm64, ubuntu22_amd64, ubuntu22_arm64, ubuntu21, ubuntu20_arm64, ubuntu20_amd64, centos_7_amd64]
25+
install:
2626
- os_type: linux
2727
copy_files:
2828
- name: copy-service

utils/build/virtual_machine/weblogs/nodejs/provision_test-app-nodejs.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@ lang_variant:
4040
4141
weblog:
4242
name: test-app-nodejs
43-
#This machines are going to install unsupported versions of nodejs. We use them in the provision_test-app-nodejs-unsupported-defaults
43+
#These machines are going to install unsupported versions of nodejs. We use them in the provision_test-app-nodejs-unsupported-defaults
44+
#ubuntu 24.04.01: node 18 reports abi=109 when it should be 108
4445
#ubuntu 22: node 12
4546
#ubuntu 20: node 10
4647
#ubuntu 21: node 12
4748
#centos 7: node 16
4849
#rhel_7_amd64: I can't isntall in a standard way
4950
#amazon_linux2: Using the amazon-linux-extras - Error: Package: 1:nodejs-16.20.2-1.el7.x86_64 (epel)
50-
excluded_os_branches: [ubuntu22_amd64, ubuntu22_arm64, ubuntu21, ubuntu20_arm64, ubuntu20_amd64, centos_7_amd64, rhel_7_amd64, amazon_linux2]
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]
5152

5253
install:
5354
- os_type: linux

0 commit comments

Comments
 (0)