-
Notifications
You must be signed in to change notification settings - Fork 402
Run CI all on the Fedora images #2890
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
Conversation
... to simplify, and to allow using recent packages. We were using Debian because previously we were using Ubuntu, and that was because Ubuntu was the native distribution of Travis even before we were running CI in any kind of container; so there seems to have been no specific intent to use a non-Fedora OS, at least originally. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
@@ -142,7 +133,6 @@ meta_task: | |||
# Space-separated list of images used by this repository state | |||
IMGNAMES: | | |||
${FEDORA_CACHE_IMAGE_NAME} | |||
${DEBIAN_CACHE_IMAGE_NAME} |
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.
@lsm5 PTAL, to ensure this does not break something I’m unaware of.
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.
That is fine, you just need to list the image in use here so the auto prune service doesn't not delete them.
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.
Doesn't look it breaks anything AFAICT.
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
@@ -142,7 +133,6 @@ meta_task: | |||
# Space-separated list of images used by this repository state | |||
IMGNAMES: | | |||
${FEDORA_CACHE_IMAGE_NAME} | |||
${DEBIAN_CACHE_IMAGE_NAME} |
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.
That is fine, you just need to list the image in use here so the auto prune service doesn't not delete them.
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
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
ah no mergebot here . |
... to simplify, and to allow using recent packages.
We were using Debian because previously we were using Ubuntu, and that was because Ubuntu was the native distribution of Travis even before we were running CI in any kind of container; so there seems to have been no specific intent to use a non-Fedora OS, at least originally.