diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5ee889a5a..9e31dd4c5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,7 +18,6 @@ /cmd/sgx_plugin/ @hj-johannes-lee @mythi /cmd/dsa_plugin/ @hj-johannes-lee @ozhuraki @mythi /cmd/iaa_plugin/ @hj-johannes-lee @ozhuraki @mythi -/cmd/vpu_plugin/ @bart0sh @mythi /cmd/dlb_plugin/ @bart0sh @hj-johannes-lee /cmd/xpumanager_sidecar/ @tkatila @uniemimu diff --git a/Makefile b/Makefile index 10cd45780..2f0094067 100644 --- a/Makefile +++ b/Makefile @@ -171,15 +171,6 @@ e2e-iaa: e2e-dlb: @$(GO) test -v ./test/e2e/... -ginkgo.v -ginkgo.show-node-events -ginkgo.focus "Device:dlb.*$(ADDITIONAL_FOCUS_REGEX)" $(GENERATED_SKIP_OPT) -delete-namespace-on-failure=false -terrascan: - @ls deployments/*/kustomization.yaml | while read f ; \ - do \ - echo "\n==== $$(basename $$(dirname $$f)) ====" ; \ - terrascan scan -v --show-passed -d $$(dirname $$f) -i kustomize --severity high \ - --skip-rules 'AC_K8S_0051,AC_K8S_0076,AC_K8S_0087' \ - || exit $$? ; \ - done - pre-pull: ifeq ($(TAG),devel) @$(BUILDER) pull golang:1.21-bookworm diff --git a/demo/accel-config-demo/Dockerfile b/demo/accel-config-demo/Dockerfile index 6b389a64c..46055a7ee 100644 --- a/demo/accel-config-demo/Dockerfile +++ b/demo/accel-config-demo/Dockerfile @@ -42,7 +42,7 @@ RUN cd / && git clone --recurse-submodules --branch v1.1.0 --depth 1 https://git mv -v /usr/local/bin/tests /usr/local/bin/dml_tests && \ mv -v /usr/local/bin/tests_mt /usr/local/bin/dml_tests_mt -RUN cd / && git clone --recursive --depth 1 --branch v1.2.0 https://github.com/intel/qpl.git && \ +RUN cd / && git clone --recursive --depth 1 --branch v1.3.0 https://github.com/intel/qpl.git && \ mkdir qpl/build && cd qpl/build && \ cmake -DLOG_HW_INIT=ON .. && \ make install