Daniel Hiller
Daniel Hiller
We are hitting sporadic network failures on our builds when accessing goproxy.io (which is the 2nd proxy entry in GOPROXY). Thus we have removed goproxy.io from our proxy setting: https://github.com/kubevirt/project-infra/pull/2151...
**What happened**: KubeVirt FOSSA check complains about some GPL'ed stuff that CDI itself uses on a [PR against KubeVirt](https://github.com/kubevirt/kubevirt/pull/7906) where the CDI API is about to be bumped to CDI...
**What happened**: We are using prow for CI of KubeVirt. We had just updated our prow instance to latest version today. After the rollout we saw a sudden increase on...
**What this PR does / why we need it**: Adds an initial validation of whether test names are unique. Uses ginkgo outline, which parses the source files, but doesn't evaluate...
**What happened**: A recent investigation of why the [FOSSA check started to fail](https://app.fossa.com/projects/custom%2B13072%2Fgit%40github.com%3Akubevirt%2Fkubevirt.git/refs/branch/main/a116c373d91069dd3750c84439d3e6f23451322d) in kubevirt/kubevirt suggested that the dependency containerized-data-importer in v1.42.0 introduced a [GPL 2.0 dependency](https://github.com/kubevirt/containerized-data-importer/blob/release-v1.42/vendor/github.com/mrnold/go-libnbd/aio_buffer.go#L5). This license was...
**What this PR does / why we need it**: Test PR to create a list of test names with ref_id as yaml **Which issue(s) this PR fixes** *(optional, in `fixes...
### What this PR does Before this PR: The special files and folders for build system components, i.e. `automation/` were lacking OWNERS, so that most PRs changing these were assigned...
**Is your feature request related to a problem? Please describe**: We have switched to Ginkgo v2 a while ago but we didn't update the e2e tests code to use it's...
**What happened**: We are trying to [update our `orgs.yaml`](https://github.com/kubevirt/project-infra/pull/3078) so that peribolos should add a new [GitHub repository for default files](https://github.com/kubevirt/community/issues/235). However, our [presubmit checking the configuration](https://github.com/kubevirt/project-infra/blob/647fc17e6e8ea71a27b5f05303fd6002d78a288a/github/ci/prow-deploy/files/jobs/kubevirt/project-infra/project-infra-presubmits.yaml#L714) fails when trying...
**What this PR does / why we need it**: Adds `sharded_repeated_test.sh`, a wrapper for `repeated_test.sh` that generates a set of shards from the tests available, then selects a shard by...