Skip to content

Commit 9d01f79

Browse files
committed
refactor(core): move to 3p-kubevirt
Signed-off-by: Maksim Fedotov <maksim.fedotov@flant.com>
1 parent 85dae6c commit 9d01f79

File tree

2 files changed

+2
-95
lines changed

2 files changed

+2
-95
lines changed

.github/workflows/dev_test.yaml

-89
This file was deleted.

images/virt-artifact/werf.inc.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
# Source https://github.com/kubevirt/kubevirt/blob/v1.3.1/hack/dockerized#L15
33
{{- $version := "1.3.1" }}
4+
{{- $branch := "v12n-patches"}}
45
{{- $goVersion := "1.22.7" }}
56

67
{{- $name := print $.ImageName "-dependencies" -}}
@@ -52,13 +53,8 @@ shell:
5253
- rm --recursive --force /var/lib/apt/lists/ftp.altlinux.org* /var/cache/apt/*.bin
5354

5455
install:
55-
- git clone --depth 1 --branch v{{ $version }} {{ $.SOURCE_REPO }}/kubevirt/kubevirt.git /kubevirt
56+
- git clone --depth 1 --branch {{ $branch }} {{ $.SOURCE_REPO }}/deckhouse/3p-kubevirt.git /kubevirt
5657
- cd /kubevirt
57-
- |
58-
for p in /patches/*.patch ; do
59-
echo -n "Apply ${p} ... "
60-
git apply --ignore-space-change --ignore-whitespace ${p} && echo OK || (echo FAIL ; exit 1)
61-
done
6258
- go mod edit -go={{ $goVersion }}
6359
- go mod download
6460
- |

0 commit comments

Comments
 (0)