Wainer Moschetta
Wainer Moschetta
**Is your feature request related to a problem? Please describe.** Our development workflow expect the contributor to label his/her pull requests (PR) with `needs-backport` or `no-backport-needed` (and variants for forward...
This creates a new `CI_JOB` configuration (named `CC_SEV_CRI_CONTAINERD_K8S`) that should be used to run build & install Kata Containers for Confidential Containers on AMD SEV hardware. It provides all the...
As a developer pushing changes to CCv0 Branch I want to have them tested on AMD SEV hardware. \--- As part of the [CI plan for Confidential Containers v1](https://github.com/confidential-containers/community/issues/2), we...
Continuing part 1 (https://github.com/kata-containers/tests/pull/4751), 2 (https://github.com/kata-containers/tests/pull/4752) and 3(https://github.com/kata-containers/tests/pull/4758)... Created the directory `functional/confidential-guest` to hold tests for the confidential guest feature. Currently we only have tests for Intel TDX but in...
**Which feature do you think can be improved?** For each job on Jenkins there is a counterpart entry on `.ci/ci_job_flags.sh` (used to export build/test variables) and consequently in `.ci/run.sh` (used...
The `integration/kubernetes/init.sh` (see [line 189](https://github.com/kata-containers/tests/blob/main/integration/kubernetes/init.sh#L189)) remove the `NoSchedule` taint of the master node so that test pods can be scheduled on that node. Most of time a pod can be...
**Is your feature request related to a problem? Please describe.** The kata-webhook provides an example of server application that is built on the `quay.io/kata-containers/kata-webhook-example` image. Users can always build their...
**Is your feature request related to a problem? Please describe.** When you open a pull request the functional tests (run on Jenkins) aren't triggered until you send a `/test` command....
Recently it was discovered a bug (https://github.com/kata-containers/kata-containers/issues/2868) which appears when `sandbox_cgroup_only=true` (in `configuration.toml`). This is actually a regression which was caught a bit later because we don't have any CI...
**Which feature do you think can be improved?** Currently we have two jobs used to build and cache the Kernel and QEMU: http://jenkins.katacontainers.io/job/kata-containers-2.0-qemu-x86_64/ http://jenkins.katacontainers.io/job/kata-containers-2.0-kernel-vanilla-x86_64-nightly/ The installation scripts will build them...