This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new a76560a1f19 HDDS-14786. Use ubuntu-slim for some jobs (#9887)
a76560a1f19 is described below
commit a76560a1f19c4ea73a0dd55e5fbb678e3d4497d9
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Mar 9 11:27:12 2026 +0100
HDDS-14786. Use ubuntu-slim for some jobs (#9887)
---
.github/workflows/build-ratis.yml | 2 +-
.github/workflows/ci.yml | 2 +-
.github/workflows/close-stale-prs.yaml | 2 +-
.github/workflows/generate-config-doc.yml | 2 +-
.github/workflows/intermittent-test-check.yml | 4 ++--
.github/workflows/label-pr.yml | 2 +-
.github/workflows/pull-request.yml | 2 +-
.github/workflows/repeat-acceptance.yml | 2 +-
.github/workflows/update-ozone-site-config-doc.yml | 2 +-
9 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/build-ratis.yml
b/.github/workflows/build-ratis.yml
index b54d7ec6d55..7e57cc7b391 100644
--- a/.github/workflows/build-ratis.yml
+++ b/.github/workflows/build-ratis.yml
@@ -123,7 +123,7 @@ jobs:
echo "netty=$(mvn help:evaluate -N -q -DforceStdout -Dscan=false
-Dexpression=shaded.netty.version)" >> $GITHUB_OUTPUT
echo "protobuf=$(mvn help:evaluate -N -q -DforceStdout -Dscan=false
-Dexpression=shaded.protobuf.version)" >> $GITHUB_OUTPUT
debug:
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-slim
needs:
- ratis
- ratis-thirdparty
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 57d8c1cf44c..71c13e61a46 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -36,7 +36,7 @@ env:
jobs:
build-info:
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-slim
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
outputs:
diff --git a/.github/workflows/close-stale-prs.yaml
b/.github/workflows/close-stale-prs.yaml
index c14273ab5bd..b2a515e3445 100644
--- a/.github/workflows/close-stale-prs.yaml
+++ b/.github/workflows/close-stale-prs.yaml
@@ -22,7 +22,7 @@ jobs:
close-stale-prs:
permissions:
pull-requests: write
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
steps:
- name: Close Stale PRs
uses: actions/stale@v10
diff --git a/.github/workflows/generate-config-doc.yml
b/.github/workflows/generate-config-doc.yml
index 8f8d18cd40d..c3844dd8154 100644
--- a/.github/workflows/generate-config-doc.yml
+++ b/.github/workflows/generate-config-doc.yml
@@ -23,7 +23,7 @@ on:
jobs:
generate-config-doc:
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-slim
steps:
- name: Checkout project
uses: actions/checkout@v4
diff --git a/.github/workflows/intermittent-test-check.yml
b/.github/workflows/intermittent-test-check.yml
index bf03d29d57f..f33632956de 100644
--- a/.github/workflows/intermittent-test-check.yml
+++ b/.github/workflows/intermittent-test-check.yml
@@ -73,7 +73,7 @@ env:
run-name: ${{ github.event_name == 'workflow_dispatch' &&
format('{0}#{1}[{2}]-{3}x{4}-java{5}', inputs.test-class, inputs.test-name,
inputs.ref, inputs.splits, inputs.iterations, inputs.java-version) || '' }}
jobs:
prepare-job:
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-slim
outputs:
matrix: ${{steps.generate.outputs.matrix}}
steps:
@@ -236,7 +236,7 @@ jobs:
count-failures:
if: ${{ failure() }}
needs: run-test
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-slim
steps:
- name: Download build results
uses: actions/download-artifact@v4
diff --git a/.github/workflows/label-pr.yml b/.github/workflows/label-pr.yml
index 8838cab472e..92f826a47a3 100644
--- a/.github/workflows/label-pr.yml
+++ b/.github/workflows/label-pr.yml
@@ -27,7 +27,7 @@ jobs:
permissions:
contents: read
pull-requests: write
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
strategy:
matrix:
include:
diff --git a/.github/workflows/pull-request.yml
b/.github/workflows/pull-request.yml
index 7ccbb9ef20a..052714045cb 100644
--- a/.github/workflows/pull-request.yml
+++ b/.github/workflows/pull-request.yml
@@ -25,7 +25,7 @@ on:
jobs:
title:
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-slim
steps:
- name: Checkout project
uses: actions/checkout@v4
diff --git a/.github/workflows/repeat-acceptance.yml
b/.github/workflows/repeat-acceptance.yml
index 8640f9fd94b..33ae6115175 100644
--- a/.github/workflows/repeat-acceptance.yml
+++ b/.github/workflows/repeat-acceptance.yml
@@ -52,7 +52,7 @@ env:
run-name: ${{ github.event_name == 'workflow_dispatch' &&
format('{0}[{1}]-{2}', inputs.test-suite || inputs.test-filter, inputs.ref,
inputs.splits) || '' }}
jobs:
prepare-job:
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-slim
outputs:
matrix: ${{steps.generate.outputs.matrix}}
steps:
diff --git a/.github/workflows/update-ozone-site-config-doc.yml
b/.github/workflows/update-ozone-site-config-doc.yml
index d175f6f4833..67345b29de5 100644
--- a/.github/workflows/update-ozone-site-config-doc.yml
+++ b/.github/workflows/update-ozone-site-config-doc.yml
@@ -22,7 +22,7 @@ env:
jobs:
update-ozone-site-config-doc:
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-slim
steps:
- name: Download generated documentation
uses: actions/download-artifact@v4
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]