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 (genpolicy, 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 (stratovirt, 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-asset (kernel, test)
build-asset (qemu, test)
build-asset (rootfs-image, test)
build-asset (rootfs-initrd, test)
build-asset (shim-v2, test)
build-asset (virtiofsd, test)
create-kata-tarball
build-asset (kernel, test)
build-asset (qemu, test)
build-asset (rootfs-initrd, test)
build-asset (shim-v2, test)
build-asset (virtiofsd, test)
create-kata-tarball
build-and-publish-tee-confidential-unencrypted-image
publish-kata-deploy-payload-amd64
run-kata-monitor-tests
run-metrics-tests
run-basic-amd64-tests
publish-kata-deploy-payload-s390x
run-cri-containerd-tests-s390x
publish-kata-deploy-payload-ppc64le
run-cri-containerd-tests-ppc64le
run-kata-deploy-tests-on-aks
run-kata-deploy-tests-on-garm
run-k8s-tests-on-aks
run-k8s-tests-on-garm
run-k8s-tests-with-crio-on-garm
run-kata-coco-tests
run-k8s-tests-on-zvsi
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.