Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add sp5 image to testing #1755

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
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 @@ -64,7 +64,9 @@ expected_metrics:
- centos-cloud:centos-7
- suse-cloud:sles-12
- 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
Expand Down Expand Up @@ -174,7 +176,9 @@ expected_logs:
- centos-cloud:centos-7
- suse-cloud:sles-12
- 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: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ 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
- 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
Expand Down Expand Up @@ -182,7 +184,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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ 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
- 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -48,7 +48,9 @@ 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
- 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ 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
- 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ 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
- 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ 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-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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ 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
- 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ 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
- suse-cloud:sles-15-sp5-arm64
supported_app_version: ["6.2"]
expected_metrics:
- type: workload.googleapis.com/redis.clients.blocked
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ 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
- suse-cloud:sles-15-sp5-arm64
expected_logs:
- log_name: varnish
fields:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -151,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
Expand Down
Loading