Skip to content

Commit

Permalink
Fix comments on graviton provisioners
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnesbitt committed Aug 8, 2023
1 parent f9b7c39 commit 88505fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
operator: In
values: ["spot"]

# Only provision nodes for pods specifying the glr-graviton2 node pool
# Label all provisioned nodes as graviton 2
labels:
spack.io/pipeline: "true"
spack.io/graviton: "2"
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
operator: In
values: ["spot"]

# Only provision nodes for pods specifying the glr-graviton3 node pool
# Label all provisioned nodes as graviton 3
labels:
spack.io/pipeline: "true"
spack.io/graviton: "3"
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
operator: In
values: ["spot"]

# Only provision nodes for pods specifying the glr-graviton3 node pool
# Only provision nodes for pods specifying the pcluster-amzn2-glr-graviton3 node pool
labels:
spack.io/node-pool: pcluster-amzn2-glr-graviton3
spack.io/pipeline: "true"

0 comments on commit 88505fc

Please sign in to comment.