[PR #6178] [MERGED] ci: add timeout limits #5858

Closed
opened 2026-05-05 10:46:14 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6178
Author: @kmk3
Created: 1/30/2024
Status: Merged
Merged: 2/3/2024
Merged by: @kmk3

Base: masterHead: ci-add-timeouts


📝 Commits (1)

📊 Changes

8 files changed (+22 additions, -0 deletions)

View changed files

📝 .github/workflows/build-extra.yml (+1 -0)
📝 .github/workflows/build.yml (+1 -0)
📝 .github/workflows/check-c.yml (+4 -0)
📝 .github/workflows/check-profiles.yml (+2 -0)
📝 .github/workflows/check-python.yml (+1 -0)
📝 .github/workflows/codespell.yml (+1 -0)
📝 .github/workflows/test.yml (+5 -0)
📝 .gitlab-ci.yml (+7 -0)

📄 Description

So that they fail early instead of letting them run indefinitely when
there are problems with the CI infrastructure.

Use 5 minutes for the jobs that usually complete in under a minute
(check-profiles and codespell) and 10 minutes for the rest (most jobs
usually take 1-3 minutes).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/6178 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 1/30/2024 **Status:** ✅ Merged **Merged:** 2/3/2024 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `ci-add-timeouts` --- ### 📝 Commits (1) - [`be198cd`](https://github.com/netblue30/firejail/commit/be198cd81bb368434078cb3cb47ce7e0332250dc) ci: add timeout limits ### 📊 Changes **8 files changed** (+22 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-extra.yml` (+1 -0) 📝 `.github/workflows/build.yml` (+1 -0) 📝 `.github/workflows/check-c.yml` (+4 -0) 📝 `.github/workflows/check-profiles.yml` (+2 -0) 📝 `.github/workflows/check-python.yml` (+1 -0) 📝 `.github/workflows/codespell.yml` (+1 -0) 📝 `.github/workflows/test.yml` (+5 -0) 📝 `.gitlab-ci.yml` (+7 -0) </details> ### 📄 Description So that they fail early instead of letting them run indefinitely when there are problems with the CI infrastructure. Use 5 minutes for the jobs that usually complete in under a minute (check-profiles and codespell) and 10 minutes for the rest (most jobs usually take 1-3 minutes). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:46:14 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5858
No description provided.