Summary
Jobs
kata-containers-ci-on-push
build-asset (cloud-hypervisor, test)
build-asset (cloud-hypervisor-glibc, test)
build-asset (firecracker, 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 (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 (shim-v2, test)
build-asset (tdvf, test)
build-asset (virtiofsd, test)
create-kata-tarball
build-and-publish-tee-confidential-unencrypted-image
publish-kata-deploy-payload-amd64
run-docker-tests-on-garm
run-nerdctl-tests-on-garm
run-metrics-tests
run-cri-containerd-tests
run-nydus-tests
run-vfio-tests
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.