This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- tests: Make copyright header check less picky - github: Enable github actions - ci/lib.sh: fix bug of pid match error. - .ci/setup_env_centos.sh: Fix "too many arguments" error - integration/kubernetes: tests improvements - part 1 - k8s: Change pod spec used in k8s-copy-file.bats - tests: Add stability test using ctr - Prepare 2.x for OpenShift CI - part 1 - k8s/e2e: Make cleanup() fault tolerant - tests/cri-containerd: Skip TestContainerListStatsWithSandboxIdFilter with QEMU - 2.x | integration,k8s: Rely on quay.io images instead of dockerhub ones - 2.x | centos: PowerTools repo got renamed to powertools - ci/kata-arch: Fix typo on help message - 2.x | webhook: Check whether Privileged is nil before accessing its value - integration/kubernetes: Strength the k8s-block-volume test - ci: stopping docker.socket before remove package docker-ce - tests: Exclude *pb_test.go from SPDX header checks - spellcheck: Add more words to dictionary - Fixes for CentOS 8 setup script - ci: Enable minimal kubernetes-e2e tests with CRI-O - k8s: Enable "k8s-oom" tests for CRI-O - k8s: Re-enable "k8s-liveness-probes" tests for CRI-O - k8s: Re-enable "k8s-copy-file" tests for CRI-O - vfio: ci: don't clone with --depth=1 - ci: enable debug log for kubelet - k8s: Fix e2e conformance skip list for containerd - k8s: Skip "k8s-copy-file" tests with CRI-O - Fix VFIO CI - spellcheck: Add more words to dictionary - ci: Enable containerd debug - ci: fix VFIO CI - ci: Enable clh+containerd k8s e2e testing - static-checks: ignore gogo and google proto files - lib/common.bash: Fix overwrite of KATA_TESTS_BASEDIR - fix ARM CI - ci: install virtiofsd when installing qemu - static-check: do not check ignore list license header - ci: Fix git error in crio installation - ci: vfio: fix cloud-hypervisor - ci: scripts modifications to support cri-o and kubernetes 1.18 - ci: Remove duplication of kubernetes installation - ci: ignore files within kernel/configs directory - ci: vfio: fix VFIO CI - CI: Don't license check kernel config files - 2.0 dev actually enable fast return - k8s: enable memroy tests - k8s: skip oom and k8s-block-volume test for aarch64 - ci: add VFIO CI for kata 2.0 - spellcheck: Add "musl" to dictionary - versions: Update flannel version to v0.13.0-rc2 - ci: change qemu patch path for qemu build on arm64 - ci: skip k8s-oom test on ARM. - spellcheck: Sync 2.0-dev with master - Fix fast return - ci: skip checking license header for patch files - ci: Fix docker installation for RHEL and CentOS kata 2.0 - k8s: use ubuntu instead of alpine - CI: Add initrd support to CI scripts - k8s: enable skipped crio tests for kata 2.0 - ci: Enable minimal e2e k8s tests with clh and containerd - ci: Fix docker installation centos 8 kata 2.0 - versions: Update golangci-lint version to 1.19.0. - CI: Check for copyright header - k8s: enable skipped bats for kata 2.0 - ci: Fix the CLH CI regression in the test repo for kata 2.0 - k8s: add pod OOM test - CI: enable k8s-empty-dirs.bats - checkcommits: fix singleWordLine - [2.0] crio: use drop-in file to configure kata runtime - ppc64le: fixing rust install - ci: fix rust install - tests: Enable a minimal set for e2e k8s tests - ci: deep clean stale files and cleanup iptables before save - ci: add test cases for kubectl exec command - k8s: enable copy file tests - ci: Enable and fix clh CI for kata 2.0 for k8s+containerd tests - ci: Enable clh+virtiofs CI - Revert "ci: Fix missing line so that codecov works" - ci: add sleep in init container - ci: Fix missing line so that codecov works - ci: Add codecov execution script back - ci: delete -i option of kubectl exec - ci: gzip virtiofs log - ci: clean up stale files for containerd and cni - tests: Unskip k8s tests for kata 2.0 - ci: Remove getting logs for kata-proxy and kata-shim for 2.0 - docs: Update breaking compatibility sectionf in README for kata 2.0 - ci: collect containerd-shim-kata-v2 log - test: check against 2.0-dev branch instead of master - actions: Add action to perform checks for pull requests - test: Improve k8s pid test for kata 2.0 - tests: set terminationGracePeriodSeconds to zero - CI: use packaging location inside kata-containers repo - 2.0-dev: add retry for kubernetes service test case - [2.0-dev - fwport] ci: support QEMU 5.0.0 - AArch64: enable ARM CI for kata 2.0 - ci: resolve resulting code base by merging - ci: Add CentOS dependencies for CRI-O shimv2 - ci: Enable k8s installation for fedora rust agent 2.0 - tests: Enable kubernetes tests with kata rust 2.0 - test: Update runtime for cri integration test for rust 2.0 - ci: Fix runtime variable for run script for rust 2.0 - ci: Modify tests and CI scripts for Kata 2.0 - ci: ci-fast-return.sh should consider vendor changes - clh:docker: Enable CPU tests - ci: Fix SLES CI - Fix CRI-O configuration file location for newer versions - Fix functional and integration tests tu support golang 1.13 - AArch64: enable fc tests on ARM CI - test:docker: Use the right hypervisor when reading from KataConfig - metrics: specify a tag for rocker/tidyverse - ci: Fix ROOTFS_DIR for podman CI 50634ae tests: Make copyright header check less picky ea56ec5 github: Enable github actions 38f2e12 ci/lib.sh: fix bug of pid match error. 978a7c7 .ci/setup_env_centos.sh: Fix "too many arguments" error 642d46c k8s: Change pod spec used in k8s-copy-file.bats f576e89 tests: Add stability test using ctr 2ac5f66 integration/kubernetes: Get rid of `kubectl exec POD CMD` e000a28 integration/kubernetes: Fix "unary operator expected" on k8s-cpu-ns d25ba0c ci: Add dracut support for install_kata_image.sh 059a69c ci/install_runtime: Refactor the vsock module checking d99b58d ci/install_runtime: Allow to skip vhost setup 4c32c7e ci: Make install scripts to use the DESTDIR variable afdad1c k8s/e2e: Make cleanup() fault tolerant b6a94de tests/cri-containerd: Skip test failing with QEMU 6821ce1 tests/cri-containerd: Set default value to KATA_HYPERVISOR 5e6ae59 tests: Exclude *pb_test.go from SPDX header checks a341d7b integration/kubernetes: Strength the k8s-block-volume test 14959c1 integration,k8s: Rely on quay.io images instead of dockerhub ones c13385c centos: PowerTools repo got renamed to powertools c2fa6c1 webhook: Check whether Privileged is nil before accessing its value 291441b ci: stopping docker.socket before remove package docker-ce 9eefa3c spellcheck: Add more words to dictionary 0c3a596 ci/kata-arch: Fix typo on help message 7855005 .ci/setup_env_centos.sh: Install packaged GNU Parallel 644224a .ci/setup_env_centos.sh: Install bc package c13dc04 .ci/setup_env_centos.sh: Ensure yum-config-manager is installed f2de046 ci: Enable minimal kubernetes-e2e tests with CRI-O b3150ac k8s: Enable "k8s-oom" tests for CRI-O 16ca889 k8s: Re-enable "k8s-liveness-probes" tests for CRI-O 8957c06 k8s: Re-enable "k8s-copy-file" tests for CRI-O 64dbc5b vfio: ci: don't clone with --depth=1 316fb1e ci: enable debug log for kubelet 8abfce4 k8s: Fix e2e conformance skip list for containerd ef5cda7 k8s: Skip "k8s-copy-file" tests with CRI-O 6cb2b19 ci: vfio: fix warning: Error loading config file 8b34c8d ci: vfio: update kubectl exec e56537f ci: vfio: Don't fail the test if cleanup_env.sh fails a147453 ci: vfio: set terminationGracePeriodSeconds to 0 71b7dec CI: Skip CI for spell check changes a555a5f spellcheck: Add more words to dictionary 7c58462 ci: Enable containerd debug c4b382c ci: vfio: skip QEMU + initrd tests dc2282f ci: vfio: delete pod after checking net interfaces 3538fc1 static-checks: ignore gogo and google proto files a2b881e ci: Enable clh+containerd k8s e2e testing 4667889 lib/common.bash: Fix overwrite of KATA_TESTS_BASEDIR 25b4ad8 ci: virtio-fs is not working on arm 572e7ce ci: fix virtiofsd installation on aarch64 4668272 static-check: do not check ignore list license header 0ce93b4 ci: Fix git error in crio installation 79c74d8 ci: install virtiofsd when installing qemu e09ebe0 ci: vfio: unskip cloud-hypervisor tests 88b91b0 ci: vfio: workaround virtiofs bug 0fb0f3b ci: Fix cri-o drop-in configuration file 160ad76 ci: Remove duplication of kubernetes installation eca272f ci: ignore files within kernel/configs directory baf2151 vfio: skip cloud-hypervisor 49a54b0 ci: vfio: fix VFIO CI d60f59b CI: ignore license header check for drawio files f897694 CI: Don't license check kernel config files 265d0ae ci: update the way we get crio version 97e60ee ci: Update network namespace flag for CRIO install e9750cf versions: update Sonobuoy version to match k8s version d9838c0 ci: Try to skip CI only on PR jobs 1362791 CI: Really enable fast return for 2.0-dev 129fc54 k8s: enable memroy tests dc4fc70 k8s: skip k8s-block-volume on aarch64 e7faa17 k8s: skip oom test for aarch64 28147bb ci: add VFIO CI for kata 2.0 58dde78 spellcheck: Add "musl" to dictionary 23a0128 versions: Update flannel version to v0.13.0-rc2 4a8ee98 ci: change qemu patch path for qemu build on arm64 7cf161d CI: Redirect jq install output to special fd b2ed261 CI: Redirect yq install output to special fd 378d826 spellcheck: Add several words from architecture.md 104d909 spellcheck: Sync 2.0-dev with master d4eacc1 ci: skip checking license header for patch files 7b1886f ci: Fix docker installation for RHEL and CentOS kata 2.0 37fe4c0 k8s: use ubuntu instead of alpine cbe4e79 ci: skip k8s-oom test on arm64. 4b630f6 k8s: enable skipped crio tests fc9849c CI: Add initrd support to CI scripts 6adffd0 ci: Fix docker installation centos 8 kata 2.0 2dd471d ci: Enable minimal e2e k8s tests with clh and containerd 0d88aac CI: Fix path to qemu patches 242ad2f versions: Update golangci-lint version to 1.19.0 934b25d CI: Check for copyright header b0d19aa ci: setup containerd/crio with privileged_without_host_devices 9e98913 k8s: enable skipped bats tests d42d7ae k8s: Skip test "pod OOM" with cloud-hypervisor 52f33c3 ci: Not set 'KATA_DEV_MODE' to 'false' explicitly cf935ad k8s: add pod OOM test for containerd 4651296 CI: enable k8s-empty-dirs.bats 607ee53 checkcommits: fix singleWordLine d0e04e3 crio: write to config dir with sudo 11d9d99 crio: use drop-in file to configure kata runtime 8564e46 ppc64le: fixing rust install f80a5a1 ci: fix rust install 8cc8e15 ci: add test cases for kubectl exec command 6ffafa0 k8s: enable copy file tests 0af68bf ci: Add dedicated code path for clh in run.sh 7cf1167 tests: Enable a minimal set for e2e k8s tests c4d64a6 metrics: fix virtiofsd metrics 640d4cb ci: disable vmx-rdseed-exit on experimental QEMU 4f54e3a clh: k8s: Enable the block volume test f58b53e clh: k8s: Enable CPU related tests 03da93b ci: deep clean stale files and cleanup iptables before save 2289c88 ci: Enable clh+virtiofs CI f9dc1b7 ci: Revert "Fix missing line so that codecov works" fc9f21b ci: use $EPOCHREALTIME to compare container start time d2e77d2 ci: Fix missing line so that codecov works a2c5f1d ci: Add codecov execution script back bdd0c17 ci: delete -i option of kubectl exec 20c2767 ci: gzip virtiofs log 5f42b0b ci: clean up stale files for containerd and cni 912ae62 tests: Unskip k8s tests for kata 2.0 7ddbf79 docs: Update breaking compatibility sectionf in README for kata 2.0 1f9ab03 ci: Remove getting logs for kata-proxy and kata-shim for 2.0 b87c693 ci: collect containerd-shim-kata-v2 log 3ade176 test: check against 2.0-dev branch instead of master bff9eaf actions: Add action to perform checks for pull requests e0dd3a6 test: Improve k8s pid test for kata 2.0 9129ce6 tests: set terminationGracePeriodSeconds to zero to reduce pod deletion time e7dd537 CI: use packaging location inside kata-containers repo bc96f7b ci: support QEMU 5.0.0 e8fb18b 2.0-dev: add retry for kubernetes service test case 0557c19 clean-up: clean up installed containerd-cri cc6a9ac tests: enable containerd-cri intergration tests on aarch64 e8e5ee2 ci: resolve resulting code base by merging 0858ee0 ci: Add CentOS dependencies for CRI-O shimv2 db1377f tests: Enable kubernetes tests with kata rust 2.0 e8044b7 ci: Enable k8s installation for fedora rust agent 2.0 9f19cdb ci: Fix runtime variable for run script for rust 2.0 fe1c1a6 test: Update runtime for cri integration test for rust 2.0 adf8107 ci: Modify scripts for Kata 2.0 4c48c0a containerd: be able to build from source when version is a commit f67fd0f ci: ci-fast-return.sh should consider vendor changes 6b02b93 clh:docker: Enable CPU tests 56a0f45 ci: Fix SLES CI 8d36844 build: fix CRI-O configuration file location for newer versions fda2ffe integration/docker: fix docker integration tests to support golang 1.13 d84ece6 functional: fix functional tests to support golang 1.13 44ab7de tests: don't call to flag.Parse() from init() 403f604 ci: Skip vsock_test for firecracker ff65665 ci: Fix ROOTFS_DIR for podman CI 7bd9cf8 metrics: specify a tag for rocker/tidyverse 30afcce FC: install kata-runtime before install hypervisor 675be37 configure_docker: add -s option for configuring storage driver df70d1d FC: speed up installing firecracker/jailer 0241711 test:docker: Use the right hypervisor when reading from KataConfig Signed-off-by: Eric Ernst <eric_ernst@apple.com>
- Loading branch information