mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5960] [MERGED] ci: whitelist paths, reorganize workflows & speed-up tests #5755
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#5755
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/5960
Author: @kmk3
Created: 8/16/2023
Status: ✅ Merged
Merged: 8/23/2023
Merged by: @kmk3
Base:
master← Head:ci-split-jobs📝 Commits (10+)
b589045ci: use path whitelists instead of blacklists2f1b352ci: rename profile-checks.yml to check-profiles.yml5995a69ci: trim comments in codeql-analysis.yml8d53acbci: move codeql python job into its own workflow29f7a94ci: remove "CI" from workflow names82d2879ci: split build and test into separate workflows500d8f2ci: run make in parallel where applicable1c9af28ci: move main code checks into new check-c.yml5639359docs: add missing CI badges to README.md23a289aci: split test jobs for faster checks📊 Changes
10 files changed (+556 additions, -310 deletions)
View changed files
📝
.github/workflows/build-extra.yml(+29 -124)📝
.github/workflows/build.yml(+40 -55)➕
.github/workflows/check-c.yml(+161 -0)📝
.github/workflows/check-profiles.yml(+7 -3)➕
.github/workflows/check-python.yml(+55 -0)➖
.github/workflows/codeql-analysis.yml(+0 -125)📝
.github/workflows/codespell.yml(+2 -0)➕
.github/workflows/test.yml(+253 -0)📝
Makefile(+1 -0)📝
README.md(+8 -3)📄 Description
Main changes:
Considering the most recent runs, this reduces the total amount of time
it takes to run the tests from about 9-10 minutes to about 3 minutes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.