-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI Documentation - Add AMD nodes and labels to jobs table #317
base: main
Are you sure you want to change the base?
CI Documentation - Add AMD nodes and labels to jobs table #317
Conversation
d7ce14c
to
0aa1da9
Compare
hi @ryansavino , I think that a separated table only to map label -> machine would be better. |
lgtm; wainer's comment is fine, too, if you think it would help |
Looks good to me as is in the single table (it's not that wide) although I'm having troubles actually finding the pipeline definitions (tried searching for the name as well as the labels). Are they supposed to be already there? |
8efd6ad
to
daacda4
Compare
I've updated this PR with the machine table as well. @wainersm let me know what you think. I can add other system labels if you guys know what they are. @BbolroC @stevenhorsman @fidencio Question: default CcRuntime is referring to runtime class? Should I add that column in the job table? @ldoktor the AMD nodes are already labeled. |
daacda4
to
87d7b94
Compare
The added machine table links the machine's assigned labels to the jobs required labels. Signed-Off-By: Ryan Savino <[email protected]>
Added the snp and sev machines and jobs to the table with their required and assigned labels. Fixes: confidential-containers#316 Signed-Off-By: Ryan Savino <[email protected]>
Signed-Off-By: Ryan Savino <[email protected]>
87d7b94
to
0e23b73
Compare
Please, if possible, do. So, for the TDX machine the label is |
docs: added column for labels to the CI jobs table
docs: Added snp and sev job names and labels to CI documentation
Fixes: #316
Signed-Off-By: Ryan Savino [email protected]