-
Notifications
You must be signed in to change notification settings - Fork 80
Rockylinux10 thirdparty apps #2070
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
base: master
Are you sure you want to change the base?
Rockylinux10 thirdparty apps #2070
Conversation
integration_test/third_party_apps_test/applications/vault/metadata.yaml
Outdated
Show resolved
Hide resolved
| @@ -48,6 +48,11 @@ platforms_to_skip: | |||
| # Hbase only supports Java 11, which has no installation candidate for Debian 12 | |||
| - debian-cloud:debian-12 | |||
| - debian-cloud:debian-12-arm64 | |||
| # Non-retryable error: representative metric workload.googleapis.com/hbase.region_server.operation.append.latency.p99 not found, skipping remaining metrics | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason the metric hbase.region_server.operation.append.latency.p99 is missing from the tests ?
I think its reasonable to skip if the metric is missing due to something distro related, but that reason should be reflected here in a comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't figure out why this metric is not showing up. I can pass this PR on to on-call for further investigation if needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update : This may need more investigation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Handing off this task to current oncall. CC @jinghan-ma.
| @@ -24,6 +24,11 @@ platforms_to_skip: | |||
| # Flink only supports Java 11, which has no installation candidate for Debian 12 | |||
| - debian-cloud:debian-12 | |||
| - debian-cloud:debian-12-arm64 | |||
| # Flink not working on java21 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a specific type of failure ? From my read of the flink installation script, we install java 1.8.4. Is java21 a separate library ?
ops-agent/integration_test/third_party_apps_test/applications/flink/centos_rhel/install
Lines 1 to 7 in a0c7f15
| set -e | |
| sudo yum -y install \ | |
| java-1.8.0-openjdk java-1.8.0-openjdk-devel curl | |
| # https://github.com/GoogleCloudPlatform/ops-agent/blob/master/integration_test/README.md#vendored-dependencies | |
| curl -L -o flink.tgz https://storage.googleapis.com/ops-agents-public-buckets-vendored-deps/mirrored-content/archive.apache.org/dist/flink/flink-1.14.4/flink-1.14.4-bin-scala_2.11.tgz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rocky Linux 10 doesn't have java 1.8 available on the repo, only java21.
I changed the script to install java21, but reverted since Flink was not working.
| @@ -36,6 +36,10 @@ supported_operating_systems: linux | |||
| platforms_to_skip: | |||
| # RabbitMQ is not supported on various distros. | |||
| - suse-cloud:sles-12 | |||
| - rocky-linux-cloud:rocky-linux-10 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is rabbitmq going to support rocky-linux-10 later ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know. They haven't add support on their page
…data.yaml Co-authored-by: Francisco Valente Castro <[email protected]>
5763d3b to
c344f69
Compare
|
Failed tests:
|
|
Hbase can be skipped on RL10. HBase supports Java up to 17; there is no installation candidate for Java 17 or earlier for RL10. |
|
I think |
Description
Adding 3rd party app support for rockylinux10
Related issue
b/444772452
How has this been tested?
Checklist: