Skip to content

Commit

Permalink
job-builder: Add SNP job
Browse files Browse the repository at this point in the history
Adding SNP job to the job builder so that #5594 in tests can run.

Fixes: #5593

Signed-Off-By: Unmesh Deodhar <udeodhar@amd.com>
  • Loading branch information
UnmeshDeodhar committed Jul 11, 2023
1 parent 50880a8 commit edd65d7
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions jobs-builder/jobs/cc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,42 @@
jobs:
- '{repo}-CCv0-{os}-{arch}-{ci_job}-PR'
- 'kata-containers-CCv0-{os}-{arch}-{ci_job}-baseline'
- project:
# The node label is selected based on this project name. Be careful if you
# need to change the name.
name: "Generate jobs for the Confidential Containers Operator on AMD SEV-SNP"
os:
- ubuntu-20.04_snp
arch:
- x86_64
baremetal: "true"
container_runtime:
- containerd
runtimeclass:
- kata-qemu-snp
maintainers:
- '@UnmeshDeodhar'
jobs:
- 'confidential-containers-operator-main-{os}-{arch}-{container_runtime}_{runtimeclass}-PR'
- 'confidential-containers-operator-main-{os}-{arch}-{container_runtime}_{runtimeclass}-baseline'
- project:
name: "Generate jobs for Confidential Containers on AMD SEV-SNP"
repo:
- kata-containers
- tests
os:
- ubuntu-20.04_snp
arch:
- x86_64
baremetal: "true"
tee: "snp"
ci_job:
- CC_SNP_CRI_CONTAINERD_K8S
maintainers:
- '@UnmeshDeodhar'
jobs:
- '{repo}-CCv0-{os}-{arch}-{ci_job}-PR'
- 'kata-containers-CCv0-{os}-{arch}-{ci_job}-baseline'

###
# Define stand-alone jobs.
Expand Down

0 comments on commit edd65d7

Please sign in to comment.