Skip to content

Commit 2777074

Browse files
author
Nikolai Lambrov
committed
Update desktop_tests_config.json and packages_config.json for enhanced ARM64 support
- Set a default value for the chat_id_file in desktop_tests_config.json. - Added OpenSuseLeap15_arm64 to the hosts_arm64 array in desktop_tests_config.json. - Introduced new entries for RHEL and SUSE ARM64 in packages_config.json, improving compatibility for ARM64 environments in testing scenarios.
1 parent 0352c4d commit 2777074

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

desktop_tests_config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"hosts_arm64": [
1212
"Windows11_arm64",
13-
"Debian12_arm64"
13+
"Debian12_arm64",
14+
"OpenSuseLeap15_arm64"
1415
],
1516
"hosts": [
1617
"Windows10",

tests/desktop_tests/tools/packages_config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"suse": [
1313
"opensuse"
1414
],
15+
"rhel-arm64": [],
16+
"suse-arm64": [
17+
"opensuse leap arm64"
18+
],
1519
"win-arm64": [
1620
"windows 11 on arm arm64"
1721
],

0 commit comments

Comments
 (0)