-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
E2E Image ignores metadata and provider build info
Two builds with different metadata should refer to the same version. As a result, we should just ignore the metadata in almost every case, it is not relevent for choosing the e2e image. Also, some API server versions reflect the cloud service (eks, gke, etc). We need to continue to ignore those and choose just the basic upstream image (e.g. 1.2.3-gke.2 should test against 1.2.3). Fixes #1213 Fixes #1211 Signed-off-by: John Schnake <[email protected]>
- Loading branch information
1 parent
04acfcb
commit 649cfac
Showing
2 changed files
with
86 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters