Skip to content

Commit

Permalink
Merge pull request e2e-win#229 from ionutbalutoiu/enable-container-ma…
Browse files Browse the repository at this point in the history
…in-builds

Re-enable containerd main builds
  • Loading branch information
Ionut BALUTOIU authored Nov 3, 2023
2 parents acb0fcf + 3b42589 commit b3460da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"--quiet",
"--test-regex-file-url=https://raw.githubusercontent.com/e2e-win/k8s-e2e-runner/main/prow/test-regex/capz_flannel.yaml",
"--build=k8sbins",
"--build=containerdbins",
"--build=sdncnibins",
"capz_flannel",
"--flannel-mode=host-gw",
Expand Down Expand Up @@ -46,6 +47,7 @@
"--quiet",
"--test-regex-file-url=https://raw.githubusercontent.com/e2e-win/k8s-e2e-runner/main/prow/test-regex/capz_flannel.yaml",
"--build=k8sbins",
"--build=containerdbins",
"--build=sdncnibins",
"capz_flannel",
"--flannel-mode=overlay",
Expand Down
2 changes: 2 additions & 0 deletions prow/jobs/sig-windows-networking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ periodics:
args:
- --test-regex-file-url=https://raw.githubusercontent.com/e2e-win/k8s-e2e-runner/main/prow/test-regex/capz_flannel.yaml
- --build=k8sbins
- --build=containerdbins
- --build=sdncnibins
- capz_flannel
- --flannel-mode=host-gw
Expand All @@ -41,6 +42,7 @@ periodics:
args:
- --test-regex-file-url=https://raw.githubusercontent.com/e2e-win/k8s-e2e-runner/main/prow/test-regex/capz_flannel.yaml
- --build=k8sbins
- --build=containerdbins
- --build=sdncnibins
- capz_flannel
- --flannel-mode=overlay
Expand Down

0 comments on commit b3460da

Please sign in to comment.