File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 75
75
run : zstd -d -T0 vmlinux-${{ inputs.arch }}-${{ inputs.toolchain_full }}.tar.zst --stdout | tar -xf -
76
76
77
77
- name : Setup build environment
78
- uses : libbpf/ci/setup-build-env@v3
78
+ uses : libbpf/ci/setup-build-env@main
79
79
with :
80
80
arch : ${{ inputs.arch }}
81
81
llvm-version : ${{ inputs.llvm-version }}
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
repo-root : ${{ env.REPO_ROOT }}
107
107
108
108
- name : Setup build environment
109
- uses : libbpf/ci/setup-build-env@v3
109
+ uses : libbpf/ci/setup-build-env@main
110
110
with :
111
111
arch : ${{ inputs.arch }}
112
112
llvm-version : ${{ inputs.llvm-version }}
Original file line number Diff line number Diff line change 65
65
run : zstd -d -T0 vmlinux-${{ inputs.arch }}-${{ inputs.toolchain_full }}.tar.zst --stdout | tar -xf -
66
66
67
67
- name : Run selftests
68
- uses : libbpf/ ci/run-vmtest@v3
68
+ uses : theihor/libbpf- ci/run-vmtest@traffic-monitoring-on-x86
69
69
# https://github.com/actions/runner/issues/1483#issuecomment-1031671517
70
70
# booleans are weird in GH.
71
71
continue-on-error : ${{ fromJSON(env.CONTINUE_ON_ERROR) }}
76
76
KERNEL_TEST : ${{ inputs.test }}
77
77
SELFTESTS_BPF : ${{ github.workspace }}/selftests/bpf
78
78
VMTEST_CONFIGS : ${{ github.workspace }}/ci/vmtest/configs
79
+ TEST_PROGS_TRAFFIC_MONITOR : ${{ inputs.arch == 'x86_64' && 'true' || '' }}
79
80
TEST_PROGS_WATCHDOG_TIMEOUT : 600
80
81
with :
81
82
arch : ${{ inputs.arch }}
86
87
# Here we must use kbuild-output local to the repo, because
87
88
# it was extracted from the artifacts.
88
89
kbuild-output : ${{ env.REPO_ROOT }}/kbuild-output
90
+
91
+ - if : ${{ always() }}
92
+ uses : actions/upload-artifact@v4
93
+ with :
94
+ name : tmon-logs-${{ inputs.arch }}-${{ inputs.toolchain_full }}-${{ inputs.test }}
95
+ if-no-files-found : ignore
96
+ path : /tmp/tmon_pcap/*
You can’t perform that action at this time.
0 commit comments