From bba979c79dfd3f096b23db8b7209834f7862bb33 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Mon, 24 Aug 2026 12:11:46 +0000 Subject: [PATCH] CI: drop the apt budget overrides from three jobs with no timeout-minutes build_ipmitool, jwt-cpp's and pam-ipmi's build_pam-ipmi declare no timeout-minutes - the 4 in each file belongs to the sibling build_wolfssl, which does not call this action. The comment justifying the tighter budget was false and the override only cost resilience. --- .github/workflows/ipmitool.yml | 3 --- .github/workflows/jwt-cpp.yml | 3 --- .github/workflows/pam-ipmi.yml | 3 --- 3 files changed, 9 deletions(-) diff --git a/.github/workflows/ipmitool.yml b/.github/workflows/ipmitool.yml index 6db463a4e6..b5df5fbe12 100644 --- a/.github/workflows/ipmitool.yml +++ b/.github/workflows/ipmitool.yml @@ -63,9 +63,6 @@ jobs: - name: Install dependencies uses: ./.github/actions/install-apt-deps with: - # Fit the loop inside this job's timeout-minutes. - budget-seconds: '120' - pull-timeout: '60' packages: libreadline-dev ghcr-debs-tag: ubuntu-24.04-full - name: Download lib diff --git a/.github/workflows/jwt-cpp.yml b/.github/workflows/jwt-cpp.yml index df9a56247f..e3263f3f99 100644 --- a/.github/workflows/jwt-cpp.yml +++ b/.github/workflows/jwt-cpp.yml @@ -67,9 +67,6 @@ jobs: - name: Install dependencies uses: ./.github/actions/install-apt-deps with: - # Fit the loop inside this job's timeout-minutes. - budget-seconds: '120' - pull-timeout: '60' packages: libgtest-dev ghcr-debs-tag: ubuntu-24.04-full diff --git a/.github/workflows/pam-ipmi.yml b/.github/workflows/pam-ipmi.yml index faa19001a5..de907d05af 100644 --- a/.github/workflows/pam-ipmi.yml +++ b/.github/workflows/pam-ipmi.yml @@ -64,9 +64,6 @@ jobs: - name: Install dependencies uses: ./.github/actions/install-apt-deps with: - # Fit the loop inside this job's timeout-minutes. - budget-seconds: '120' - pull-timeout: '60' packages: libpam-dev ninja-build meson ghcr-debs-tag: ubuntu-24.04-full