Summary
Jobs
kata-containers-ci-on-push
build-asset (agent, test)
build-asset (agent-ctl, test)
build-asset (cloud-hypervisor, test)
build-asset (cloud-hypervisor-glibc, test)
build-asset (coco-guest-components, test)
build-asset (csi-kata-directvolume, test)
build-asset (firecracker, test)
build-asset (genpolicy, test)
build-asset (kata-ctl, test)
build-asset (kata-manager, test)
build-asset (kernel, test)
build-asset (kernel-confidential, test)
build-asset (kernel-dragonball-experimental, test)
build-asset (kernel-nvidia-gpu, test)
build-asset (kernel-nvidia-gpu-confidential, test)
build-asset (nydus, test)
build-asset (ovmf, test)
build-asset (ovmf-sev, test)
build-asset (pause-image, test)
build-asset (qemu, test)
build-asset (qemu-snp-experimental, test)
build-asset (stratovirt, test)
build-asset (trace-forwarder, test)
build-asset (virtiofsd, test)
build-asset-rootfs (rootfs-image)
build-asset-rootfs (rootfs-image-confidential)
build-asset-rootfs (rootfs-image-mariner)
build-asset-rootfs (rootfs-initrd)
build-asset-rootfs (rootfs-initrd-confidential)
remove-rootfs-binary-artifacts (agent)
remove-rootfs-binary-artifacts (coco-guest-components)
remove-rootfs-binary-artifacts (pause-image)
build-asset-shim-v2
create-kata-tarball
build-and-publish-tee-confidential-unencrypted-image
kata-payload
run-kata-coco-stability-tests
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 CoCo Stability Tests Weekly
on:
schedule:
- cron: '0 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-weekly.yaml
with:
commit-hash: ${{ github.sha }}
pr-number: "weekly"
tag: ${{ github.sha }}-weekly
target-branch: ${{ github.ref_name }}
secrets: inherit
You can’t perform that action at this time.