Skip to content

Commit 1b030b2

Browse files
authored
Merge pull request #1572 from mythi/PR-2023-049
Cleanups
2 parents 30c098a + 28f48bd commit 1b030b2

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
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

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,6 @@ e2e-iaa:
171171
e2e-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-
183174
pre-pull:
184175
ifeq ($(TAG),devel)
185176
@$(BUILDER) pull golang:1.21-bookworm

demo/accel-config-demo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)