This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-metrics.git
The following commit(s) were added to refs/heads/master by this push:
new 5253573 AMBARI-26477: Ambari-metrics precommit must migrate away from
Ubuntu 20.04 (#149)
5253573 is described below
commit 5253573a4aa948e942e0416eca561a901f7368a2
Author: ChenChen Lai <[email protected]>
AuthorDate: Sun Apr 20 13:51:34 2025 +0800
AMBARI-26477: Ambari-metrics precommit must migrate away from Ubuntu 20.04
(#149)
---
.github/workflows/ambari.yml | 2 +-
ambari-metrics-timelineservice/pom.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ambari.yml b/.github/workflows/ambari.yml
index b5ac9e1..518fd5c 100644
--- a/.github/workflows/ambari.yml
+++ b/.github/workflows/ambari.yml
@@ -23,7 +23,7 @@ on:
jobs:
build:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
diff --git a/ambari-metrics-timelineservice/pom.xml
b/ambari-metrics-timelineservice/pom.xml
index cb788e5..62b0893 100644
--- a/ambari-metrics-timelineservice/pom.xml
+++ b/ambari-metrics-timelineservice/pom.xml
@@ -228,6 +228,7 @@
<excludes>
<exclude>conf/unix/metrics_whitelist</exclude>
<exclude>conf/unix/amshbase_metrics_whitelist</exclude>
+ <exclude>ignite/work/**</exclude>
</excludes>
</configuration>
<executions>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]