mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
[PR #6178] [MERGED] ci: add timeout limits #5858
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5858
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:ci-add-timeouts📝 Commits (1)
be198cdci: add timeout limits📊 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.