-
Notifications
You must be signed in to change notification settings - Fork 17
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:DOCS] Resolve TODO: human-readable image-suffixes #251
Conversation
Note: This validate failure is expected. it will go away once #247 is merged and this PR is rebased. |
89b9efd
to
208894c
Compare
e0bbcf5
to
6950877
Compare
Example image-build PR (no magic |
Example image-build PR w/ updated IMG_SFX file: https://cirrus-ci.com/task/4728253965926400 |
8fd5be1
to
8ab7de0
Compare
Example of image-build PR where IMG_SFX was updated backwards in time: ...failed. It allowed build to continue 😢 |
8ab7de0
to
755e60f
Compare
Example of image-build PR with IMG_SFX going backwards in time: https://cirrus-ci.com/task/6738409188753408 (expected failure) |
a605f14
to
7db06b5
Compare
@edsantiago this is probably not completely the most efficient way to do things, but testing shows it seems to function as intended. PTAL when you get a chance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM other than one question
This conditional was required temporarily so PR containers#247 could merge. Remove and replace it with a version that avoids modifying any files and only checks if `IMG_SFX` changes were made. Signed-off-by: Chris Evich <[email protected]>
7db06b5
to
43fa788
Compare
Force-push: One little |
This conditional was required temporarily so #247 could merge. Remove
and replace it with a version that avoids modifying any files and only
checks if
IMG_SFX
changes were made.Depends on #247