From 32f1e5d78ec4842cdf4120d247245659ef33465f Mon Sep 17 00:00:00 2001 From: braydonk Date: Mon, 15 Jul 2024 14:15:01 +0000 Subject: [PATCH 1/5] add sp5 image to testing --- project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/project.yaml b/project.yaml index 23ec74295f..d75ea80422 100644 --- a/project.yaml +++ b/project.yaml @@ -141,6 +141,7 @@ targets: test_distros: representative: - suse-cloud:sles-15 + - suse-cloud:sles-15-sp5 exhaustive: - suse-sap-cloud:sles-15-sp2-sap - suse-sap-cloud:sles-15-sp6-sap From c250c251e403224fc97baf683121dbeebf3e31db Mon Sep 17 00:00:00 2001 From: braydonk Date: Mon, 15 Jul 2024 19:38:05 +0000 Subject: [PATCH 2/5] skip sp5 on all tests that skip base sles15 --- .../third_party_apps_test/applications/apache/metadata.yaml | 2 ++ .../third_party_apps_test/applications/cassandra/metadata.yaml | 3 ++- .../third_party_apps_test/applications/couchdb/metadata.yaml | 1 + .../third_party_apps_test/applications/dcgm/metadata.yaml | 3 ++- .../third_party_apps_test/applications/mariadb/metadata.yaml | 3 ++- .../applications/mongodb3.6/metadata.yaml | 1 + .../third_party_apps_test/applications/mysql5.7/metadata.yaml | 1 + .../third_party_apps_test/applications/nginx/metadata.yaml | 1 + .../third_party_apps_test/applications/nvml/metadata.yaml | 3 ++- .../third_party_apps_test/applications/oracledb/metadata.yaml | 1 + .../third_party_apps_test/applications/redis/metadata.yaml | 1 + .../third_party_apps_test/applications/varnish/metadata.yaml | 1 + .../third_party_apps_test/applications/wildfly/metadata.yaml | 1 + 13 files changed, 18 insertions(+), 4 deletions(-) diff --git a/integration_test/third_party_apps_test/applications/apache/metadata.yaml b/integration_test/third_party_apps_test/applications/apache/metadata.yaml index 1bebc3cf19..385a5bc28f 100644 --- a/integration_test/third_party_apps_test/applications/apache/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/apache/metadata.yaml @@ -64,6 +64,7 @@ expected_metrics: - centos-cloud:centos-7 - suse-cloud:sles-12 - suse-cloud:sles-15 + - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 - type: workload.googleapis.com/apache.requests value_type: INT64 @@ -174,6 +175,7 @@ expected_logs: - centos-cloud:centos-7 - suse-cloud:sles-12 - suse-cloud:sles-15 + - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 - name: severity type: string diff --git a/integration_test/third_party_apps_test/applications/cassandra/metadata.yaml b/integration_test/third_party_apps_test/applications/cassandra/metadata.yaml index 6be2a5a92c..f3274f79b6 100644 --- a/integration_test/third_party_apps_test/applications/cassandra/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/cassandra/metadata.yaml @@ -51,6 +51,7 @@ platforms_to_skip: - centos-cloud:centos-7 # see https://issues.apache.org/jira/browse/CASSANDRA-18059 for fix. - suse-cloud:sles-12 # QueryLog() failed: cassandra_system not found, exhausted retries; QueryLog() failed: cassandra_debug not found, exhausted retries; QueryLog() failed: cassandra_gc not found, exhausted retries - suse-cloud:sles-15 # QueryLog() failed: cassandra_system not found, exhausted retries; QueryLog() failed: cassandra_debug not found, exhausted retries; QueryLog() failed: cassandra_gc not found, exhausted retries + - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 - debian-cloud:debian-12 # QueryLog() failed: cassandra_system not found, exhausted retries; QueryLog() failed: cassandra_debug not found, exhausted retries; QueryLog() failed: cassandra_gc not found, exhausted retries - debian-cloud:debian-12-arm64 # QueryLog() failed: cassandra_system not found, exhausted retries; QueryLog() failed: cassandra_debug not found, exhausted retries; QueryLog() failed: cassandra_gc not found, exhausted retries @@ -182,7 +183,7 @@ expected_logs: - log_name: cassandra_gc fields: - name: jsonPayload.message - value_regex: (?s).*Total time for which application threads were stopped.* # The (?s) part will make the . match with newline as well. See https://github.com/google/re2/blob/main/doc/syntax.txt#L65,L68 + value_regex: (?s).*Total time for which application threads were stopped.* # The (?s) part will make the . match with newline as well. See https://github.com/google/re2/blob/main/doc/syntax.txt#L65,L68 type: string description: Log message - name: jsonPayload.uptime diff --git a/integration_test/third_party_apps_test/applications/couchdb/metadata.yaml b/integration_test/third_party_apps_test/applications/couchdb/metadata.yaml index 82a7a44595..c048bda9c9 100644 --- a/integration_test/third_party_apps_test/applications/couchdb/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/couchdb/metadata.yaml @@ -31,6 +31,7 @@ platforms_to_skip: # couchdb is not supported on various distros. - suse-cloud:sles-12 - suse-cloud:sles-15 + - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 - rocky-linux-cloud:rocky-linux-9 - rocky-linux-cloud:rocky-linux-9-arm64 diff --git a/integration_test/third_party_apps_test/applications/dcgm/metadata.yaml b/integration_test/third_party_apps_test/applications/dcgm/metadata.yaml index 868befa5c6..d8324b4141 100644 --- a/integration_test/third_party_apps_test/applications/dcgm/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/dcgm/metadata.yaml @@ -20,7 +20,7 @@ description: |- The NVIDIA DataCenter GPU Manager (DCGM) integration collects advanced GPU metrics, including SM block utilization, Pipe utilization, PCIe and NVLink traffic. configure_integration: |- - You must install DCGM and run the DCGM daemon service. + You must install DCGM and run the DCGM daemon service. supported_operating_systems: linux supported_app_version: ["3.1"] gpu_platforms: # p4, p100 don't emit DCGM profiling metrics @@ -41,6 +41,7 @@ gpu_platforms: # p4, p100 don't emit DCGM profiling metrics - rocky-linux-cloud:rocky-linux-8 - rocky-linux-cloud:rocky-linux-9 - suse-cloud:sles-15 + - suse-cloud:sles-15-sp5 - ubuntu-os-cloud:ubuntu-2004-lts - ubuntu-os-cloud:ubuntu-2204-lts expected_metrics: diff --git a/integration_test/third_party_apps_test/applications/mariadb/metadata.yaml b/integration_test/third_party_apps_test/applications/mariadb/metadata.yaml index 58ae5100ac..0ddf634881 100644 --- a/integration_test/third_party_apps_test/applications/mariadb/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/mariadb/metadata.yaml @@ -34,7 +34,7 @@ configure_integration: |- The `mysql_error` logging receiver collects logs from the default file paths shown in the table below. On some platforms, MariaDB logs to `journald` by - default instead of a file. Configure MariaDB to log to a file instead by + default instead of a file. Configure MariaDB to log to a file instead by setting `log_error` in the MariaDB configuration. [Learn more](https://mariadb.com/kb/en/error-log/#writing-the-error-log-to-a-file) about configuring `log_error`. @@ -48,6 +48,7 @@ platforms_to_skip: - rocky-linux-cloud:rocky-linux-9-arm64 - suse-cloud:sles-12 - suse-cloud:sles-15 + - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 supported_app_version: ["10.1.X through 10.7.X"] expected_metrics: diff --git a/integration_test/third_party_apps_test/applications/mongodb3.6/metadata.yaml b/integration_test/third_party_apps_test/applications/mongodb3.6/metadata.yaml index 130e341db9..b73a95f86d 100644 --- a/integration_test/third_party_apps_test/applications/mongodb3.6/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/mongodb3.6/metadata.yaml @@ -37,6 +37,7 @@ platforms_to_skip: - rocky-linux-cloud:rocky-linux-9 - rocky-linux-cloud:rocky-linux-9-arm64 - suse-cloud:sles-15 + - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 - ubuntu-os-cloud:ubuntu-2004-lts - ubuntu-os-cloud:ubuntu-2004-lts-arm64 diff --git a/integration_test/third_party_apps_test/applications/mysql5.7/metadata.yaml b/integration_test/third_party_apps_test/applications/mysql5.7/metadata.yaml index ee32960436..9604570932 100644 --- a/integration_test/third_party_apps_test/applications/mysql5.7/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/mysql5.7/metadata.yaml @@ -35,6 +35,7 @@ supported_operating_systems: linux platforms_to_skip: # MySQL5.7 is not supported on various distros. - suse-cloud:sles-15 + - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 - rocky-linux-cloud:rocky-linux-8 - rocky-linux-cloud:rocky-linux-9 diff --git a/integration_test/third_party_apps_test/applications/nginx/metadata.yaml b/integration_test/third_party_apps_test/applications/nginx/metadata.yaml index 32cd4438d5..47c0a65b35 100644 --- a/integration_test/third_party_apps_test/applications/nginx/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/nginx/metadata.yaml @@ -116,6 +116,7 @@ supported_operating_systems: linux platforms_to_skip: - suse-cloud:sles-12 # QueryLog() failed: nginx_access not found, exhausted retries; QueryLog() failed: nginx_error not found, exhausted retries - suse-cloud:sles-15 # QueryLog() failed: nginx_access not found, exhausted retries; QueryLog() failed: nginx_error not found, exhausted retries + - suse-cloud:sles-15-sp5 # QueryLog() failed: nginx_access not found, exhausted retries; QueryLog() failed: nginx_error not found, exhausted retries - suse-cloud:sles-15-arm64 # QueryLog() failed: nginx_access not found, exhausted retries; QueryLog() failed: nginx_error not found, exhausted retries - ubuntu-os-cloud:ubuntu-2004-lts # QueryLog() failed: nginx_access not found, exhausted retries; QueryLog() failed: nginx_error not found, exhausted retries supported_app_version: ["1.18", "1.20"] diff --git a/integration_test/third_party_apps_test/applications/nvml/metadata.yaml b/integration_test/third_party_apps_test/applications/nvml/metadata.yaml index 5cf63fdd0d..0f8b227f10 100644 --- a/integration_test/third_party_apps_test/applications/nvml/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/nvml/metadata.yaml @@ -20,7 +20,7 @@ description: |- The NVIDIA Management Library (or NVML) integration collects GPU utilization and GPU used memory metrics from NVIDIA GPUs. configure_integration: |- - You must install the NVIDIA driver on a host with NVIDIA GPUs. + You must install the NVIDIA driver on a host with NVIDIA GPUs. supported_operating_systems: linux supported_app_version: ["515.65.01"] gpu_platforms: @@ -49,6 +49,7 @@ gpu_platforms: - rocky-linux-cloud:rocky-linux-8 - rocky-linux-cloud:rocky-linux-9 - suse-cloud:sles-15 + - suse-cloud:sles-15-sp5 - ubuntu-os-cloud:ubuntu-2004-lts - ubuntu-os-cloud:ubuntu-2204-lts expected_metrics: diff --git a/integration_test/third_party_apps_test/applications/oracledb/metadata.yaml b/integration_test/third_party_apps_test/applications/oracledb/metadata.yaml index 63c9b6a67e..491ff2f3eb 100644 --- a/integration_test/third_party_apps_test/applications/oracledb/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/oracledb/metadata.yaml @@ -59,6 +59,7 @@ platforms_to_skip: - rocky-linux-cloud:rocky-linux-9-arm64 - suse-cloud:sles-12 - suse-cloud:sles-15 + - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 - ubuntu-os-cloud:ubuntu-2004-lts - ubuntu-os-cloud:ubuntu-2004-lts-arm64 diff --git a/integration_test/third_party_apps_test/applications/redis/metadata.yaml b/integration_test/third_party_apps_test/applications/redis/metadata.yaml index 9fb33ef86f..33dc9eac43 100644 --- a/integration_test/third_party_apps_test/applications/redis/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/redis/metadata.yaml @@ -32,6 +32,7 @@ platforms_to_skip: - centos-cloud:centos-7 # QueryLog() failed: redis not found, exhausted retries - suse-cloud:sles-12 # File '/repositories/server:/monitoring/SLE_12/server:monitoring.repo' not found - suse-cloud:sles-15 # File '/repositories/server:database/SLE_15/server:database.repo' not found + - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 supported_app_version: ["6.2"] expected_metrics: diff --git a/integration_test/third_party_apps_test/applications/varnish/metadata.yaml b/integration_test/third_party_apps_test/applications/varnish/metadata.yaml index 619df2ec97..a85fe7fc3e 100644 --- a/integration_test/third_party_apps_test/applications/varnish/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/varnish/metadata.yaml @@ -125,6 +125,7 @@ platforms_to_skip: # varnish is not supported on sles - suse-cloud:sles-12 - suse-cloud:sles-15 + - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 expected_logs: - log_name: varnish diff --git a/integration_test/third_party_apps_test/applications/wildfly/metadata.yaml b/integration_test/third_party_apps_test/applications/wildfly/metadata.yaml index 251e0af8a2..23ad10066e 100644 --- a/integration_test/third_party_apps_test/applications/wildfly/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/wildfly/metadata.yaml @@ -50,6 +50,7 @@ platforms_to_skip: - rocky-linux-cloud:rocky-linux-8 - suse-cloud:sles-12 - suse-cloud:sles-15 + - suse-cloud:sles-15-sp5 - ubuntu-os-cloud:ubuntu-2004-lts supported_app_version: ["26.x", "25.x"] expected_metrics: From b94726a9355977d14cd20a35b233ae638f6e9db1 Mon Sep 17 00:00:00 2001 From: braydonk Date: Mon, 15 Jul 2024 19:51:01 +0000 Subject: [PATCH 3/5] add arm64 sp5 platform as well --- .../third_party_apps_test/applications/apache/metadata.yaml | 2 ++ .../third_party_apps_test/applications/cassandra/metadata.yaml | 1 + .../third_party_apps_test/applications/couchdb/metadata.yaml | 1 + .../third_party_apps_test/applications/mariadb/metadata.yaml | 1 + .../applications/mongodb3.6/metadata.yaml | 1 + .../third_party_apps_test/applications/mysql5.7/metadata.yaml | 1 + .../third_party_apps_test/applications/nginx/metadata.yaml | 3 ++- .../third_party_apps_test/applications/oracledb/metadata.yaml | 1 + .../third_party_apps_test/applications/redis/metadata.yaml | 1 + .../third_party_apps_test/applications/varnish/metadata.yaml | 1 + project.yaml | 1 + 11 files changed, 13 insertions(+), 1 deletion(-) diff --git a/integration_test/third_party_apps_test/applications/apache/metadata.yaml b/integration_test/third_party_apps_test/applications/apache/metadata.yaml index 385a5bc28f..7cbb804f73 100644 --- a/integration_test/third_party_apps_test/applications/apache/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/apache/metadata.yaml @@ -66,6 +66,7 @@ expected_metrics: - suse-cloud:sles-15 - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 + - suse-cloud:sles-15-sp5-arm64 - type: workload.googleapis.com/apache.requests value_type: INT64 kind: CUMULATIVE @@ -177,6 +178,7 @@ expected_logs: - suse-cloud:sles-15 - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 + - suse-cloud:sles-15-sp5-arm64 - name: severity type: string description: '' diff --git a/integration_test/third_party_apps_test/applications/cassandra/metadata.yaml b/integration_test/third_party_apps_test/applications/cassandra/metadata.yaml index f3274f79b6..2d2e39fcb7 100644 --- a/integration_test/third_party_apps_test/applications/cassandra/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/cassandra/metadata.yaml @@ -53,6 +53,7 @@ platforms_to_skip: - suse-cloud:sles-15 # QueryLog() failed: cassandra_system not found, exhausted retries; QueryLog() failed: cassandra_debug not found, exhausted retries; QueryLog() failed: cassandra_gc not found, exhausted retries - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 + - suse-cloud:sles-15-sp5-arm64 - debian-cloud:debian-12 # QueryLog() failed: cassandra_system not found, exhausted retries; QueryLog() failed: cassandra_debug not found, exhausted retries; QueryLog() failed: cassandra_gc not found, exhausted retries - debian-cloud:debian-12-arm64 # QueryLog() failed: cassandra_system not found, exhausted retries; QueryLog() failed: cassandra_debug not found, exhausted retries; QueryLog() failed: cassandra_gc not found, exhausted retries - ubuntu-os-cloud:ubuntu-2004-lts # GPG error [...] the public key is not available: NO_PUBKEY AA8E81B4331F7F50 NO_PUBKEY 112695A0E562B32A diff --git a/integration_test/third_party_apps_test/applications/couchdb/metadata.yaml b/integration_test/third_party_apps_test/applications/couchdb/metadata.yaml index c048bda9c9..566ac9e062 100644 --- a/integration_test/third_party_apps_test/applications/couchdb/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/couchdb/metadata.yaml @@ -33,6 +33,7 @@ platforms_to_skip: - suse-cloud:sles-15 - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 + - suse-cloud:sles-15-sp5-arm64 - rocky-linux-cloud:rocky-linux-9 - rocky-linux-cloud:rocky-linux-9-arm64 - ubuntu-os-cloud:ubuntu-2310-amd64 diff --git a/integration_test/third_party_apps_test/applications/mariadb/metadata.yaml b/integration_test/third_party_apps_test/applications/mariadb/metadata.yaml index 0ddf634881..85f6842873 100644 --- a/integration_test/third_party_apps_test/applications/mariadb/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/mariadb/metadata.yaml @@ -50,6 +50,7 @@ platforms_to_skip: - suse-cloud:sles-15 - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 + - suse-cloud:sles-15-sp5-arm64 supported_app_version: ["10.1.X through 10.7.X"] expected_metrics: - type: workload.googleapis.com/mysql.buffer_pool_data_pages diff --git a/integration_test/third_party_apps_test/applications/mongodb3.6/metadata.yaml b/integration_test/third_party_apps_test/applications/mongodb3.6/metadata.yaml index b73a95f86d..b98a17a020 100644 --- a/integration_test/third_party_apps_test/applications/mongodb3.6/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/mongodb3.6/metadata.yaml @@ -39,6 +39,7 @@ platforms_to_skip: - suse-cloud:sles-15 - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 + - suse-cloud:sles-15-sp5-arm64 - ubuntu-os-cloud:ubuntu-2004-lts - ubuntu-os-cloud:ubuntu-2004-lts-arm64 - ubuntu-os-cloud:ubuntu-2204-lts diff --git a/integration_test/third_party_apps_test/applications/mysql5.7/metadata.yaml b/integration_test/third_party_apps_test/applications/mysql5.7/metadata.yaml index 9604570932..d74f2591e6 100644 --- a/integration_test/third_party_apps_test/applications/mysql5.7/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/mysql5.7/metadata.yaml @@ -37,6 +37,7 @@ platforms_to_skip: - suse-cloud:sles-15 - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 + - suse-cloud:sles-15-sp5-arm64 - rocky-linux-cloud:rocky-linux-8 - rocky-linux-cloud:rocky-linux-9 - rocky-linux-cloud:rocky-linux-9-arm64 diff --git a/integration_test/third_party_apps_test/applications/nginx/metadata.yaml b/integration_test/third_party_apps_test/applications/nginx/metadata.yaml index 47c0a65b35..2d3c86e3d3 100644 --- a/integration_test/third_party_apps_test/applications/nginx/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/nginx/metadata.yaml @@ -116,8 +116,9 @@ supported_operating_systems: linux platforms_to_skip: - suse-cloud:sles-12 # QueryLog() failed: nginx_access not found, exhausted retries; QueryLog() failed: nginx_error not found, exhausted retries - suse-cloud:sles-15 # QueryLog() failed: nginx_access not found, exhausted retries; QueryLog() failed: nginx_error not found, exhausted retries - - suse-cloud:sles-15-sp5 # QueryLog() failed: nginx_access not found, exhausted retries; QueryLog() failed: nginx_error not found, exhausted retries - suse-cloud:sles-15-arm64 # QueryLog() failed: nginx_access not found, exhausted retries; QueryLog() failed: nginx_error not found, exhausted retries + - suse-cloud:sles-15-sp5 # QueryLog() failed: nginx_access not found, exhausted retries; QueryLog() failed: nginx_error not found, exhausted retries + - suse-cloud:sles-15-sp5-arm64 # QueryLog() failed: nginx_access not found, exhausted retries; QueryLog() failed: nginx_error not found, exhausted retries - ubuntu-os-cloud:ubuntu-2004-lts # QueryLog() failed: nginx_access not found, exhausted retries; QueryLog() failed: nginx_error not found, exhausted retries supported_app_version: ["1.18", "1.20"] expected_metrics: diff --git a/integration_test/third_party_apps_test/applications/oracledb/metadata.yaml b/integration_test/third_party_apps_test/applications/oracledb/metadata.yaml index 491ff2f3eb..38a17aaa9d 100644 --- a/integration_test/third_party_apps_test/applications/oracledb/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/oracledb/metadata.yaml @@ -61,6 +61,7 @@ platforms_to_skip: - suse-cloud:sles-15 - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 + - suse-cloud:sles-15-sp5-arm64 - ubuntu-os-cloud:ubuntu-2004-lts - ubuntu-os-cloud:ubuntu-2004-lts-arm64 - ubuntu-os-cloud:ubuntu-2204-lts diff --git a/integration_test/third_party_apps_test/applications/redis/metadata.yaml b/integration_test/third_party_apps_test/applications/redis/metadata.yaml index 33dc9eac43..92a140f04c 100644 --- a/integration_test/third_party_apps_test/applications/redis/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/redis/metadata.yaml @@ -34,6 +34,7 @@ platforms_to_skip: - suse-cloud:sles-15 # File '/repositories/server:database/SLE_15/server:database.repo' not found - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 + - suse-cloud:sles-15-sp5-arm64 supported_app_version: ["6.2"] expected_metrics: - type: workload.googleapis.com/redis.clients.blocked diff --git a/integration_test/third_party_apps_test/applications/varnish/metadata.yaml b/integration_test/third_party_apps_test/applications/varnish/metadata.yaml index a85fe7fc3e..1f26226fcf 100644 --- a/integration_test/third_party_apps_test/applications/varnish/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/varnish/metadata.yaml @@ -127,6 +127,7 @@ platforms_to_skip: - suse-cloud:sles-15 - suse-cloud:sles-15-sp5 - suse-cloud:sles-15-arm64 + - suse-cloud:sles-15-sp5-arm64 expected_logs: - log_name: varnish fields: diff --git a/project.yaml b/project.yaml index d75ea80422..bd62a889bf 100644 --- a/project.yaml +++ b/project.yaml @@ -152,6 +152,7 @@ targets: test_distros: representative: - suse-cloud:sles-15-arm64 + - suse-cloud:sles-15-sp5-arm64 exhaustive: - opensuse-cloud:opensuse-leap-arm64 - opensuse-cloud=opensuse-leap-15-5-v20240516-arm64 From 1766ebe4554f525c4de5bafce0a13f34e2ff08cc Mon Sep 17 00:00:00 2001 From: braydonk Date: Wed, 17 Jul 2024 13:53:30 +0000 Subject: [PATCH 4/5] skip Postgres on ARM SP5 --- .../third_party_apps_test/applications/postgresql/metadata.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/integration_test/third_party_apps_test/applications/postgresql/metadata.yaml b/integration_test/third_party_apps_test/applications/postgresql/metadata.yaml index 6653227ae9..4a714d9a4a 100644 --- a/integration_test/third_party_apps_test/applications/postgresql/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/postgresql/metadata.yaml @@ -34,6 +34,7 @@ platforms_to_skip: - rocky-linux-cloud:rocky-linux-9 - rocky-linux-cloud:rocky-linux-9-arm64 - suse-cloud:sles-15-arm64 + - suse-cloud:sles-15-sp5-arm64 # mantic not yet supported, but should revisit this in the future - ubuntu-os-cloud:ubuntu-2310-amd64 - ubuntu-os-cloud:ubuntu-2310-arm64 From cb2ef3e94d7b19c29fbab1e9ab414ddc7ff48071 Mon Sep 17 00:00:00 2001 From: braydonk Date: Wed, 17 Jul 2024 19:04:08 +0000 Subject: [PATCH 5/5] fixed more missing sp5 skips --- .../third_party_apps_test/applications/mongodb/metadata.yaml | 1 + .../third_party_apps_test/applications/mysql/metadata.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/integration_test/third_party_apps_test/applications/mongodb/metadata.yaml b/integration_test/third_party_apps_test/applications/mongodb/metadata.yaml index 030b5518c0..57f085059c 100644 --- a/integration_test/third_party_apps_test/applications/mongodb/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/mongodb/metadata.yaml @@ -35,6 +35,7 @@ platforms_to_skip: - debian-cloud:debian-12 - debian-cloud:debian-12-arm64 - suse-cloud:sles-15-arm64 + - suse-cloud:sles-15-sp5-arm64 supported_app_version: ["2.6", "3.0+", "4.0+", "5.0", "6.0"] expected_metrics: - type: workload.googleapis.com/mongodb.cache.operations diff --git a/integration_test/third_party_apps_test/applications/mysql/metadata.yaml b/integration_test/third_party_apps_test/applications/mysql/metadata.yaml index 6d5cedca80..a181baa998 100644 --- a/integration_test/third_party_apps_test/applications/mysql/metadata.yaml +++ b/integration_test/third_party_apps_test/applications/mysql/metadata.yaml @@ -41,6 +41,7 @@ platforms_to_skip: - debian-cloud:debian-12 - debian-cloud:debian-12-arm64 - suse-cloud:sles-15-arm64 + - suse-cloud:sles-15-sp5-arm64 supported_app_version: ["8.0", "5.7"] expected_metrics: - type: workload.googleapis.com/mysql.buffer_pool_data_pages