Skip to content

Commit

Permalink
jobs: Selectin correct node
Browse files Browse the repository at this point in the history
AMD SEV-SNP is supported on Milan and onwards. Thus, selecting Milan node for the SNP job.

Signed-Off-By: Unmesh Deodhar <udeodhar@amd.com>
  • Loading branch information
UnmeshDeodhar committed Jul 11, 2023
1 parent edd65d7 commit 96d51f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jobs-builder/jobs/include/os2node.yaml.inc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ ubuntu1804_azure || ubuntu1804-azure
{%- elif os == "ubuntu-20.04" -%}
ubuntu_20.04
{%- elif os == "ubuntu-20.04_sev" -%}
{# Run Kata and Operator CI jobs on different nodes. #}
{{- "amd-ubuntu-2004_op-ci" if "Confidential Containers Operator" in name else "amd-ubuntu-2004" -}}
amd-ubuntu-2004
{%- elif os == "ubuntu-20.04_snp" -%}
amd-milan-ubuntu-2004
{%- elif os == "ubuntu-20.04-ARM" -%}
arm_node || arm-ubuntu-2004
{%- endif %}

0 comments on commit 96d51f0

Please sign in to comment.