File tree 2 files changed +1
-10
lines changed
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 50
50
with :
51
51
go-version-file : go.mod
52
52
check-latest : true
53
- - name : Install build dependencies needed for VPU plugin
54
- run : |
55
- sudo apt-get update
56
- sudo apt-get -y install libusb-1.0-0-dev
57
53
- name : golangci-lint
58
54
uses : golangci/golangci-lint-action@v3
59
55
with :
71
67
check-latest : true
72
68
- name : Check Dockerfiles
73
69
run : make check-dockerfiles
74
- - name : Install build dependencies needed for VPU plugin
75
- run : |
76
- sudo apt-get update
77
- sudo apt-get -y install libusb-1.0-0-dev
78
70
- run : make go-mod-tidy
79
71
- run : make BUILDTAGS=kerneldrv
80
72
- run : make test BUILDTAGS=kerneldrv
103
95
- intel-qat-initcontainer
104
96
- intel-qat-plugin
105
97
- intel-qat-plugin-kerneldrv
106
- - intel-vpu-plugin
107
98
- intel-deviceplugin-operator
108
99
- intel-sgx-admissionwebhook
109
100
- intel-sgx-plugin
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ TESTDATA_DIR = pkg/topology/testdata
31
31
EXTRA_BUILD_ARGS += --build-arg GOLICENSES_VERSION=$(GOLICENSES_VERSION )
32
32
33
33
pkgs = $(shell $(GO ) list ./... | grep -v vendor | grep -v e2e | grep -v envtest)
34
- cmds = $(shell ls --ignore=internal cmd)
34
+ cmds = $(shell ls --ignore=internal --ignore=vpu_plugin cmd)
35
35
36
36
all : build
37
37
You can’t perform that action at this time.
0 commit comments