File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 5050 with :
5151 go-version-file : go.mod
5252 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
5753 - name : golangci-lint
5854 uses : golangci/golangci-lint-action@v3
5955 with :
7167 check-latest : true
7268 - name : Check Dockerfiles
7369 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
7870 - run : make go-mod-tidy
7971 - run : make BUILDTAGS=kerneldrv
8072 - run : make test BUILDTAGS=kerneldrv
10395 - intel-qat-initcontainer
10496 - intel-qat-plugin
10597 - intel-qat-plugin-kerneldrv
106- - intel-vpu-plugin
10798 - intel-deviceplugin-operator
10899 - intel-sgx-admissionwebhook
109100 - intel-sgx-plugin
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ TESTDATA_DIR = pkg/topology/testdata
3131EXTRA_BUILD_ARGS += --build-arg GOLICENSES_VERSION=$(GOLICENSES_VERSION )
3232
3333pkgs = $(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)
3535
3636all : build
3737
You can’t perform that action at this time.
0 commit comments