File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 1818/cmd /sgx_plugin / @ hj-johannes-lee @ mythi
1919/cmd /dsa_plugin / @ hj-johannes-lee @ ozhuraki @ mythi
2020/cmd /iaa_plugin / @ hj-johannes-lee @ ozhuraki @ mythi
21- /cmd /vpu_plugin / @ bart0sh @ mythi
2221/cmd /dlb_plugin / @ bart0sh @ hj-johannes-lee
2322/cmd /xpumanager_sidecar / @ tkatila @ uniemimu
2423
Original file line number Diff line number Diff line change @@ -171,15 +171,6 @@ e2e-iaa:
171171e2e-dlb :
172172 @$(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
173173
174- terrascan :
175- @ls deployments/* /kustomization.yaml | while read f ; \
176- do \
177- echo " \n==== $$ (basename $$ (dirname $$ f)) ====" ; \
178- terrascan scan -v --show-passed -d $$(dirname $$f ) -i kustomize --severity high \
179- --skip-rules ' AC_K8S_0051,AC_K8S_0076,AC_K8S_0087' \
180- || exit $$? ; \
181- done
182-
183174pre-pull :
184175ifeq ($(TAG ) ,devel)
185176 @$(BUILDER) pull golang:1.21-bookworm
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN cd / && git clone --recurse-submodules --branch v1.1.0 --depth 1 https://git
4242 mv -v /usr/local/bin/tests /usr/local/bin/dml_tests && \
4343 mv -v /usr/local/bin/tests_mt /usr/local/bin/dml_tests_mt
4444
45- RUN cd / && git clone --recursive --depth 1 --branch v1.2 .0 https://github.com/intel/qpl.git && \
45+ RUN cd / && git clone --recursive --depth 1 --branch v1.3 .0 https://github.com/intel/qpl.git && \
4646 mkdir qpl/build && cd qpl/build && \
4747 cmake -DLOG_HW_INIT=ON .. && \
4848 make install
You can’t perform that action at this time.
0 commit comments