Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
9136650
fix(modern): check `cred` field is not NULL before the access
Andreagit97 Oct 16, 2024
e214eb3
cleanup: move `sched_p_exec` tail calls
Andreagit97 Nov 6, 2024
e9a8ced
cleanup: move `sched_p_fork` tail calls
Andreagit97 Nov 6, 2024
00a6a39
cleanup: move `hotplug` logic into sys_exit
Andreagit97 Nov 6, 2024
dabbaf7
cleanup: simplify droppping logic for tracepoint
Andreagit97 Nov 6, 2024
70033a4
update: set sched_switch as UF_ALWAYS_DROP
Andreagit97 Nov 6, 2024
cc7c36c
cleanup: rename some methods
Andreagit97 Nov 6, 2024
38cceec
cleanup: don't initialize enums if not needed
Andreagit97 Nov 6, 2024
27e12c9
cleanup: remove `ctx`
Andreagit97 Nov 6, 2024
070cee3
cleanup(tests): improve test stability
Andreagit97 Nov 7, 2024
8279c1c
chore(ci): bumped perf unit tests threshold to 5% (relative) slowdown.
FedeDP Sep 16, 2024
377d260
chore(test/libsinsp_e2e,ci): port libsinsp_e2e tests to use python3.
FedeDP Sep 17, 2024
e4eea8b
new(ci): add a zig build job plus a composite action to setup zig.
FedeDP Sep 20, 2024
8b369a2
chore(ci): check linked glibc version on zig.
FedeDP Sep 23, 2024
768d1b1
chore(ci): show diff on failed format
Molter73 Oct 1, 2024
c4c124a
clean up and update ci
cpanato Oct 9, 2024
cfe3dae
chore(deps): Bump the actions group with 5 updates
dependabot[bot] Oct 9, 2024
0ade1df
chore(deps): Bump codecov/codecov-action
dependabot[bot] Oct 9, 2024
8cdf9f0
chore(deps): Bump dorny/paths-filter from 2.11.1 to 3.0.2
dependabot[bot] Oct 9, 2024
adc1630
chore(deps): Bump actions/setup-python from 4.7.1 to 5.2.0
dependabot[bot] Oct 9, 2024
406c6ad
chore(deps): Bump actions/upload-pages-artifact from 2.0.0 to 3.0.1
dependabot[bot] Oct 9, 2024
45a63b0
chore(deps): Bump peter-evans/create-pull-request from 5.0.2 to 7.0.5
dependabot[bot] Oct 9, 2024
0d1ab87
chore(deps): Bump actions/deploy-pages from 2.0.4 to 4.0.5
dependabot[bot] Oct 9, 2024
a3b7545
chore(deps): Bump actions/upload-artifact from 3.1.3 to 4.4.2
dependabot[bot] Oct 9, 2024
697c0b2
chore(deps): Bump actions/checkout from 3.6.0 to 4.2.1
dependabot[bot] Oct 10, 2024
66d9dcb
fix(ci): fix kernel testing action by using proper tag name.
FedeDP Oct 10, 2024
eaa816d
fix(ci): fixed build-scap-open-w-extern-bpf-skeleton: we do not rely …
FedeDP Oct 10, 2024
d0c4f58
chore(ci): bump actions/download-artifact to latest release (v4.1.8).
FedeDP Oct 10, 2024
8d752c8
chore(deps): Bump the actions group with 2 updates
dependabot[bot] Oct 14, 2024
0fb3d13
new(ci): run latest-kernel CI against arm64 too.
FedeDP Oct 16, 2024
aa6951e
fix(ci): fixed latest-kernel CI usage of steps/jobs outputs.
FedeDP Oct 17, 2024
f101f1e
fix(ci): fixed create-comment-kernel-testing workflow when kernel-tes…
FedeDP Oct 17, 2024
12d3a8b
fix(ci): fixed create-comment-perf workflow when perf CI does not run.
FedeDP Oct 17, 2024
e9168ca
fix(ci): use `process.exit();` to leave node script in github/action-…
FedeDP Oct 21, 2024
9387467
fix(ci): create-comment workflows array length check.
FedeDP Oct 21, 2024
a152203
chore(deps): Bump uraimo/run-on-arch-action in the actions group
dependabot[bot] Oct 21, 2024
1a50aba
chore(ci): keep zig development version alive by using actions/cache.
FedeDP Sep 20, 2024
ef5a56d
chore(ci): bump the zig version to latest.
FedeDP Sep 23, 2024
8a2665b
chore(ci): bump zig version and improve install-zig action.
FedeDP Oct 22, 2024
3ff318d
fix(ci): fixed create-comment-kernel-testing typo.
FedeDP Oct 22, 2024
d0c5297
chore(ci): increase timeout to 5minutes for driverkit build in latest…
FedeDP Oct 22, 2024
2a67310
update(ci): use cncf provided self hosted runners for arm64.
FedeDP Sep 13, 2024
70f0538
chore(deps): Bump the actions group with 3 updates
dependabot[bot] Oct 29, 2024
8e0c741
chore(deps): Bump softprops/action-gh-release from 1 to 2
dependabot[bot] Oct 9, 2024
89cb0d3
chore(deps): Bump softprops/action-gh-release in the actions group
dependabot[bot] Nov 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(ci): increase timeout to 5minutes for driverkit build in latest…
…-kernel workflow.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
FedeDP committed Nov 18, 2024
commit d0c5297dee7e6daf780b2a3b0909335ddc60c095
4 changes: 2 additions & 2 deletions .github/workflows/latest-kernel.yml
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ jobs:
run: |
echo "Testing build of drivers against: ${{ needs.compute-latest-version.outputs.latest_vers }}"
chmod +x driverkit
./driverkit docker -c dk.yaml -l debug
./driverkit docker -c dk.yaml -l debug --timeout 300

build-latest-kernel-arm64:
needs: 'compute-latest-version'
@@ -97,7 +97,7 @@ jobs:
run: |
echo "Testing build of drivers against: ${{ needs.compute-latest-version.outputs.latest_vers }}"
chmod +x driverkit
./driverkit docker -c dk.yaml -l debug
./driverkit docker -c dk.yaml -l debug --timeout 300

badge-latest-kernel:
if: always() && github.event_name == 'schedule'