Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Couple CI updates:
First, remove the
![image](https://private-user-images.githubusercontent.com/14041152/409582918-a8f08804-d80a-49ec-8024-29ffc53a848d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzE5MDgsIm5iZiI6MTczOTU3MTYwOCwicGF0aCI6Ii8xNDA0MTE1Mi80MDk1ODI5MTgtYThmMDg4MDQtZDgwYS00OWVjLTgwMjQtMjlmZmM1M2E4NDhkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIyMjAwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJjOWMyM2E0OTE2OTAyOTZjNmE1NGI2Y2E4N2MzM2Q4MDE2ODhkYmZhZWNiMTMwY2ZhZDBjN2RiNDZkZTZiYTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.jUv1YcuAkbNg3hw26NvPHcn93xrYuIn7RiZzc2-bkSU)
build-docker-image-
prefix from the images build jobs so we can actually see which job builds which image instead of that:generic
(gcp),aws
andazure
so we can start using those slimmer images in the appropriate environmentskvstoremesh
image intoclustermesh-apiserver
so we can start renaming image references from the old name to the new one.extends
keywork instead of yaml anchors, usingdefaults
).Example of the new pipeline after this PR:
![image](https://private-user-images.githubusercontent.com/14041152/409583859-7b3f4d99-5f9b-4089-82c6-bd9fdaf52d05.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzE5MDgsIm5iZiI6MTczOTU3MTYwOCwicGF0aCI6Ii8xNDA0MTE1Mi80MDk1ODM4NTktN2IzZjRkOTktNWY5Yi00MDg5LTgyYzYtYmQ5ZmRhZjUyZDA1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIyMjAwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMzZjg5YzI3NTE0MGY3YzJiOWEyMmFhZjMyNDBjNGJhNDA1NWZiZWMxY2RjNjc0MGJlZGE1NzUyNzg1YTEwYmUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.I3O6pqxrksCI-ok1GopBxMOQiajEWVf3IIsuwzUPlNE)