-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into prow-jobs-for-provider-multi-arch-images
Signed-off-by: chandramerla <[email protected]>
- Loading branch information
Showing
104 changed files
with
1,884 additions
and
1,232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 62 additions & 0 deletions
62
...prow-deploy/files/jobs/k8snetworkplumbingwg/kubemacpool/kubemacpool-presubmits-v0.44.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
presubmits: | ||
k8snetworkplumbingwg/kubemacpool: | ||
- name: pull-kubemacpool-unit-test-v0.44 | ||
context: pull-kubemacpool-unit-test | ||
branches: | ||
- release-0.44 | ||
always_run: true | ||
optional: false | ||
decorate: true | ||
decoration_config: | ||
timeout: 3h | ||
grace_period: 5m | ||
cluster: kubevirt-prow-control-plane | ||
max_concurrency: 6 | ||
labels: | ||
preset-podman-in-container-enabled: "true" | ||
preset-docker-mirror-proxy: "true" | ||
preset-shared-images: "true" | ||
spec: | ||
containers: | ||
- image: quay.io/kubevirtci/bootstrap:v20230801-94954c0 | ||
securityContext: | ||
privileged: true | ||
command: | ||
- "/usr/local/bin/runner.sh" | ||
- "/bin/sh" | ||
- "-c" | ||
- "automation/check-patch.unit-test.sh" | ||
|
||
- name: pull-kubemacpool-e2e-k8s-v0.44 | ||
context: pull-kubemacpool-e2e-k8s | ||
branches: | ||
- release-0.44 | ||
always_run: true | ||
optional: false | ||
decorate: true | ||
cluster: kubevirt-prow-workloads | ||
decoration_config: | ||
timeout: 3h | ||
grace_period: 5m | ||
max_concurrency: 6 | ||
labels: | ||
preset-podman-in-container-enabled: "true" | ||
preset-docker-mirror-proxy: "true" | ||
preset-shared-images: "true" | ||
spec: | ||
nodeSelector: | ||
type: bare-metal-external | ||
containers: | ||
- image: quay.io/kubevirtci/bootstrap:v20230801-94954c0 | ||
securityContext: | ||
privileged: true | ||
resources: | ||
requests: | ||
memory: "29Gi" | ||
command: | ||
- "/usr/local/bin/runner.sh" | ||
- "/bin/sh" | ||
- "-c" | ||
- "automation/check-patch.e2e-k8s.sh" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.