Summary
Jobs
kata-containers-ci-on-push
build-asset (agent, test)
build-asset (agent-opa, test)
build-asset (agent-ctl, test)
build-asset (cloud-hypervisor, test)
build-asset (cloud-hypervisor-glibc, test)
build-asset (firecracker, test)
build-asset (kata-ctl, test)
build-asset (kernel, test)
build-asset (kernel-sev, test)
build-asset (kernel-dragonball-experimental, test)
build-asset (kernel-tdx-experimental, test)
build-asset (kernel-nvidia-gpu, test)
build-asset (kernel-nvidia-gpu-snp, test)
build-asset (kernel-nvidia-gpu-tdx-experimental, test)
build-asset (log-parser-rs, test)
build-asset (nydus, test)
build-asset (ovmf, test)
build-asset (ovmf-sev, test)
build-asset (qemu, test)
build-asset (qemu-snp-experimental, test)
build-asset (qemu-tdx-experimental, test)
build-asset (rootfs-image, test)
build-asset (rootfs-image-tdx, test)
build-asset (rootfs-initrd, test)
build-asset (rootfs-initrd-mariner, test)
build-asset (rootfs-initrd-sev, test)
build-asset (runk, test)
build-asset (shim-v2, test)
build-asset (tdvf, test)
build-asset (trace-forwarder, test)
build-asset (virtiofsd, test)
create-kata-tarball
build-and-publish-tee-confidential-unencrypted-image
kata-payload
run-docker-tests (clh)
run-docker-tests (qemu)
run-nerdctl-tests (clh)
run-nerdctl-tests (dragonball)
run-nerdctl-tests (qemu)
run-monitor (qemu, crio)
run-monitor (qemu, containerd)
Kata Setup
run-metrics
run-cri-containerd (lts, clh)
run-cri-containerd (lts, qemu)
run-cri-containerd (active, clh)
run-cri-containerd (active, qemu)
run-containerd-stability (lts, clh)
run-containerd-stability (lts, qemu)
run-containerd-stability (active, clh)
run-containerd-stability (active, qemu)
run-nydus (lts, clh)
run-nydus (lts, qemu)
run-nydus (lts, dragonball)
run-nydus (active, clh)
run-nydus (active, qemu)
run-nydus (active, dragonball)
run-vfio (clh)
run-vfio (qemu)
run-kata-deploy-tests-on-aks
run-kata-deploy-tests-on-garm
run-kata-deploy-tests-on-tdx
run-k8s-tests-on-aks
run-k8s-tests-on-garm
run-k8s-tests-with-crio-on-garm
run-k8s-tests-on-sev
run-k8s-tests-on-snp
run-k8s-tests-on-tdx
Workflow file for this run
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
name: Kata Containers Nightly CI
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
kata-containers-ci-on-push:
uses: ./.github/workflows/ci.yaml
with:
commit-hash: ${{ github.sha }}
pr-number: "nightly"
tag: ${{ github.sha }}-nightly
target-branch: ${{ github.ref_name }}
secrets: inherit
You can’t perform that action at this time.